diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:08:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-26 13:24:04 +0200 |
commit | f5a776a03816f2de9558ea30e9e513d3755eaa9a (patch) | |
tree | 1f325a9feda52a30183725193a2ae80d5f8b6f6e /dev-perl/Text-Roman | |
parent | media-gfx/simple-scan: Bump to 40.5 (diff) | |
download | gentoo-f5a776a03816f2de9558ea30e9e513d3755eaa9a.tar.gz gentoo-f5a776a03816f2de9558ea30e9e513d3755eaa9a.tar.bz2 gentoo-f5a776a03816f2de9558ea30e9e513d3755eaa9a.zip |
dev-perl/Text-Roman: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Roman')
-rw-r--r-- | dev-perl/Text-Roman/Text-Roman-3.500.0-r1.ebuild (renamed from dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild b/dev-perl/Text-Roman/Text-Roman-3.500.0-r1.ebuild index db2ba3a8ca85..bbbfc6646812 100644 --- a/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild +++ b/dev-perl/Text-Roman/Text-Roman-3.500.0-r1.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=SYP -MODULE_VERSION=3.5 +DIST_AUTHOR=SYP +DIST_VERSION=3.5 inherit perl-module DESCRIPTION="Allows conversion between Roman and Arabic algarisms" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="" - -SRC_TEST="do" |