summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:35:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit622e6b26a30ee910c916badfd83ef7b366285731 (patch)
treed8dc5997694ab13f9c1cf73b4c30c25ded276b86 /dev-haskell/cryptohash-cryptoapi
parentdev-haskell/css-text: drop old (diff)
downloadgentoo-622e6b26a30ee910c916badfd83ef7b366285731.tar.gz
gentoo-622e6b26a30ee910c916badfd83ef7b366285731.tar.bz2
gentoo-622e6b26a30ee910c916badfd83ef7b366285731.zip
dev-haskell/cryptohash-cryptoapi: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/cryptohash-cryptoapi')
-rw-r--r--dev-haskell/cryptohash-cryptoapi/Manifest1
-rw-r--r--dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/cryptohash-cryptoapi/Manifest b/dev-haskell/cryptohash-cryptoapi/Manifest
index cad03acaadc1..d362612d56c4 100644
--- a/dev-haskell/cryptohash-cryptoapi/Manifest
+++ b/dev-haskell/cryptohash-cryptoapi/Manifest
@@ -1,2 +1 @@
-DIST cryptohash-cryptoapi-0.1.0.tar.gz 2731 SHA256 7dca3a346747e1ba531bcd5824f3d8d630c137421049f55b38b78ace5b136619 SHA512 2f07c2901d6f5be24e5c3d94da5c37822d9efde9cea040e2093b98041bccfab9b6145890c062aca26bd642755c45a8b5255a6a69ed5162f69b301cebdfef9e54 WHIRLPOOL 5d7e720bc558e41b7ac773e37ec1cce8a5e2c22d1375a69671e59a00fbf190b40da37a039fb12404c5a6992174be5db2d45ed44429c2576f51f364df883ecbf7
DIST cryptohash-cryptoapi-0.1.3.tar.gz 2922 SHA256 56f080ba13b891b664bd986db17d6c1240adaea4792a14c173146929c61d4572 SHA512 c33af37d4d1d8f3b13ad1ed93db4ec138ea3bef315006ee8117ccacb5c36e2afeb92ae903d46de537f0fbea2a262c5c487eb32d3e1d7099de27b53cc4f17889a WHIRLPOOL d3c21859f9c2fb376440022657d2d44541339933c12c294d12288fc63b8de46f8a57ffbfec84288011cdc901429ad6e6089adb0db13cb15ec96f972871778e0e
diff --git a/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.0.ebuild b/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.0.ebuild
deleted file mode 100644
index e4657591a5f0..000000000000
--- a/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
- >=dev-haskell/crypto-api-0.5:=[profile?]
- >=dev-haskell/cryptohash-0.8.0:=[profile?]
- >=dev-haskell/tagged-0.1:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"