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/Module-Locate/
Date: Tue, 06 Jul 2021 20:17:05
Message-Id: 1625602600.0155141dd23754da0c9bb16eeb33e42d2bef6397.dilfridge@gentoo
1 commit: 0155141dd23754da0c9bb16eeb33e42d2bef6397
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 20:06:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 20:16:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0155141d
7
8 dev-perl/Module-Locate: 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 ...Locate-1.800.0.ebuild => Module-Locate-1.800.0-r1.ebuild} | 12 ++++--------
14 1 file changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild b/dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild
17 similarity index 76%
18 rename from dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild
19 rename to dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild
20 index 165cf45feef..b188f4c23f6 100644
21 --- a/dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild
22 +++ b/dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild
23 @@ -1,27 +1,23 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=NEILB
31 -MODULE_VERSION=1.80
32 +DIST_AUTHOR=NEILB
33 +DIST_VERSION=1.80
34 inherit perl-module
35
36 DESCRIPTION="Locate modules in the same fashion as require and use"
37
38 SLOT="0"
39 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42
43 RDEPEND="
44 virtual/perl-Carp
45 virtual/perl-File-Spec
46 virtual/perl-IO
47 "
48 -DEPEND="${RDEPEND}
49 +BDEPEND="${RDEPEND}
50 virtual/perl-ExtUtils-MakeMaker
51 test? ( virtual/perl-Test-Simple )
52 "
53 -
54 -SRC_TEST="do parallel"