| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.3 2012/04/07 05:18:35 gienah Exp $ |
| 4 |
|
| 5 |
# ebuild generated by hackport 0.2.17.9999 |
| 6 |
|
| 7 |
EAPI=4 |
| 8 |
|
| 9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour" |
| 10 |
inherit haskell-cabal |
| 11 |
|
| 12 |
DESCRIPTION="Haskell bindings to bibutils, the bibliography |
| 13 |
conversion utilities." |
| 14 |
HOMEPAGE="http://code.haskell.org/hs-bibutils" |
| 15 |
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |
| 16 |
|
| 17 |
LICENSE="GPL-2" |
| 18 |
SLOT="0" |
| 19 |
KEYWORDS="~amd64 ~x86" |
| 20 |
IUSE="" |
| 21 |
|
| 22 |
RDEPEND="dev-haskell/syb[profile?] |
| 23 |
>=dev-lang/ghc-6.8.2" |
| 24 |
DEPEND="${RDEPEND} |
| 25 |
>=dev-haskell/cabal-1.4" |