diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-05 22:58:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-05 23:14:47 +0200 |
commit | 8e64e2acfbf80e211871ebc2d25aea8e95aa5158 (patch) | |
tree | eb16b24351e35a0b974aed84b26a0a6077c4d720 /dev-perl/Roman | |
parent | dev-perl/Role-Identifiable: EAPI=8 bump (diff) | |
download | gentoo-8e64e2acfbf80e211871ebc2d25aea8e95aa5158.tar.gz gentoo-8e64e2acfbf80e211871ebc2d25aea8e95aa5158.tar.bz2 gentoo-8e64e2acfbf80e211871ebc2d25aea8e95aa5158.zip |
dev-perl/Roman: 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/Roman')
-rw-r--r-- | dev-perl/Roman/Roman-1.240.0-r1.ebuild (renamed from dev-perl/Roman/Roman-1.240.0.ebuild) | 14 |
1 files 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 index 49e4e0140fc1..928487a4a3a5 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" |