commit: 4297254636143dcd392ef44aac54ae439f93f711
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 19:52:03 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 19:59:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42972546
dev-perl/Math-Random-MT: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-MT-1.170.0.ebuild => Math-Random-MT-1.170.0-r1.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
similarity index 60%
rename from dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
rename to dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
index b62ace543c8..c14e9cd0a5b 100644
--- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.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=FANGLY
-MODULE_VERSION=1.17
+DIST_AUTHOR=FANGLY
+DIST_VERSION=1.17
inherit perl-module
DESCRIPTION="The Mersenne Twister PRNG"
@@ -12,13 +12,9 @@ DESCRIPTION="The Mersenne Twister PRNG"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="
+BDEPEND="
test? (
dev-perl/Test-Number-Delta
)
"
-
-SRC_TEST=do