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-tests/
Date: Sun, 04 Oct 2020 11:00:50
Message-Id: 1601809227.749ac2598122bf1c6826b51426b2af18ece60166.slyfox@gentoo
1 commit: 749ac2598122bf1c6826b51426b2af18ece60166
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:50:08 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749ac259
7
8 dev-haskell/crypto-api-tests: 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-api-tests/crypto-api-tests-0.3-r1.ebuild | 10 +++++-----
14 dev-haskell/crypto-api-tests/metadata.xml | 7 -------
15 2 files changed, 5 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild
18 index 4246b77e8b5..3a97aada6a0 100644
19 --- a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild
20 +++ b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28
29 -# ebuild generated by hackport 0.3.6.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34 @@ -24,8 +24,8 @@ RDEPEND="dev-haskell/cereal:=[profile?]
35 >=dev-haskell/test-framework-0.4:=[profile?]
36 >=dev-haskell/test-framework-hunit-0.2:=[profile?]
37 >=dev-haskell/test-framework-quickcheck2-0.3:=[profile?]
38 - >=dev-lang/ghc-6.12.1:=
39 + >=dev-lang/ghc-7.4.1:=
40 "
41 DEPEND="${RDEPEND}
42 - >=dev-haskell/cabal-1.8.0.2
43 + >=dev-haskell/cabal-1.6
44 "
45
46 diff --git a/dev-haskell/crypto-api-tests/metadata.xml b/dev-haskell/crypto-api-tests/metadata.xml
47 index d327429f980..b7878815d80 100644
48 --- a/dev-haskell/crypto-api-tests/metadata.xml
49 +++ b/dev-haskell/crypto-api-tests/metadata.xml
50 @@ -5,11 +5,4 @@
51 <email>haskell@g.o</email>
52 <name>Gentoo Haskell</name>
53 </maintainer>
54 - <longdescription>
55 - A test framework for hash and cipher operations using
56 - the crypto-api interface. Known answer tests (KATs)
57 - for common cryptographic algorithms are included.
58 - Patches welcome (both adding KATs for more algorithms
59 - or property tests for classes of algorithms).
60 - </longdescription>
61 </pkgmetadata>