summaryrefslogtreecommitdiff
path: root/dev-haskell/cryptocipher
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/cryptocipher
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/cryptocipher')
-rw-r--r--dev-haskell/cryptocipher/Manifest4
-rw-r--r--dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild36
-rw-r--r--dev-haskell/cryptocipher/metadata.xml3
3 files changed, 1 insertions, 42 deletions
diff --git a/dev-haskell/cryptocipher/Manifest b/dev-haskell/cryptocipher/Manifest
index f3d6d42699e0..d31d40e6f93c 100644
--- a/dev-haskell/cryptocipher/Manifest
+++ b/dev-haskell/cryptocipher/Manifest
@@ -1,5 +1,3 @@
-DIST cryptocipher-0.5.2.tar.gz 22384 BLAKE2B 7133784c97498bbd0c5b39c9bea0e76534c7b3bec26683227277e9ef8474b5cc2cc6e67de46c609b5545a074bae8a3a8401de826b4bb45a30d48df29bf1da4b3 SHA512 f9e76805b27b7002f5393893d9cac30998c82f3d5759be48a25907c95ab0d8250c2e54dea252c1881bca5117fb2fe3fcc59b304265b6db286e1f1a2d733a631d
DIST cryptocipher-0.6.2.tar.gz 2027 BLAKE2B 617f3c184baa3acb6a248b60dc928fc4696d4818b31a55fe111838154a1f1a6e3fd42c96cb4d8ecceb21ae0145550fe2b097635524207b5d9e63f41e29047d67 SHA512 d63984d26e355ff613a4176c11634f1012f8b9ec43180ffed236f37aa7a1b1dafee1871799eec53774544518c886c27ae19bb0b058288da6bd8f2b45eaa5e5ab
-EBUILD cryptocipher-0.5.2.ebuild 1002 BLAKE2B deea7c128c248d2ee4e4fafd876ff0ca9ffe7fe19ada1f234bb7302f36b780e4070b41819352e976b55409914c8d77a951df8a0d7e4f904150369c9bcd1947cc SHA512 886c4e54c0807747a3ce91b7d6497c5395dc1af3fd61cf3cea52240c4358ed99e9b9d538ae7e7719d7d4e749b9abb3d664f280fce1cf56421f8646b64922814a
EBUILD cryptocipher-0.6.2.ebuild 1082 BLAKE2B d5ac157182f50cac640f4cce97369d352bdeeb09ae420d9702b4606ef84640ed030f30b39eeaaab60609e2a0251a9a294d091ed66ea2e8e93078478ecdce97be SHA512 e89dc0f10f32ebfde9818f1aea65c7b9653f391c511c791c83fe6c866457688f5cb55c89b393cbc4432c2df40d643f987aa473c35beb4ea340b27263dd55391c
-MISC metadata.xml 426 BLAKE2B fb3e13fbea249cd665f5845d33da7c8c25c58d910ba5b585884ad1e64c2e224a5c400bad2ab06af8bd8ac28f57844eef5e69fe0eaffeb1333255d739da2cff5b SHA512 6bec3dd0fb96088e872fa1532d15d910b690c2ea17a9ba4e73047f70c72f1d0c106a8ad78b93c5f298aa7522a62ca6103837160c67d10899b9dee9c0cfc0af1f
+MISC metadata.xml 340 BLAKE2B fa7ffd27bb988c64b885de8879661929121e2833c146b373a23c2d649e58379dfcfd182fdc90d20116f4ab31251b379f0310a84040aa0bf6d7209ce9388a7873 SHA512 88ce6598988d5ac898de9b179e55518b3e68ffa9095a9ae194ea058340544c4d9f3ad9bd3f36d5ea8c50c3a52664140756ce19d91b06ec994fcf8d326ade85a4
diff --git a/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild
deleted file mode 100644
index c049ccc5cc4c..000000000000
--- a/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild
+++ /dev/null
@@ -1,36 +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.3.3.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Symmetrical block and stream ciphers"
-HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/cereal:=[profile?]
- dev-haskell/cipher-aes:=[profile?]
- dev-haskell/cipher-rc4:=[profile?]
- =dev-haskell/cpu-0.1*:=[profile?]
- >=dev-haskell/crypto-api-0.5:=[profile?]
- dev-haskell/primitive:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- "
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/cryptohash
- dev-haskell/entropy
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- >=dev-haskell/test-framework-quickcheck2-0.2.9
- )"
diff --git a/dev-haskell/cryptocipher/metadata.xml b/dev-haskell/cryptocipher/metadata.xml
index 927dcf71828b..234d150ab62e 100644
--- a/dev-haskell/cryptocipher/metadata.xml
+++ b/dev-haskell/cryptocipher/metadata.xml
@@ -5,9 +5,6 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- Symmetrical Block, Stream and PubKey Ciphers
- </longdescription>
<upstream>
<remote-id type="github">vincenthz/hs-crypto-cipher</remote-id>
</upstream>