summaryrefslogtreecommitdiff
path: root/dev-haskell/cryptohash-cryptoapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-haskell/cryptohash-cryptoapi
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/cryptohash-cryptoapi')
-rw-r--r--dev-haskell/cryptohash-cryptoapi/Manifest4
-rw-r--r--dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild28
-rw-r--r--dev-haskell/cryptohash-cryptoapi/metadata.xml3
3 files changed, 1 insertions, 34 deletions
diff --git a/dev-haskell/cryptohash-cryptoapi/Manifest b/dev-haskell/cryptohash-cryptoapi/Manifest
index 62d60ecd71b6..85f75ad9cb14 100644
--- a/dev-haskell/cryptohash-cryptoapi/Manifest
+++ b/dev-haskell/cryptohash-cryptoapi/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD cryptohash-cryptoapi-0.1.3.ebuild 713 BLAKE2B 5b9e1ecca4605fb7411b10c1e3093c79d8a1750c102a2da443a563caa7e0bc435b88d88ac04cc7055cbba28495c1485c69a69358ec64c857e1691119e7e4ad34 SHA512 df5bf783a2817e4b3fa36f2987ea3489a04a77632a058247d6f6b48c0d62d06fe74676aff8110418b6ad75882b77b8e5f2e43712c39d2df0161ab1b6f1d8e8ce
EBUILD cryptohash-cryptoapi-0.1.4.ebuild 746 BLAKE2B 7b36dc3f5f688e59afde1ec04b409986196f51dfab9c707520162c84623490cdc5dcd1a71ae0159772a13fa3b8bc6c0dbc2bc628dd8a29d1b7a9d0a694f4ba68 SHA512 e7cbd605de5e811933a51f90a65b26f6209140463abb79b64e7468c4a5bab664a1bae285b6e5947d1ec6ad22c86bb9dec0fb4e58ece5586086ad056bcd368bb3
-MISC metadata.xml 425 BLAKE2B b7ceac3e2d825beb20a99913efd0924ea410a8db94c5e7f2c8ff90ece0e235cb5a313ef1956b5d0bdc47682f2b09aaf52e7fd365684c8724c8579cef7609fbef SHA512 d02785027a398cb3bff35fadb16316fd642912445872d7d06abfad9cda24da496ddd63bb59054fc21d701b281dd33b1dce961e293041a3435e6bd900191b366a
+MISC metadata.xml 347 BLAKE2B 0437ce30c9f9ca7d0e2d9a8ef223804a989a2ed47dbb41d79292ac2d8dac1913cd810277410a46d7fc9ead31532eb6734719f1c74500ed309b00a50a6449235b SHA512 03fdbb5af0047787584c72c965450558094efc23d6282897a0ed9566e3bc17c27a223a047bfbeecfbc4d562043cf1bbd21788c1fcd96a27a66eb2e3da3173624
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
-"
diff --git a/dev-haskell/cryptohash-cryptoapi/metadata.xml b/dev-haskell/cryptohash-cryptoapi/metadata.xml
index 3c253aeae484..0a47c5b14690 100644
--- a/dev-haskell/cryptohash-cryptoapi/metadata.xml
+++ b/dev-haskell/cryptohash-cryptoapi/metadata.xml
@@ -5,9 +5,6 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- Crypto-api interfaces for cryptohash
- </longdescription>
<upstream>
<remote-id type="github">vincenthz/hs-cryptohash-cryptoapi</remote-id>
</upstream>