diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 21:40:50 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:12:39 +0100 |
commit | 6b1e75efc7acad0cd451079dccaac15d61aabcbf (patch) | |
tree | 359ec281b0f7d1af60a2604483ebf9f16b7bb297 /dev-haskell/hs-bibutils | |
parent | dev-haskell/hpack: drop old (diff) | |
download | gentoo-6b1e75efc7acad0cd451079dccaac15d61aabcbf.tar.gz gentoo-6b1e75efc7acad0cd451079dccaac15d61aabcbf.tar.bz2 gentoo-6b1e75efc7acad0cd451079dccaac15d61aabcbf.zip |
dev-haskell/hs-bibutils: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r-- | dev-haskell/hs-bibutils/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hs-bibutils/hs-bibutils-5.5.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/hs-bibutils/Manifest b/dev-haskell/hs-bibutils/Manifest index 9a8e45a92cca..af3c1535c130 100644 --- a/dev-haskell/hs-bibutils/Manifest +++ b/dev-haskell/hs-bibutils/Manifest @@ -1,2 +1 @@ -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 diff --git a/dev-haskell/hs-bibutils/hs-bibutils-5.5.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-5.5.ebuild deleted file mode 100644 index 3e9c695d7ff8..000000000000 --- a/dev-haskell/hs-bibutils/hs-bibutils-5.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities" -HOMEPAGE="http://istitutocolli.org/repos/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.4 -" |