commit: 8e64e2acfbf80e211871ebc2d25aea8e95aa5158
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 20:58:30 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:14:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e64e2ac
dev-perl/Roman: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Roman-1.240.0.ebuild => Roman-1.240.0-r1.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Roman/Roman-1.240.0.ebuild
b/dev-perl/Roman/Roman-1.240.0-r1.ebuild
similarity index 65%
rename from dev-perl/Roman/Roman-1.240.0.ebuild
rename to dev-perl/Roman/Roman-1.240.0-r1.ebuild
index 49e4e0140fc..928487a4a3a 100644
--- a/dev-perl/Roman/Roman-1.240.0.ebuild
+++ b/dev-perl/Roman/Roman-1.240.0-r1.ebuild
@@ -1,11 +1,11 @@
-# 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=CHORNY
-MODULE_VERSION=1.24
-MODULE_A_EXT=tar.gz
+DIST_AUTHOR=CHORNY
+DIST_VERSION=1.24
+DIST_A_EXT=tar.gz
inherit perl-module
@@ -13,12 +13,8 @@ DESCRIPTION="Perl module for conversion between Roman and
Arabic numerals"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~mips ~s390 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
DEPEND="test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)"
-
-SRC_TEST="do parallel"