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-Spec-Native/
Date: Fri, 29 Oct 2021 19:52:22
Message-Id: 1635537093.71de2e8e66049e316a92eb53da830ee9946b551a.dilfridge@gentoo
1 commit: 71de2e8e66049e316a92eb53da830ee9946b551a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 18:54:07 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 19:51:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71de2e8e
7
8 dev-perl/File-Spec-Native: 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 ...ec-Native-1.4.0.ebuild => File-Spec-Native-1.4.0-r1.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
17 similarity index 84%
18 rename from dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
19 rename to dev-perl/File-Spec-Native/File-Spec-Native-1.4.0-r1.ebuild
20 index 77470fcdb36..704d1d8a499 100644
21 --- a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild
22 +++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.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=RWSTAUNER
31 DIST_VERSION=1.004
32 @@ -10,11 +10,11 @@ inherit perl-module
33 DESCRIPTION="Use native OS implementation of File::Spec from a subclass"
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="virtual/perl-File-Spec"
40 -DEPEND="${RDEPEND}
41 +RDEPEND="
42 + virtual/perl-File-Spec
43 +"
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 test? (
47 >=virtual/perl-CPAN-Meta-2.120.900