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/Cwd-Guard/
Date: Sun, 17 Oct 2021 14:04:26
Message-Id: 1634479423.dc74e4cfca738a938a70aaab5b30182a66f6a21f.dilfridge@gentoo
1 commit: dc74e4cfca738a938a70aaab5b30182a66f6a21f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 12:26:20 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 14:03:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc74e4cf
7
8 dev-perl/Cwd-Guard: 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 .../{Cwd-Guard-0.50.0.ebuild => Cwd-Guard-0.50.0-r1.ebuild} | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
17 similarity index 79%
18 rename from dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
19 rename to dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
20 index 40eb6dfcde7..cd3c4151a09 100644
21 --- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
22 +++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.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=KAZEBURO
31 DIST_VERSION=0.05
32 @@ -11,17 +11,15 @@ DESCRIPTION="Temporary changing working directory (chdir)"
33
34 SLOT="0"
35 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
36 -IUSE="test minimal"
37 -RESTRICT="!test? ( test )"
38 -# Cwd -> perl-File-Spec
39 +IUSE="minimal"
40 +
41 RDEPEND="
42 virtual/perl-File-Spec
43 virtual/perl-Exporter
44 virtual/perl-if
45 virtual/perl-parent
46 "
47 -# CPAN::Meta::Prereqs -> perl-CPAN-Meta
48 -DEPEND="${RDEPEND}
49 +BDEPEND="${RDEPEND}
50 >=dev-perl/Module-Build-0.380.0
51 test? (
52 dev-perl/Test-Requires