summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 22:40:38 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 22:43:44 +0200
commit1f9c608f193c071cfcb8ac1e597a93b57670ee5e (patch)
treebc9528fedf5382ee3e3e63b3edec2bbc4ec6453c
parentdev-perl/Math-Random: EAPI=8 bump (diff)
downloadgentoo-1f9c608f.tar.gz
gentoo-1f9c608f.tar.bz2
gentoo-1f9c608f.zip
dev-perl/Math-Random-ISAAC: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild (renamed from dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild)18
1 files changed, 8 insertions, 10 deletions
diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
index 9ab348819aff..4e2c5b4f0c82 100644
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
+++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
inherit perl-module
DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
@@ -12,14 +12,12 @@ DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-PDEPEND="dev-perl/Math-Random-ISAAC-XS"
+PDEPEND="
+ dev-perl/Math-Random-ISAAC-XS
+"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
dev-perl/Test-NoWarnings
)"
-
-SRC_TEST="do"