diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 11:44:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 12:00:24 +0100 |
commit | 91ce2623279ba11674429dea32929edc75ad0a05 (patch) | |
tree | 1b332ddf3ff8d99d82cca2cc31d5c60b8de9a54c /dev-haskell/crypto-api | |
parent | dev-haskell/convertible: update to EAPI=7 (diff) | |
download | gentoo-91ce2623279ba11674429dea32929edc75ad0a05.tar.gz gentoo-91ce2623279ba11674429dea32929edc75ad0a05.tar.bz2 gentoo-91ce2623279ba11674429dea32929edc75ad0a05.zip |
dev-haskell/crypto-api: bump up to 0.13.3
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/crypto-api')
-rw-r--r-- | dev-haskell/crypto-api/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/crypto-api/crypto-api-0.13.3.ebuild (renamed from dev-haskell/crypto-api/crypto-api-0.13.2.ebuild) | 11 | ||||
-rw-r--r-- | dev-haskell/crypto-api/metadata.xml | 9 |
3 files changed, 9 insertions, 13 deletions
diff --git a/dev-haskell/crypto-api/Manifest b/dev-haskell/crypto-api/Manifest index bbebde21114b..1ac92cf400d4 100644 --- a/dev-haskell/crypto-api/Manifest +++ b/dev-haskell/crypto-api/Manifest @@ -1 +1 @@ -DIST crypto-api-0.13.2.tar.gz 47877 BLAKE2B e9a10cdc7ab66ce4155856feb4ce4df93e7f49785fb9571f326377f9b5faf5a939aa625d9ad75bf31835b2a764bacb2a2a762b4d25c20faaaeedcfb205d20cb8 SHA512 2803862a714c3f448aa63469171fc68835ea9648a94d69ec76a32d20c1ed480aa3ecacedc3bf1e674797430c5d2966ceea4a83e38e827a68d2fab78fb4c8567c +DIST crypto-api-0.13.3.tar.gz 48346 BLAKE2B eeec2644fe43218c8e647bd84e3fad31079cb560cb25a078853ae40cb8be617a05fcc55ca844811f1356d8f5a8088583497d79e38f808d12af4695bc05bba7d0 SHA512 1228fe857e235a0d5692916507a42e622f9769325ae9a6a7828270dcb64fe38cc094eec3fc8cad2f28b01bd8de98b1dc637a17aab1db1568a82cb91ebc65c382 diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild index 982a547b9ab4..4b61011d2c68 100644 --- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild +++ b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.3.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -20,11 +20,10 @@ IUSE="all-cpolys" RDEPEND=">=dev-haskell/cereal-0.2:=[profile?] dev-haskell/entropy:=[profile?] >=dev-haskell/tagged-0.1:=[profile?] - dev-haskell/transformers:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-8.0.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 + >=dev-haskell/cabal-1.24.0.0 " src_configure() { diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml index 210ea2464604..df36a4e2914a 100644 --- a/dev-haskell/crypto-api/metadata.xml +++ b/dev-haskell/crypto-api/metadata.xml @@ -5,6 +5,9 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <use> + <flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag> + </use> <longdescription> A generic interface for cryptographic operations (hashes, ciphers, randomness). Maintainers of hash and cipher implementations are @@ -16,10 +19,4 @@ one cryptographic algorithm (ex: padding) is within scope of this package. </longdescription> - <use> - <flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag> - </use> - <upstream> - <remote-id type="github">TomMD/crypto-api</remote-id> - </upstream> </pkgmetadata> |