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/
Date: Sun, 04 Oct 2020 11:00:49
Message-Id: 1601809225.c4bc3ea5abe165c77a65c7c18dad327b58f7f5de.slyfox@gentoo
1 commit: c4bc3ea5abe165c77a65c7c18dad327b58f7f5de
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:47:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bc3ea5
7
8 dev-haskell/crypto: update to EAPI=7
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/crypto-4.2.5.1-r1.ebuild | 18 ++++++++++--------
14 dev-haskell/crypto/metadata.xml | 6 ------
15 2 files changed, 10 insertions(+), 14 deletions(-)
16
17 diff --git a/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild b/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild
18 index 221307abdb0..f7d2aca9c06 100644
19 --- a/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild
20 +++ b/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild
21 @@ -1,11 +1,11 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.3.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
32 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34
35 MY_PN="Crypto"
36 @@ -21,11 +21,13 @@ KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 RDEPEND="dev-haskell/hunit:=[profile?]
40 - >=dev-haskell/quickcheck-2.4.0.1:2=[profile?]
41 - dev-haskell/random:=[profile?]
42 - >=dev-lang/ghc-6.10.4:="
43 + >=dev-haskell/quickcheck-2.4.0.1:2=[profile?]
44 + dev-haskell/random:=[profile?]
45 + >=dev-lang/ghc-7.4.1:=
46 +"
47 DEPEND="${RDEPEND}
48 - >=dev-haskell/cabal-1.2"
49 + >=dev-haskell/cabal-1.2
50 +"
51
52 S="${WORKDIR}/${MY_P}"
53
54 @@ -40,7 +42,7 @@ src_test() {
55 }
56
57 src_install() {
58 - cabal_src_install
59 + haskell-cabal_src_install
60
61 rm -rf "${D}/usr/bin" 2>/dev/null
62 }
63
64 diff --git a/dev-haskell/crypto/metadata.xml b/dev-haskell/crypto/metadata.xml
65 index 2dbebd8cd71..b7878815d80 100644
66 --- a/dev-haskell/crypto/metadata.xml
67 +++ b/dev-haskell/crypto/metadata.xml
68 @@ -5,10 +5,4 @@
69 <email>haskell@g.o</email>
70 <name>Gentoo Haskell</name>
71 </maintainer>
72 - <longdescription>
73 - DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble,
74 - Hexdump, Support for Word128, Word192 and Word256 and Beyond, PKCS5
75 - Padding, Various Encryption Modes e.g. Cipher Block Chaining all in one package,
76 - with HUnit and QuickCheck tests, and examples.
77 - </longdescription>
78 </pkgmetadata>