You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/cabal-install/cabal-install-0.10.2-r2.ebuild

42 lines
1.1 KiB

# Copyright 1999-2012 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-r2.ebuild,v 1.3 2012/09/12 15:54:00 qnikst Exp $
# ebuild generated by hackport 0.2.13
EAPI="3"
CABAL_FEATURES="bin"
inherit haskell-cabal bash-completion-r1 eutils
DESCRIPTION="The command-line interface for Cabal and Hackage."
HOMEPAGE="http://www.haskell.org/cabal/"
SRC_URI="mirror://hackage/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/http-4000.3
dev-haskell/network
>=dev-haskell/random-1 <dev-haskell/random-1.1
>=dev-haskell/time-1.1
=dev-haskell/zlib-0.5*"
src_prepare() {
if use noprefs; then
epatch "${FILESDIR}/${PN}"-0.8-nopref.patch
fi
epatch "${FILESDIR}/${PN}"-0.10-ghc-7.2.patch
}
src_install() {
haskell-cabal_src_install
newbashcomp "${S}/bash-completion/cabal" ${PN}
}