summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-08-06 09:22:02 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-08-06 09:22:02 +0000
commitfdaf8630422878d2590a17beb79a8d55eaeee4d9 (patch)
tree4c89a6fbd8431f5087a23be0bf11e545d5c542fc /dev-haskell/hs-bibutils
parentFix building with libjpeg-turbo extended libjpeg.so.62 API with jpeg_mem_src(... (diff)
downloadgentoo-2-fdaf8630422878d2590a17beb79a8d55eaeee4d9.tar.gz
gentoo-2-fdaf8630422878d2590a17beb79a8d55eaeee4d9.tar.bz2
gentoo-2-fdaf8630422878d2590a17beb79a8d55eaeee4d9.zip
Version bump. Noticed by Fernandos.
(Portage version: 2.2.0_alpha191_p33/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r--dev-haskell/hs-bibutils/ChangeLog7
-rw-r--r--dev-haskell/hs-bibutils/hs-bibutils-5.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/hs-bibutils/ChangeLog b/dev-haskell/hs-bibutils/ChangeLog
index 4a569041d9b7..03a06231750d 100644
--- a/dev-haskell/hs-bibutils/ChangeLog
+++ b/dev-haskell/hs-bibutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hs-bibutils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.6 2013/04/02 12:47:38 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.7 2013/08/06 09:22:02 slyfox Exp $
+
+*hs-bibutils-5.0 (06 Aug 2013)
+
+ 06 Aug 2013; Sergei Trofimovich <slyfox@gentoo.org> +hs-bibutils-5.0.ebuild:
+ Version bump. Noticed by Fernandos.
*hs-bibutils-4.17 (02 Apr 2013)
diff --git a/dev-haskell/hs-bibutils/hs-bibutils-5.0.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-5.0.ebuild
new file mode 100644
index 000000000000..025a6f8fa442
--- /dev/null
+++ b/dev-haskell/hs-bibutils/hs-bibutils-5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-5.0.ebuild,v 1.1 2013/08/06 09:22:02 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.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"