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/UNIVERSAL-isa/
Date: Sat, 02 Oct 2021 00:13:42
Message-Id: 1633133600.c46e0023930dd845d0bb8bddf86694250a030a2d.dilfridge@gentoo
1 commit: c46e0023930dd845d0bb8bddf86694250a030a2d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 00:09:41 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 00:13:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46e0023
7
8 dev-perl/UNIVERSAL-isa: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...1.201.710.120.ebuild => UNIVERSAL-isa-1.201.710.120-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120-r1.ebuild
17 similarity index 80%
18 rename from dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
19 rename to dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120-r1.ebuild
20 index 9edaf6e6f98..4afb3c8b356 100644
21 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
22 +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 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.20171012
33 @@ -11,13 +11,11 @@ DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function
34
35 SLOT="0"
36 KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 virtual/perl-Scalar-List-Utils
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 test? (
47 virtual/perl-File-Spec