summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:35:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:36:54 +0100
commit0d99ba7d00134fe28b6875c5288a01f26a3f1598 (patch)
tree7583291eff40a73ea95aaf13f58dab81eb8836b9 /dev-haskell/cryptohash
parentdev-haskell/cryptohash-cryptoapi: drop old (diff)
downloadgentoo-0d99ba7d00134fe28b6875c5288a01f26a3f1598.tar.gz
gentoo-0d99ba7d00134fe28b6875c5288a01f26a3f1598.tar.bz2
gentoo-0d99ba7d00134fe28b6875c5288a01f26a3f1598.zip
dev-haskell/cryptohash: 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')
-rw-r--r--dev-haskell/cryptohash/Manifest4
-rw-r--r--dev-haskell/cryptohash/cryptohash-0.10.0.ebuild30
-rw-r--r--dev-haskell/cryptohash/cryptohash-0.11.1.ebuild30
-rw-r--r--dev-haskell/cryptohash/cryptohash-0.11.6.ebuild30
-rw-r--r--dev-haskell/cryptohash/cryptohash-0.9.1.ebuild38
-rw-r--r--dev-haskell/cryptohash/metadata.xml3
6 files changed, 0 insertions, 135 deletions
diff --git a/dev-haskell/cryptohash/Manifest b/dev-haskell/cryptohash/Manifest
index 0a03707417b3..a3f7349276d1 100644
--- a/dev-haskell/cryptohash/Manifest
+++ b/dev-haskell/cryptohash/Manifest
@@ -1,5 +1 @@
-DIST cryptohash-0.10.0.tar.gz 63901 BLAKE2B 525338416b5ec73a7c8c261d9de4d5016e585fa32997ab75470dae43681ede364c1285a27a1bd1ac2883014d3e0cd73832c8bb7404ad8349933073b3879c3e78 SHA512 14a58c7d35feea846fc14821e532bd26046844a5d34274a46fcfd9cbc5100d414f980c95b64ef7ed5431993fb558962d6f7e262adc7297a54987dfa32cc4da2a
-DIST cryptohash-0.11.1.tar.gz 64985 BLAKE2B 2d67794751198575e6301f7f3f4c60416f89a9492aad1871e234a9a93ebf30ca79cbf84c3f1c5cdd2a56ae44575a84e927095fd9fa163eac39dae5b7438d5e19 SHA512 eb2da3e2c8a523354b81200b7ab3f36d29690d5f3311008ac24a5abaefe288551b67d7637b662f5a2b2b46bc5ef548ff6eae4f59ed9f1231ab9d8b0e6d039551
-DIST cryptohash-0.11.6.tar.gz 65798 BLAKE2B b7868955a8d5f2469dfff3d784c5c80cecfd498bad1c36feb12c53c6644a9bc0415c45bcb7641d515dd80c25d0052440e30f641b8ca2ca26d6a9dc0df96a9a56 SHA512 a6d3bd33104eb3b71d836323b330636cdce84165daa7e3b908296980468828c624a96db58cf9f953581986e090e53b78b10e15e361d354a00c9e9b49843a6956
DIST cryptohash-0.11.9.tar.gz 25762 BLAKE2B a97de6b08f58ead9d51ae2042a52237d3cbea4eeb5d0138f4a90b1d65d545990297fd55ebb53d8458582790289b5a00eb3a82d1d08288e8ab100afa910a488e9 SHA512 d0eb07f59ae893df1a92a4dc45a98142e507ba3da25057ae4acf781b1b6200a2fb68dd2a19f1ba5f9395217bc81e7be1311a479dc3dcb4ec5338518a2f5239af
-DIST cryptohash-0.9.1.tar.gz 64991 BLAKE2B 86c26a40d1c5b77da226bc3a58a8bc19dd1c6214d40aeb802cfb87dfe6f1a398917c8f9a71b124a843bc7ae299b8392b1a121cf51b0522fd8afeb64caeeb0adf SHA512 773a16c1e16f8d2b48f4c107d22f14d439a15ffe9e92e43886538ee15e9349fdf53d1e15d20f888eaeac4fcaa07eb907b92de6f436b6655925a617f5139ac298
diff --git a/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild b/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild
deleted file mode 100644
index b7a44a1a548c..000000000000
--- a/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild
+++ /dev/null
@@ -1,30 +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="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="collection of crypto hashes, fast, pure and practical"
-HOMEPAGE="https://github.com/vincenthz/hs-cryptohash"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"
diff --git a/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild b/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild
deleted file mode 100644
index 502143ad01c4..000000000000
--- a/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild
+++ /dev/null
@@ -1,30 +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.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="collection of crypto hashes, fast, pure and practical"
-HOMEPAGE="https://github.com/vincenthz/hs-cryptohash"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"
diff --git a/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild b/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild
deleted file mode 100644
index a6ae43672881..000000000000
--- a/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild
+++ /dev/null
@@ -1,30 +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.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="collection of crypto hashes, fast, pure and practical"
-HOMEPAGE="https://github.com/vincenthz/hs-cryptohash"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- dev-haskell/tasty
- dev-haskell/tasty-hunit
- dev-haskell/tasty-quickcheck )
-"
diff --git a/dev-haskell/cryptohash/cryptohash-0.9.1.ebuild b/dev-haskell/cryptohash/cryptohash-0.9.1.ebuild
deleted file mode 100644
index 708b5bbf8d17..000000000000
--- a/dev-haskell/cryptohash/cryptohash-0.9.1.ebuild
+++ /dev/null
@@ -1,38 +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.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="collection of crypto hashes, fast, pure and practical"
-HOMEPAGE="https://github.com/vincenthz/hs-cryptohash"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cryptoapi"
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- cryptoapi? ( >=dev-haskell/cereal-0.2:=[profile?]
- >=dev-haskell/crypto-api-0.5:=[profile?]
- >=dev-haskell/tagged-0.1:=[profile?]
- )"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- dev-haskell/test-framework-hunit
- >=dev-haskell/test-framework-quickcheck2-0.2.9
- )"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag cryptoapi cryptoapi)
-}
diff --git a/dev-haskell/cryptohash/metadata.xml b/dev-haskell/cryptohash/metadata.xml
index 30d94fedcc23..988b52cfc6c9 100644
--- a/dev-haskell/cryptohash/metadata.xml
+++ b/dev-haskell/cryptohash/metadata.xml
@@ -11,9 +11,6 @@
The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
</longdescription>
- <use>
- <flag name="cryptoapi">Defines crypto-api instances</flag>
- </use>
<upstream>
<remote-id type="github">vincenthz/hs-cryptohash</remote-id>
</upstream>