- ubi_reader: bitrotten, in ::pentoo
[booboo.git] / dev-haskell / boolean / boolean-0.2.3.ebuild
blobcf5b0a8a861662edaa86005ba301110632f636aa
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=5
7 # ebuild generated by hackport 0.4.5
9 CABAL_FEATURES="lib profile haddock hoogle hscolour"
10 inherit haskell-cabal
12 MY_PN="Boolean"
13 MY_P="${MY_PN}-${PV}"
15 DESCRIPTION="Generalized booleans and numbers"
16 HOMEPAGE="http://hackage.haskell.org/package/Boolean"
17 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
19 LICENSE="BSD"
20 SLOT="0/${PV}"
21 KEYWORDS="~amd64 ~x86"
22 IUSE=""
24 RDEPEND=">=dev-lang/ghc-7.4.1:=
26 DEPEND="${RDEPEND}
27 >=dev-haskell/cabal-1.6
30 S="${WORKDIR}/${MY_P}"