commit: 0155141dd23754da0c9bb16eeb33e42d2bef6397
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 20:06:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 20:16:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0155141d
dev-perl/Module-Locate: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Locate-1.800.0.ebuild => Module-Locate-1.800.0-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
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
similarity index 76%
rename from dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild
rename to dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild
index 165cf45feef..b188f4c23f6 100644
--- a/dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild
+++ b/dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild
@@ -1,27 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=1.80
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.80
inherit perl-module
DESCRIPTION="Locate modules in the same fashion as require and use"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-File-Spec
virtual/perl-IO
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do parallel"