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-random/
Date: Sun, 04 Oct 2020 11:00:53
Message-Id: 1601809230.d167784446f7c16563280a6ba0d1dbb5c63612aa.slyfox@gentoo
1 commit: d167784446f7c16563280a6ba0d1dbb5c63612aa
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:52:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1677844
7
8 dev-haskell/crypto-random: 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-random/crypto-random-0.0.9.ebuild | 8 ++++----
14 dev-haskell/crypto-random/metadata.xml | 3 ---
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild b/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild
18 index 075a5fa7ad4..2e658396175 100644
19 --- a/dev-haskell/crypto-random/crypto-random-0.0.9.ebuild
20 +++ b/dev-haskell/crypto-random/crypto-random-0.0.9.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.4.4.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND="dev-haskell/securemem:=[profile?]
38 - dev-haskell/vector:=[profile?]
39 + >=dev-haskell/vector-0.7:=[profile?]
40 >=dev-lang/ghc-7.4.1:=
41 "
42 DEPEND="${RDEPEND}
43
44 diff --git a/dev-haskell/crypto-random/metadata.xml b/dev-haskell/crypto-random/metadata.xml
45 index 881710a8786..b7878815d80 100644
46 --- a/dev-haskell/crypto-random/metadata.xml
47 +++ b/dev-haskell/crypto-random/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-random</remote-id>
54 - </upstream>
55 </pkgmetadata>