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/CPAN-DistnameInfo/
Date: Thu, 14 Oct 2021 21:21:08
Message-Id: 1634246447.65d2d87c2581cb898605397da7521e3250964ac5.dilfridge@gentoo
1 commit: 65d2d87c2581cb898605397da7521e3250964ac5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 21:13:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 21:20:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d2d87c
7
8 dev-perl/CPAN-DistnameInfo: 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 ...0.120.0-r2.ebuild => CPAN-DistnameInfo-0.120.0-r3.ebuild} | 12 +-----------
14 1 file changed, 1 insertion(+), 11 deletions(-)
15
16 diff --git a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.ebuild
17 similarity index 71%
18 rename from dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild
19 rename to dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.ebuild
20 index d7c34bae6b6..ea10b0471e5 100644
21 --- a/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r2.ebuild
22 +++ b/dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.120.0-r3.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=GBARR
31 DIST_VERSION=0.12
32 @@ -10,13 +10,3 @@ inherit perl-module
33 DESCRIPTION="Extract distribution name and version from a distribution filename"
34 SLOT="0"
35 KEYWORDS="~amd64 ~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=""
40 -DEPEND="${RDEPEND}
41 - virtual/perl-ExtUtils-MakeMaker
42 - test? (
43 - virtual/perl-Test-Simple
44 - )
45 -"