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/Probe-Perl/
Date: Sat, 31 Jul 2021 21:54:53
Message-Id: 1627768447.1f54c32e8c165380952216eb33f3b20d18e38106.dilfridge@gentoo
1 commit: 1f54c32e8c165380952216eb33f3b20d18e38106
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 21:34:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 21:54:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f54c32e
7
8 dev-perl/Probe-Perl: 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 ...obe-Perl-0.30.0.ebuild => Probe-Perl-0.30.0-r1.ebuild} | 15 ++++++---------
14 1 file changed, 6 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild b/dev-perl/Probe-Perl/Probe-Perl-0.30.0-r1.ebuild
17 similarity index 75%
18 rename from dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
19 rename to dev-perl/Probe-Perl/Probe-Perl-0.30.0-r1.ebuild
20 index 942b5d65a97..13a41f4ad7f 100644
21 --- a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
22 +++ b/dev-perl/Probe-Perl/Probe-Perl-0.30.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.03
32 @@ -11,16 +11,13 @@ DESCRIPTION="Information about the currently running perl"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~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="virtual/perl-File-Spec"
40 -DEPEND="${RDEPEND}
41 +RDEPEND="
42 + virtual/perl-File-Spec
43 +"
44 +BDEPEND="${RDEPEND}
45 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
46 test? ( virtual/perl-Test )
47 "
48
49 -src_test() {
50 - perl_rm_files t/author-critic.t
51 - perl-module_src_test
52 -}
53 +PERL_RM_FILES=( t/author-critic.t )