commit: a81cccb194fe3043456997692f027f2739a5df1e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 21:54:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 21:54:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81cccb1
dev-perl/Passwd-Unix: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...{Passwd-Unix-0.710.0.ebuild => Passwd-Unix-0.710.0-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
similarity index 88%
rename from dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
rename to dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
index 904b568a5a9..26eb87bd2e9 100644
--- a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=STRZELEC
DIST_VERSION=0.71
@@ -10,7 +10,6 @@ inherit perl-module
DESCRIPTION="access to standard unix passwd files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
virtual/perl-Carp
@@ -21,9 +20,11 @@ RDEPEND="
>=virtual/perl-IO-Compress-2.15.0
dev-perl/Struct-Compare
"
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
+
src_prepare() {
mkdir t/
mv test.pl t/test.t