diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 10:07:44 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:01:43 +0100 |
commit | 3898c700308d100f12f8214e7fd31dc6f55b0bca (patch) | |
tree | ae9a80d861ea4dac18aa178c6ce886b6f2a4cd2e /dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild | |
parent | dev-haskell/yaml: bump up to 0.11.2.0 (diff) | |
download | gentoo-3898c700308d100f12f8214e7fd31dc6f55b0bca.tar.gz gentoo-3898c700308d100f12f8214e7fd31dc6f55b0bca.tar.bz2 gentoo-3898c700308d100f12f8214e7fd31dc6f55b0bca.zip |
dev-haskell/hs-bibutils: bump up to 6.8.0.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild')
-rw-r--r-- | dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild new file mode 100644 index 000000000000..a545227c809c --- /dev/null +++ b/dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.2 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities" +HOMEPAGE="https://github.com/wilx/hs-bibutils" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/syb:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16 +" |