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/digest/
Date: Thu, 08 Oct 2020 07:50:54
Message-Id: 1602143442.a4030fca67a625f2dcc60ca64d4b07115a08ce59.slyfox@gentoo
1 commit: a4030fca67a625f2dcc60ca64d4b07115a08ce59
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 07:47:13 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 07:50:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4030fca
7
8 dev-haskell/digest: 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/digest/digest-0.0.1.2.ebuild | 12 +++++++-----
14 dev-haskell/digest/metadata.xml | 5 -----
15 2 files changed, 7 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild
18 index b4c7d1999a0..45b7a198e8d 100644
19 --- a/dev-haskell/digest/digest-0.0.1.2.ebuild
20 +++ b/dev-haskell/digest/digest-0.0.1.2.ebuild
21 @@ -1,9 +1,9 @@
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="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33 @@ -17,7 +17,9 @@ SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 IUSE=""
36
37 -RDEPEND=">=dev-lang/ghc-6.10.4:=
38 - sys-libs/zlib"
39 +RDEPEND=">=dev-lang/ghc-7.4.1:=
40 + sys-libs/zlib
41 +"
42 DEPEND="${RDEPEND}
43 - >=dev-haskell/cabal-1.6"
44 + >=dev-haskell/cabal-1.6
45 +"
46
47 diff --git a/dev-haskell/digest/metadata.xml b/dev-haskell/digest/metadata.xml
48 index 06e7bab845b..b7878815d80 100644
49 --- a/dev-haskell/digest/metadata.xml
50 +++ b/dev-haskell/digest/metadata.xml
51 @@ -5,9 +5,4 @@
52 <email>haskell@g.o</email>
53 <name>Gentoo Haskell</name>
54 </maintainer>
55 - <longdescription>
56 - This package provides efficient cryptographic hash implementations for
57 - strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
58 - they are implemented as FFI bindings to efficient code from zlib.
59 - </longdescription>
60 </pkgmetadata>