diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-28 22:14:10 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-28 22:14:10 +0000 |
commit | c4999640a9d2f01002596e068e17a0536ffd69a2 (patch) | |
tree | af883d6372a2bdc1b98a2271d86d00c8bff70c70 /dev-haskell/hs-bibutils | |
parent | Use QA_PREBUILT. Bug #448542 (diff) | |
download | gentoo-2-c4999640a9d2f01002596e068e17a0536ffd69a2.tar.gz gentoo-2-c4999640a9d2f01002596e068e17a0536ffd69a2.tar.bz2 gentoo-2-c4999640a9d2f01002596e068e17a0536ffd69a2.zip |
Version bump.
(Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r-- | dev-haskell/hs-bibutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hs-bibutils/hs-bibutils-4.15-r1.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/hs-bibutils/ChangeLog b/dev-haskell/hs-bibutils/ChangeLog index 3cbf40e8af35..cef06d321ff5 100644 --- a/dev-haskell/hs-bibutils/ChangeLog +++ b/dev-haskell/hs-bibutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/hs-bibutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.4 2012/09/12 15:53:19 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.5 2012/12/28 22:14:10 slyfox Exp $ + +*hs-bibutils-4.15-r1 (28 Dec 2012) + + 28 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + +hs-bibutils-4.15-r1.ebuild: + Version bump. 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hs-bibutils-4.12.ebuild: move dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild ebuild to diff --git a/dev-haskell/hs-bibutils/hs-bibutils-4.15-r1.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-4.15-r1.ebuild new file mode 100644 index 000000000000..8adf46f949e2 --- /dev/null +++ b/dev-haskell/hs-bibutils/hs-bibutils-4.15-r1.ebuild @@ -0,0 +1,25 @@ +# 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.15-r1.ebuild,v 1.1 2012/12/28 22:14:10 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.1.9999 + +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/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/syb:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.4" |