Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-More-UTF8/
Date: Fri, 27 Aug 2021 22:35:34
Message-Id: 1630103712.ee972310055eb449cedf6743b31db9e04f7bf2cb.dilfridge@gentoo
1 commit: ee972310055eb449cedf6743b31db9e04f7bf2cb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 22:31:53 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 22:35:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee972310
7
8 dev-perl/Test-More-UTF8: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...UTF8-0.50.0.ebuild => Test-More-UTF8-0.50.0-r1.ebuild} | 15 +++++++--------
14 1 file changed, 7 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0-r1.ebuild
17 similarity index 92%
18 rename from dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
19 rename to dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0-r1.ebuild
20 index 7833e1e42d2..77f1c3a927f 100644
21 --- a/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
22 +++ b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=MONS
31 DIST_VERSION=0.05
32 @@ -13,15 +13,14 @@ DESCRIPTION="Enhancing Test::More for UTF8-based projects"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 x86"
35
36 -IUSE=""
37 -
38 -PERL_RM_FILES=(
39 - "t/pod-coverage.t"
40 - "t/pod.t"
41 -)
42 RDEPEND="
43 virtual/perl-Test-Simple
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 virtual/perl-ExtUtils-MakeMaker
48 "
49 +
50 +PERL_RM_FILES=(
51 + "t/pod-coverage.t"
52 + "t/pod.t"
53 +)