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/
Date: Fri, 02 Jul 2021 20:44:08
Message-Id: 1625258621.6e3791844168c227a78e3ead587dd295b8032bd0.dilfridge@gentoo
1 commit: 6e3791844168c227a78e3ead587dd295b8032bd0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 20:38:59 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 20:43:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e379184
7
8 dev-perl/Math-Random: 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 ...th-Random-0.720.0.ebuild => Math-Random-0.720.0-r1.ebuild} | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
17 similarity index 65%
18 rename from dev-perl/Math-Random/Math-Random-0.720.0.ebuild
19 rename to dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
20 index a17a6eb9740..2d8d6d35f23 100644
21 --- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
22 +++ b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2014 Gentoo Foundation
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=GROMMEL
32 -MODULE_VERSION=0.72
33 +DIST_AUTHOR=GROMMEL
34 +DIST_VERSION=0.72
35 inherit perl-module
36
37 DESCRIPTION="Random Number Generators"
38 @@ -12,6 +12,3 @@ DESCRIPTION="Random Number Generators"
39 LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
40 SLOT="0"
41 KEYWORDS="amd64 x86"
42 -IUSE=""
43 -
44 -SRC_TEST="do"