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/File-Find-Rule-Perl/
Date: Thu, 28 Oct 2021 20:01:22
Message-Id: 1635451252.ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8.dilfridge@gentoo
1 commit: ef58c2b71bbe1cc679c78ce82e85f5f38c41afc8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 19:55:59 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 20:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef58c2b7
7
8 dev-perl/File-Find-Rule-Perl: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-Perl-1.150.0.ebuild => File-Find-Rule-Perl-1.150.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.ebuild
17 similarity index 81%
18 rename from dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild
19 rename to dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.ebuild
20 index 9f12cc6b838..5b9742b0324 100644
21 --- a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild
22 +++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=ETHER
32 DIST_VERSION=1.15
33 @@ -12,8 +12,6 @@ DESCRIPTION="Common rules for searching for Perl things"
34
35 SLOT="0"
36 KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=virtual/perl-CPAN-Meta-1.380.0
42 @@ -21,7 +19,7 @@ RDEPEND="
43 >=virtual/perl-File-Spec-0.820.0
44 >=dev-perl/Params-Util-0.380.0
45 "
46 -DEPEND="${RDEPEND}
47 +BDEPEND="${RDEPEND}
48 virtual/perl-ExtUtils-MakeMaker
49 test? (
50 virtual/perl-Test-Simple