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/File-Copy-Link/
Date: Thu, 28 Oct 2021 20:01:22
Message-Id: 1635451242.ee5f41248822df4fcd1927e141a87c915430f399.dilfridge@gentoo
1 commit: ee5f41248822df4fcd1927e141a87c915430f399
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 19:33:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 20:00:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5f4124
7
8 dev-perl/File-Copy-Link: 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 ...le-Copy-Link-0.140.0.ebuild => File-Copy-Link-0.140.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild
17 similarity index 89%
18 rename from dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
19 rename to dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild
20 index a0538d91d94..3dbce46bdd4 100644
21 --- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild
22 +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.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=RMBARKER
31 DIST_VERSION=0.140
32 @@ -11,13 +11,11 @@ DESCRIPTION="Perl extension for replacing a link by a copy of the linked file"
33
34 SLOT="0"
35 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/perl-File-Spec
41 "
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 >=dev-perl/Module-Build-0.380.0
45 test? (
46 virtual/perl-File-Temp