commit: c828f5a4bee9e8e584ab2a127c4ddbc408f8956e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 20:14:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 20:16:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c828f5a4
dev-perl/Module-Pluggable: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ble-5.200.0.ebuild => Module-Pluggable-5.200.0-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
similarity index 80%
rename from dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
rename to dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
index b145d0e1aad..21ab867bf6d 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
@@ -1,26 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=5.2
+DIST_AUTHOR=SIMONW
+DIST_VERSION=5.2
inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-File-Spec-3
virtual/perl-if
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? ( >=virtual/perl-Test-Simple-0.620.0 )
"
-
-SRC_TEST="do parallel"