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/cryptohash-conduit/
Date: Sun, 04 Oct 2020 11:00:54
Message-Id: 1601809234.0a9ec146b2c1412ebf630ee03f41349d7fbda577.slyfox@gentoo
1 commit: 0a9ec146b2c1412ebf630ee03f41349d7fbda577
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:55:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9ec146
7
8 dev-haskell/cryptohash-conduit: 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 .../cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild | 11 +++++------
14 dev-haskell/cryptohash-conduit/metadata.xml | 3 ---
15 2 files changed, 5 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild
18 index 60b957aa809..068862d1158 100644
19 --- a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild
20 +++ b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.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 @@ -21,9 +21,8 @@ RDEPEND="dev-haskell/conduit:=[profile?]
35 dev-haskell/conduit-extra:=[profile?]
36 dev-haskell/cryptohash:=[profile?]
37 dev-haskell/resourcet:=[profile?]
38 - dev-haskell/transformers:=[profile?]
39 - >=dev-lang/ghc-6.10.4:=
40 + >=dev-lang/ghc-7.8.2:=
41 "
42 DEPEND="${RDEPEND}
43 - >=dev-haskell/cabal-1.8
44 + >=dev-haskell/cabal-1.18.1.3
45 "
46
47 diff --git a/dev-haskell/cryptohash-conduit/metadata.xml b/dev-haskell/cryptohash-conduit/metadata.xml
48 index 7b26805ef71..b7878815d80 100644
49 --- a/dev-haskell/cryptohash-conduit/metadata.xml
50 +++ b/dev-haskell/cryptohash-conduit/metadata.xml
51 @@ -5,7 +5,4 @@
52 <email>haskell@g.o</email>
53 <name>Gentoo Haskell</name>
54 </maintainer>
55 - <upstream>
56 - <remote-id type="github">vincenthz/hs-cryptohash-conduit</remote-id>
57 - </upstream>
58 </pkgmetadata>