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/Proc-Guard/
Date: Sat, 31 Jul 2021 21:54:55
Message-Id: 1627768459.099896c13b3976f22700c1dd79e713e8758377fd.dilfridge@gentoo
1 commit: 099896c13b3976f22700c1dd79e713e8758377fd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 21:39:12 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 21:54:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099896c1
7
8 dev-perl/Proc-Guard: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Proc-Guard-0.70.0.ebuild => Proc-Guard-0.70.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild b/dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild
17 similarity index 83%
18 rename from dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
19 rename to dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild
20 index 4dd3c23f473..2d5d4446f5d 100644
21 --- a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
22 +++ b/dev-perl/Proc-Guard/Proc-Guard-0.70.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=TOKUHIROM
32 DIST_VERSION=0.07
33 @@ -10,14 +10,12 @@ inherit perl-module
34 DESCRIPTION="process runner with RAII pattern"
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=dev-perl/Class-Accessor-Lite-0.50.0
42 >=virtual/perl-Exporter-5.630.0
43 "
44 -DEPEND="${RDEPEND}
45 +BDEPEND="${RDEPEND}
46 >=virtual/perl-ExtUtils-MakeMaker-6.590.0
47 >=dev-perl/Module-Build-0.380.0
48 test? (