diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:34:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:36:53 +0100 |
commit | 2b84ada14766244bea8bbc41ceae93841afd6271 (patch) | |
tree | 9d578e9fd2a536ae7e6ec7c08e920c843d6b1bc2 /dev-haskell/cryptohash-cryptoapi | |
parent | dev-haskell/cryptocipher: drop old (diff) | |
download | gentoo-2b84ada14766244bea8bbc41ceae93841afd6271.tar.gz gentoo-2b84ada14766244bea8bbc41ceae93841afd6271.tar.bz2 gentoo-2b84ada14766244bea8bbc41ceae93841afd6271.zip |
dev-haskell/cryptohash-cryptoapi: 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/cryptohash-cryptoapi')
-rw-r--r-- | dev-haskell/cryptohash-cryptoapi/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/cryptohash-cryptoapi/Manifest b/dev-haskell/cryptohash-cryptoapi/Manifest index dc021a7f5ced..c5f65e7d79ce 100644 --- a/dev-haskell/cryptohash-cryptoapi/Manifest +++ b/dev-haskell/cryptohash-cryptoapi/Manifest @@ -1,2 +1 @@ -DIST cryptohash-cryptoapi-0.1.3.tar.gz 2922 BLAKE2B bce61995eafdcf5c839cd3f035245cccaf59a676f515836a0afe2862fcc946f1cd143bcb67fd1ceb660d8bcbdecb2791a8190a226dc4c3e9bfc90b936becba6b SHA512 c33af37d4d1d8f3b13ad1ed93db4ec138ea3bef315006ee8117ccacb5c36e2afeb92ae903d46de537f0fbea2a262c5c487eb32d3e1d7099de27b53cc4f17889a DIST cryptohash-cryptoapi-0.1.4.tar.gz 3094 BLAKE2B afd5169c172965eadacf9113a03a58cfff9350b63c339170788585437777deb41998322ea3d33f5d9c2c77b4f927e4457bfcaf8f4f92c6f77e85bffc51c02a47 SHA512 f5add1c8922e682d5d08073d0a3d03c6d5545f38edd90821bad7a92f354203ca380ca7e302b4b259bb9e2ce6ae09b1a2428e981e2d745a4a1b1a5cff696621e2 diff --git a/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild b/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild deleted file mode 100644 index 8c67129a3e48..000000000000 --- a/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild +++ /dev/null @@ -1,28 +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.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Crypto-api interfaces for cryptohash" -HOMEPAGE="https://github.com/vincenthz/hs-cryptohash-cryptoapi" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/cereal-0.2:=[profile?] - >=dev-haskell/crypto-api-0.11:=[profile?] - >=dev-haskell/cryptohash-0.8.0:=[profile?] - >=dev-haskell/tagged-0.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |