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-cipher-tests/
Date: Sun, 04 Oct 2020 11:00:52
Message-Id: 1601809231.2f5933de7ce947b5e6a99ea6e99137069a33b10d.slyfox@gentoo
1 commit: 2f5933de7ce947b5e6a99ea6e99137069a33b10d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:54:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5933de
7
8 dev-haskell/crypto-cipher-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 .../crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild | 8 ++++----
14 dev-haskell/crypto-cipher-tests/metadata.xml | 3 ---
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild
18 index a7ccdd905ae..d693d59019f 100644
19 --- a/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild
20 +++ b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-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.4.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
33 inherit haskell-cabal
34 @@ -26,7 +26,7 @@ RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?] <dev-haskell/byteable-0.2:=[pr
35 dev-haskell/test-framework:=[profile?]
36 dev-haskell/test-framework-hunit:=[profile?]
37 dev-haskell/test-framework-quickcheck2:=[profile?]
38 - >=dev-lang/ghc-6.10.4:=
39 + >=dev-lang/ghc-7.4.1:=
40 "
41 DEPEND="${RDEPEND}
42 >=dev-haskell/cabal-1.8
43
44 diff --git a/dev-haskell/crypto-cipher-tests/metadata.xml b/dev-haskell/crypto-cipher-tests/metadata.xml
45 index 234d150ab62..b7878815d80 100644
46 --- a/dev-haskell/crypto-cipher-tests/metadata.xml
47 +++ b/dev-haskell/crypto-cipher-tests/metadata.xml
48 @@ -5,7 +5,4 @@
49 <email>haskell@g.o</email>
50 <name>Gentoo Haskell</name>
51 </maintainer>
52 - <upstream>
53 - <remote-id type="github">vincenthz/hs-crypto-cipher</remote-id>
54 - </upstream>
55 </pkgmetadata>