summaryrefslogtreecommitdiff
path: root/dev-haskell/hs-bibutils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/hs-bibutils
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r--dev-haskell/hs-bibutils/Manifest2
-rw-r--r--dev-haskell/hs-bibutils/hs-bibutils-6.8.0.0.ebuild25
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/hs-bibutils/Manifest b/dev-haskell/hs-bibutils/Manifest
index 6a506ffd2f9d..482899876f9a 100644
--- a/dev-haskell/hs-bibutils/Manifest
+++ b/dev-haskell/hs-bibutils/Manifest
@@ -1,3 +1,5 @@
DIST hs-bibutils-5.5.tar.gz 499546 BLAKE2B c2a83885bf09f9a2b774fba30456e2e0931a37fc77626ac006edf70cbb305253ee254aa09da43d18e525a2d02d282d940c32e2cb0d1395c436ef41cf79880b33 SHA512 cee3c3500213d93b424bf3fd36a6b4657aec3a2787373a55bfee7f4de25e43a801ed68bdb815ba57ca8ecfe2d352e406e43baf40339fba79a061180fa4ab628c
+DIST hs-bibutils-6.8.0.0.tar.gz 751679 BLAKE2B 8e229e6e15ccfe576cc9cf4a8fb44eaaa10bddc5d3e6f13d0fae9f5934eea0817504a1b96d8c131c65502a49e8f4050382d520b8a874a95b1b834dd376a59f6a SHA512 2e19f570e962b6a76ceb08a34eee8ad2533dee06cc2de0860a0b8d4ad02601dc00679ab2292e63a612cd6f0dd939d18c7c80a1493f0e24e05c992cc23c93e27d
EBUILD hs-bibutils-5.5.ebuild 605 BLAKE2B 7ba63d652281c780d220bb548a05a84c370394dc7bfc1b00aacfe140ee7ab97ba3288b8e50dc9af73d721e4bac97c01ba80440a83e4777bffd2f99404c703c7b SHA512 e54112ce41a7b5b8dc592836ef84fe7be1905a715752d2f7ad1a9dd13010ebd25ed4311ede8a0acc330952dab228f2a613d83eb187d55cecf57bd716b42f4756
+EBUILD hs-bibutils-6.8.0.0.ebuild 593 BLAKE2B 2634fd79688f6eb682a7e5e8dd185e00f4c32bd6b3ca99a849d3e354de65bc358d96bbe4c95335a6f8634cba7dce7280ccc8c459ff133066e85031958b9badd9 SHA512 9b629a53bafb4ce587ec1475cbc0dfa6fb4498c1f62b89c79b02a6e2b400e38056f487f6cd2273a7c7d96ca2d3ab6b2069c023dedf8fce444e96d11f69afe624
MISC metadata.xml 452 BLAKE2B 80ecec14af0fbd0ae8208c189826a991114d20eb944cdfd615a54ca816ba5f7779156ef939e4423da03734bbca48d871fdbf9349c26ad90f8058f235ace3cc2f SHA512 fc30ac4300af4f68e0d1ee47bb97230f236cb36577933629a63d1f505d69aaa1d55f10ca65e0f608fff51e16c04dbe7befd19fec17490ca40ecdc1b047b2c2f5
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
+"