# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-0.10.2-r1.ebuild,v 1.1 2011/08/01 20:56:47 slyfox Exp $ # ebuild generated by hackport 0.2.13 EAPI="3" CABAL_FEATURES="bin" inherit haskell-cabal bash-completion eutils DESCRIPTION="The command-line interface for Cabal and Hackage." HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="noprefs" RDEPEND=">=dev-haskell/cabal-1.10.1 >=dev-lang/ghc-6.10.1" DEPEND="${RDEPEND} >=dev-haskell/http-4000.0.2 dev-haskell/network >=dev-haskell/time-1.1 =dev-haskell/zlib-0.5*" src_prepare() { if use noprefs; then epatch "${FILESDIR}/cabal-install-0.8-nopref.patch" fi } src_install() { haskell-cabal_src_install dobashcompletion "${S}/bash-completion/cabal" } pkg_postinst() { ghc-package_pkg_postinst bash-completion_pkg_postinst }