commit: 93120c9542937afa53c102d66c89d4bdd32c02b3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:05:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:17:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93120c95
dev-perl/Crypt-URandom: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...andom-0.360.0.ebuild => Crypt-URandom-0.360.0-r1.ebuild} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
similarity index 65%
rename from dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
rename to dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
index 0e6eeaf165b..7e5ef6c8a11 100644
--- a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
+++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DDICK
DIST_VERSION=0.36
@@ -11,20 +11,15 @@ DESCRIPTION="Provide non blocking randomness"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
-src_test() {
- perl_rm_files t/pod.t
- perl-module_src_test
-}
+PERL_RM_FILES=( t/pod.t )