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/attoparsec-conduit/
Date: Sun, 27 Sep 2020 09:08:26
Message-Id: 1601197550.df97e16c1543b4ea2be94a5dae6b7734be02ef2f.slyfox@gentoo
1 commit: df97e16c1543b4ea2be94a5dae6b7734be02ef2f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 09:05:50 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 09:05:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df97e16c
7
8 dev-haskell/attoparsec-conduit: switch 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/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild | 10 +++++-----
14 dev-haskell/attoparsec-conduit/metadata.xml | 3 ---
15 2 files changed, 5 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild
18 index 00a88875ab4..922d4df188a 100644
19 --- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild
20 +++ b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild
21 @@ -1,11 +1,11 @@
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"
33 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
34 inherit haskell-cabal
35
36 DESCRIPTION="Consume attoparsec parsers via conduit. (deprecated)"
37 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 RDEPEND=">=dev-haskell/conduit-1.1:=[profile?]
41 - >=dev-lang/ghc-6.10.4:=
42 + >=dev-lang/ghc-7.4.1:=
43 "
44 DEPEND="${RDEPEND}
45 >=dev-haskell/cabal-1.8
46
47 diff --git a/dev-haskell/attoparsec-conduit/metadata.xml b/dev-haskell/attoparsec-conduit/metadata.xml
48 index b22e8f68da8..b7878815d80 100644
49 --- a/dev-haskell/attoparsec-conduit/metadata.xml
50 +++ b/dev-haskell/attoparsec-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">snoyberg/conduit</remote-id>
57 - </upstream>
58 </pkgmetadata>