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/Path-Class/
Date: Sat, 24 Jul 2021 22:00:25
Message-Id: 1627163837.3401303a5395c2a063391012ac53179bebd9120f.dilfridge@gentoo
1 commit: 3401303a5395c2a063391012ac53179bebd9120f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 21:57:17 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 21:57:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3401303a
7
8 dev-perl/Path-Class: 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 ...th-Class-0.370.0.ebuild => Path-Class-0.370.0-r1.ebuild} | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild b/dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
17 similarity index 85%
18 rename from dev-perl/Path-Class/Path-Class-0.370.0.ebuild
19 rename to dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
20 index 43264640fe5..45e0cae0f11 100644
21 --- a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
22 +++ b/dev-perl/Path-Class/Path-Class-0.370.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=KWILLIAMS
31 DIST_VERSION=0.37
32 @@ -11,8 +11,6 @@ DESCRIPTION="Cross-platform path specification manipulation"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/perl-Carp
41 @@ -25,7 +23,8 @@ RDEPEND="
42 virtual/perl-Scalar-List-Utils
43 virtual/perl-parent
44 "
45 -DEPEND="${RDEPEND}
46 +
47 +BDEPEND="${RDEPEND}
48 >=dev-perl/Module-Build-0.360.100
49 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
50 test? (
51 @@ -33,7 +32,5 @@ DEPEND="${RDEPEND}
52 virtual/perl-Test-Simple
53 )
54 "
55 -src_test() {
56 - perl_rm_files "t/author-critic.t"
57 - perl-module_src_test
58 -}
59 +
60 +PERL_RM_FILES=( "t/author-critic.t" )