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/Data-Section/
Date: Sun, 17 Oct 2021 19:17:17
Message-Id: 1634498212.6e27affdd490267ce12e6c48696d83078758dee2.dilfridge@gentoo
1 commit: 6e27affdd490267ce12e6c48696d83078758dee2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 19:09:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 19:16:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e27affd
7
8 dev-perl/Data-Section: 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 ...-Section-0.200.7.ebuild => Data-Section-0.200.7-r1.ebuild} | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
17 similarity index 79%
18 rename from dev-perl/Data-Section/Data-Section-0.200.7.ebuild
19 rename to dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
20 index 825703a2081..3c9ceeba685 100644
21 --- a/dev-perl/Data-Section/Data-Section-0.200.7.ebuild
22 +++ b/dev-perl/Data-Section/Data-Section-0.200.7-r1.ebuild
23 @@ -1,7 +1,8 @@
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=RJBS
31 DIST_VERSION=0.200007
32 inherit perl-module
33 @@ -9,16 +10,14 @@ inherit perl-module
34 DESCRIPTION="read multiple hunks of data out of your DATA section"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -# r: strict, warnings -> perl
40 +
41 RDEPEND="
42 virtual/perl-Encode
43 >=dev-perl/MRO-Compat-0.90.0
44 >=dev-perl/Sub-Exporter-0.979.0
45 "
46 -# t: base, lib, utf8 -> perl
47 -DEPEND="${RDEPEND}
48 +
49 +BDEPEND="${RDEPEND}
50 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
51 test? (
52 dev-perl/Test-FailWarnings