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/Path-FindDev/
Date: Sat, 24 Jul 2021 22:00:25
Message-Id: 1627163932.b6f5f12365830fb52698c36e6381563c03bad4ce.dilfridge@gentoo
1 commit: b6f5f12365830fb52698c36e6381563c03bad4ce
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 21:58:52 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 21:58:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f5f123
7
8 dev-perl/Path-FindDev: 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 ...{Path-FindDev-0.5.3.ebuild => Path-FindDev-0.5.3-r1.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild b/dev-perl/Path-FindDev/Path-FindDev-0.5.3-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild
19 rename to dev-perl/Path-FindDev/Path-FindDev-0.5.3-r1.ebuild
20 index 5d281ad7b65..0356d801932 100644
21 --- a/dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild
22 +++ b/dev-perl/Path-FindDev/Path-FindDev-0.5.3-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=KENTNL
32 DIST_VERSION=v0.5.3
33 @@ -10,8 +10,7 @@ inherit perl-module
34 DESCRIPTION="Find a development path somewhere in an upper hierarchy"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 -IUSE="test minimal"
38 -RESTRICT="!test? ( test )"
39 +IUSE="minimal"
40
41 RDEPEND="
42 virtual/perl-Carp
43 @@ -21,7 +20,8 @@ RDEPEND="
44 virtual/perl-Scalar-List-Utils
45 dev-perl/Sub-Exporter
46 "
47 -DEPEND="${RDEPEND}
48 +
49 +BDEPEND="${RDEPEND}
50 virtual/perl-ExtUtils-MakeMaker
51 !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
52 test? (