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/stringable/
Date: Sat, 31 Oct 2020 20:09:25
Message-Id: 1604174956.c4ec06aeb416b6c742fb0a16d794565c1075d7de.slyfox@gentoo
1 commit: c4ec06aeb416b6c742fb0a16d794565c1075d7de
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 20:02:18 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 20:09:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ec06ae
7
8 dev-haskell/stringable: 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/stringable/metadata.xml | 5 -----
14 dev-haskell/stringable/stringable-0.1.3.ebuild | 4 ++--
15 2 files changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-haskell/stringable/metadata.xml b/dev-haskell/stringable/metadata.xml
18 index 6a22462afb2..b7878815d80 100644
19 --- a/dev-haskell/stringable/metadata.xml
20 +++ b/dev-haskell/stringable/metadata.xml
21 @@ -5,9 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - 'Data.Stringable' provides a type class with a set of functions for
27 - converting to and from the most often used string-linke types in
28 - Haskell.
29 - </longdescription>
30 </pkgmetadata>
31
32 diff --git a/dev-haskell/stringable/stringable-0.1.3.ebuild b/dev-haskell/stringable/stringable-0.1.3.ebuild
33 index 19ce797a156..7249e98ce99 100644
34 --- a/dev-haskell/stringable/stringable-0.1.3.ebuild
35 +++ b/dev-haskell/stringable/stringable-0.1.3.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.4.9999
44 +# ebuild generated by hackport 0.6.6.9999
45
46 CABAL_FEATURES="lib profile haddock hoogle hscolour"
47 inherit haskell-cabal