commit: 2cfcf3e7221be0aaf9798c6ef85eaed7c877338c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 17:49:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 18:23:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcf3e7
dev-perl/Sub-Install: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-Install-0.928.0.ebuild => Sub-Install-0.928.0-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
b/dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild
similarity index 80%
rename from dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
rename to dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild
index 7a000112686..26a6e10185e 100644
--- a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
+++ b/dev-perl/Sub-Install/Sub-Install-0.928.0-r1.ebuild
@@ -1,28 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.928
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.928
inherit perl-module
DESCRIPTION="Install subroutines into packages easily"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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-Carp
virtual/perl-Scalar-List-Utils
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
-
-SRC_TEST="do parallel"