diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-02 22:38:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-02 22:43:41 +0200 |
commit | 6e3791844168c227a78e3ead587dd295b8032bd0 (patch) | |
tree | d0c2f85aa4d2f11538bf58fbe6f8c764eb491f0e /dev-perl/Math-Random | |
parent | dev-perl/Math-PlanePath: Version bump 129 (diff) | |
download | gentoo-6e3791844168c227a78e3ead587dd295b8032bd0.tar.gz gentoo-6e3791844168c227a78e3ead587dd295b8032bd0.tar.bz2 gentoo-6e3791844168c227a78e3ead587dd295b8032bd0.zip |
dev-perl/Math-Random: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Random')
-rw-r--r-- | dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild (renamed from dev-perl/Math-Random/Math-Random-0.720.0.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
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 index a17a6eb9740f..2d8d6d35f237 100644 --- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild +++ b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=GROMMEL -MODULE_VERSION=0.72 +DIST_AUTHOR=GROMMEL +DIST_VERSION=0.72 inherit perl-module DESCRIPTION="Random Number Generators" @@ -12,6 +12,3 @@ DESCRIPTION="Random Number Generators" LICENSE="( || ( Artistic GPL-2 ) ) public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -SRC_TEST="do" |