summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-06 22:06:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-06 22:16:40 +0200
commit0155141dd23754da0c9bb16eeb33e42d2bef6397 (patch)
treeff056f0a92c31bc7eac612e2f10f54b7f49cc5cb /dev-perl/Module-Locate
parentdev-perl/Module-Install: Version bump 1.19 (diff)
downloadgentoo-0155141dd23754da0c9bb16eeb33e42d2bef6397.tar.gz
gentoo-0155141dd23754da0c9bb16eeb33e42d2bef6397.tar.bz2
gentoo-0155141dd23754da0c9bb16eeb33e42d2bef6397.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Locate')
-rw-r--r--dev-perl/Module-Locate/Module-Locate-1.800.0-r1.ebuild (renamed from dev-perl/Module-Locate/Module-Locate-1.800.0.ebuild)12
1 files 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
index 165cf45feefa..b188f4c23f6f 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"