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/PPI/
Date: Sat, 31 Jul 2021 21:22:47
Message-Id: 1627766552.07104a06ff8587de2556ac289070fc6df0ba8ddf.dilfridge@gentoo
1 commit: 07104a06ff8587de2556ac289070fc6df0ba8ddf
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 21:22:21 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 21:22:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07104a06
7
8 dev-perl/PPI: 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 dev-perl/PPI/{PPI-1.270.0.ebuild => PPI-1.270.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/PPI/PPI-1.270.0.ebuild b/dev-perl/PPI/PPI-1.270.0-r1.ebuild
17 similarity index 93%
18 rename from dev-perl/PPI/PPI-1.270.0.ebuild
19 rename to dev-perl/PPI/PPI-1.270.0-r1.ebuild
20 index f7c29a45b49..4373725965e 100644
21 --- a/dev-perl/PPI/PPI-1.270.0.ebuild
22 +++ b/dev-perl/PPI/PPI-1.270.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=MITHALDU
31 DIST_VERSION=1.270
32 @@ -11,8 +11,6 @@ DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
33
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/perl-Carp
41 @@ -26,7 +24,7 @@ RDEPEND="
42 >=virtual/perl-Storable-2.170.0
43 dev-perl/Task-Weaken
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 virtual/perl-ExtUtils-MakeMaker
48 test? (
49 >=dev-perl/Class-Inspector-1.220.0