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/prettyclass/
Date: Tue, 27 Oct 2020 09:16:01
Message-Id: 1603790012.b6357fc82c43acabfc66dffb8f6bab8b756c7966.slyfox@gentoo
1 commit: b6357fc82c43acabfc66dffb8f6bab8b756c7966
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 09:13:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 09:13:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6357fc8
7
8 dev-haskell/prettyclass: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/prettyclass/metadata.xml | 5 -----
14 dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild | 10 ++++++----
15 2 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-haskell/prettyclass/metadata.xml b/dev-haskell/prettyclass/metadata.xml
18 index 0ca938268b7..b7878815d80 100644
19 --- a/dev-haskell/prettyclass/metadata.xml
20 +++ b/dev-haskell/prettyclass/metadata.xml
21 @@ -5,9 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - Pretty printing class similar to Show, based on the HughesPJ
27 - pretty printing library. Provides the pretty printing class
28 - and instances for the Prelude types.
29 - </longdescription>
30 </pkgmetadata>
31
32 diff --git a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
33 index f4770ed4a2c..6f54c307926 100644
34 --- a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
35 +++ b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
36 @@ -1,9 +1,9 @@
37 # Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=5
41 +EAPI=7
42
43 -# ebuild generated by hackport 0.3.2.9999
44 +# ebuild generated by hackport 0.6.6.9999
45
46 CABAL_FEATURES="lib profile haddock hoogle hscolour"
47 inherit haskell-cabal
48 @@ -17,6 +17,8 @@ SLOT="0/${PV}"
49 KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52 -RDEPEND=">=dev-lang/ghc-6.10.4:="
53 +RDEPEND=">=dev-lang/ghc-7.4.1:=
54 +"
55 DEPEND="${RDEPEND}
56 - >=dev-haskell/cabal-0"
57 + >=dev-haskell/cabal-1.0
58 +"