commit: 6062414b1f5976a72add5d9bda7902a82e8b0ef3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 18:11:48 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 18:24:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6062414b
dev-perl/ExtUtils-AutoInstall: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...640.0.ebuild => ExtUtils-AutoInstall-0.640.0-r1.ebuild} | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
similarity index 86%
rename from dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
rename to dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
index fdc6eb124e7..b6b91bc5770 100644
--- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0.ebuild
+++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.640.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=INGY
DIST_VERSION=0.64
@@ -11,22 +11,22 @@ DESCRIPTION="Automatic installation of dependencies via
CPAN from within Makefil
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux
~ppc-macos ~sparc-solaris"
-IUSE=""
-# TESTS BAD. Wants to write to cpan's config on the live system
-#SRC_TEST="do"
-
-RDEPEND="dev-perl/Sort-Versions"
-DEPEND="${RDEPEND}"
+RDEPEND="
+ dev-perl/Sort-Versions
+"
+BDEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-no-dot-inc.patch"
"${FILESDIR}/${P}-cpantest.patch"
)
+
src_compile() {
echo "n" | perl-module_src_compile
}
+
src_test() {
local MODULES=(
"ExtUtils::AutoInstall ${DIST_VERSION}"