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/utf8-string/
Date: Sun, 01 Nov 2020 13:01:44
Message-Id: 1604235637.48b21bdcd3eb7ac5af3358d907203b307eb0604a.slyfox@gentoo
1 commit: 48b21bdcd3eb7ac5af3358d907203b307eb0604a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 13:00:37 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 13:00:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b21bdc
7
8 dev-haskell/utf8-string: 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/utf8-string/utf8-string-0.3.8.ebuild | 4 +++-
14 dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild | 6 ++++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild
18 index ebc25d83c0c..099a13c1fb9 100644
19 --- a/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild
20 +++ b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild
21 @@ -1,7 +1,7 @@
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.4.9999
29
30 @@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
31 "
32
33 src_prepare() {
34 + default
35 +
36 cabal_chdeps \
37 'base >= 3 && < 4.8' 'base >= 3'
38 }
39
40 diff --git a/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild b/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild
41 index 104a89bac44..3d4360870a3 100644
42 --- a/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild
43 +++ b/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild
44 @@ -1,7 +1,7 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 -EAPI=5
50 +EAPI=7
51
52 # ebuild generated by hackport 0.4.6.9999
53
54 @@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
55 "
56
57 src_prepare() {
58 + default
59 +
60 cabal_chdeps \
61 'base >= 4.3 && < 4.9' 'base >= 4.3'
62 }