Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-MT/
Date: Sat, 03 Jul 2021 19:59:30
Message-Id: 1625342347.4297254636143dcd392ef44aac54ae439f93f711.dilfridge@gentoo
1 commit: 4297254636143dcd392ef44aac54ae439f93f711
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 19:52:03 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 19:59:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42972546
7
8 dev-perl/Math-Random-MT: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-MT-1.170.0.ebuild => Math-Random-MT-1.170.0-r1.ebuild} | 14 +++++---------
14 1 file changed, 5 insertions(+), 9 deletions(-)
15
16 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
17 similarity index 60%
18 rename from dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
19 rename to dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
20 index b62ace543c8..c14e9cd0a5b 100644
21 --- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
22 +++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=FANGLY
32 -MODULE_VERSION=1.17
33 +DIST_AUTHOR=FANGLY
34 +DIST_VERSION=1.17
35 inherit perl-module
36
37 DESCRIPTION="The Mersenne Twister PRNG"
38 @@ -12,13 +12,9 @@ DESCRIPTION="The Mersenne Twister PRNG"
39 LICENSE="BSD"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 -IUSE="test"
43 -RESTRICT="!test? ( test )"
44
45 -DEPEND="
46 +BDEPEND="
47 test? (
48 dev-perl/Test-Number-Delta
49 )
50 "
51 -
52 -SRC_TEST=do