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/B-Debug/
Date: Sat, 09 Oct 2021 09:11:48
Message-Id: 1633770683.ec2c47e53d954b1807f0f1d101fd77d9aece2127.dilfridge@gentoo
1 commit: ec2c47e53d954b1807f0f1d101fd77d9aece2127
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 09:02:55 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:11:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2c47e5
7
8 dev-perl/B-Debug: 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 .../{B-Debug-1.260.0.ebuild => B-Debug-1.260.0-r1.ebuild} | 15 ++++++---------
14 1 file changed, 6 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/B-Debug/B-Debug-1.260.0.ebuild b/dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild
17 similarity index 68%
18 rename from dev-perl/B-Debug/B-Debug-1.260.0.ebuild
19 rename to dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild
20 index e6280262fb4..4e9771d2410 100644
21 --- a/dev-perl/B-Debug/B-Debug-1.260.0.ebuild
22 +++ b/dev-perl/B-Debug/B-Debug-1.260.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=RURBAN
32 DIST_VERSION=1.26
33 @@ -10,22 +10,19 @@ inherit perl-module
34 DESCRIPTION="Walk Perl syntax tree, printing debug info about ops"
35 SLOT="0"
36 KEYWORDS="~amd64 ~arm64 ~x86"
37 -IUSE="test minimal"
38 -RESTRICT="!test? ( test )"
39 +IUSE="minimal"
40
41 -PERL_RM_FILES=(
42 - "t/pod.t"
43 -)
44 -# requires deprecate 0.03 => perl 5.19.2
45 RDEPEND="
46 !minimal? (
47 >=dev-perl/B-Flags-0.40.0
48 )
49 >=dev-lang/perl-5.19.2
50 "
51 -DEPEND="${RDEPEND}
52 +BDEPEND="${RDEPEND}
53 virtual/perl-ExtUtils-MakeMaker
54 test? (
55 virtual/perl-Test-Simple
56 )
57 "
58 +
59 +PERL_RM_FILES=( "t/pod.t" )