Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/crypto-api/
Date: Sun, 04 Oct 2020 11:00:49
Message-Id: 1601809224.91ce2623279ba11674429dea32929edc75ad0a05.slyfox@gentoo
1 commit: 91ce2623279ba11674429dea32929edc75ad0a05
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:44:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ce2623
7
8 dev-haskell/crypto-api: bump up to 0.13.3
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/crypto-api/Manifest | 2 +-
14 .../{crypto-api-0.13.2.ebuild => crypto-api-0.13.3.ebuild} | 11 +++++------
15 dev-haskell/crypto-api/metadata.xml | 9 +++------
16 3 files changed, 9 insertions(+), 13 deletions(-)
17
18 diff --git a/dev-haskell/crypto-api/Manifest b/dev-haskell/crypto-api/Manifest
19 index bbebde21114..1ac92cf400d 100644
20 --- a/dev-haskell/crypto-api/Manifest
21 +++ b/dev-haskell/crypto-api/Manifest
22 @@ -1 +1 @@
23 -DIST crypto-api-0.13.2.tar.gz 47877 BLAKE2B e9a10cdc7ab66ce4155856feb4ce4df93e7f49785fb9571f326377f9b5faf5a939aa625d9ad75bf31835b2a764bacb2a2a762b4d25c20faaaeedcfb205d20cb8 SHA512 2803862a714c3f448aa63469171fc68835ea9648a94d69ec76a32d20c1ed480aa3ecacedc3bf1e674797430c5d2966ceea4a83e38e827a68d2fab78fb4c8567c
24 +DIST crypto-api-0.13.3.tar.gz 48346 BLAKE2B eeec2644fe43218c8e647bd84e3fad31079cb560cb25a078853ae40cb8be617a05fcc55ca844811f1356d8f5a8088583497d79e38f808d12af4695bc05bba7d0 SHA512 1228fe857e235a0d5692916507a42e622f9769325ae9a6a7828270dcb64fe38cc094eec3fc8cad2f28b01bd8de98b1dc637a17aab1db1568a82cb91ebc65c382
25
26 diff --git a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
27 similarity index 78%
28 rename from dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
29 rename to dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
30 index 982a547b9ab..4b61011d2c6 100644
31 --- a/dev-haskell/crypto-api/crypto-api-0.13.2.ebuild
32 +++ b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild
33 @@ -1,9 +1,9 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 +# Copyright 1999-2020 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=5
39 +EAPI=7
40
41 -# ebuild generated by hackport 0.4.3.9999
42 +# ebuild generated by hackport 0.6.6.9999
43
44 CABAL_FEATURES="lib profile haddock hoogle hscolour"
45 inherit haskell-cabal
46 @@ -20,11 +20,10 @@ IUSE="all-cpolys"
47 RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
48 dev-haskell/entropy:=[profile?]
49 >=dev-haskell/tagged-0.1:=[profile?]
50 - dev-haskell/transformers:=[profile?]
51 - >=dev-lang/ghc-7.4.1:=
52 + >=dev-lang/ghc-8.0.1:=
53 "
54 DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-1.6
56 + >=dev-haskell/cabal-1.24.0.0
57 "
58
59 src_configure() {
60
61 diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml
62 index 210ea246460..df36a4e2914 100644
63 --- a/dev-haskell/crypto-api/metadata.xml
64 +++ b/dev-haskell/crypto-api/metadata.xml
65 @@ -5,6 +5,9 @@
66 <email>haskell@g.o</email>
67 <name>Gentoo Haskell</name>
68 </maintainer>
69 + <use>
70 + <flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
71 + </use>
72 <longdescription>
73 A generic interface for cryptographic operations (hashes, ciphers, randomness).
74 Maintainers of hash and cipher implementations are
75 @@ -16,10 +19,4 @@
76 one cryptographic algorithm (ex: padding) is within
77 scope of this package.
78 </longdescription>
79 - <use>
80 - <flag name="all-cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag>
81 - </use>
82 - <upstream>
83 - <remote-id type="github">TomMD/crypto-api</remote-id>
84 - </upstream>
85 </pkgmetadata>