diff options
author | Mark Wright <gienah@gentoo.org> | 2012-04-07 05:19:59 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-04-07 05:19:59 +0000 |
commit | 9d834555fc743de563e3962f15e3c6e8707579a2 (patch) | |
tree | bd96415e3e3c294477b0e0d3609fb61d19da882a /dev-haskell/hs-bibutils | |
parent | Bump blaze-html to 0.4.3.3 (diff) | |
download | historical-9d834555fc743de563e3962f15e3c6e8707579a2.tar.gz historical-9d834555fc743de563e3962f15e3c6e8707579a2.tar.bz2 historical-9d834555fc743de563e3962f15e3c6e8707579a2.zip |
EAPI=4, [profile?] for dependent haskell libraries
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r-- | dev-haskell/hs-bibutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild | 19 |
2 files changed, 15 insertions, 11 deletions
diff --git a/dev-haskell/hs-bibutils/ChangeLog b/dev-haskell/hs-bibutils/ChangeLog index 7680ede47160..fd62984036bf 100644 --- a/dev-haskell/hs-bibutils/ChangeLog +++ b/dev-haskell/hs-bibutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hs-bibutils -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.2 2011/06/17 19:49:10 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.3 2012/04/07 05:18:35 gienah Exp $ + + 07 Apr 2012; Mark Wright <gienah@gentoo.org> hs-bibutils-4.12.ebuild: + EAPI=4, [profile?] for dependent haskell libraries 17 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> hs-bibutils-4.12.ebuild: Fixed broken homepage to http://gorgias.mine.nu/repos/hs-bibutils/ (bug diff --git a/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild index 7f5de54fb2b2..ae35b5be287c 100644 --- a/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild +++ b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.2 2011/06/17 19:49:10 slyfox Exp $ +# $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 $ -# ebuild generated by hackport 0.2.13 +# ebuild generated by hackport 0.2.17.9999 -EAPI="3" +EAPI=4 -CABAL_FEATURES="lib profile haddock hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities." -HOMEPAGE="http://gorgias.mine.nu/repos/hs-bibutils/" +DESCRIPTION="Haskell bindings to bibutils, the bibliography +conversion utilities." +HOMEPAGE="http://code.haskell.org/hs-bibutils" SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" @@ -18,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-haskell/syb - >=dev-lang/ghc-6.10.4" +RDEPEND="dev-haskell/syb[profile?] + >=dev-lang/ghc-6.8.2" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.4" |