# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # ebuild generated by hackport 0.2.12 EAPI="4" CABAL_FEATURES="bootstrap lib profile" inherit haskell-cabal eutils versionator MY_PN="Cabal" MY_PV=$(get_version_component_range '1-3') MY_P="${MY_PN}-${PV}" DESCRIPTION="A framework for packaging Haskell software" HOMEPAGE="http://www.haskell.org/cabal/" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc" RESTRICT="test" # avoid circular deps DEPEND=">=dev-lang/ghc-6.10.1