summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-25 23:28:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-25 23:37:57 +0200
commit3a9b3030e558a0e29e3fe868a708cb663eef3b4f (patch)
tree5631f7e899dedd3754d2e3e7e53c9073c431cbb9 /dev-perl/Locale-PO
parentdev-perl/Locale-Maketext-Lexicon: EAPI=8 bump (diff)
downloadgentoo-3a9b3030e558a0e29e3fe868a708cb663eef3b4f.tar.gz
gentoo-3a9b3030e558a0e29e3fe868a708cb663eef3b4f.tar.bz2
gentoo-3a9b3030e558a0e29e3fe868a708cb663eef3b4f.zip
dev-perl/Locale-PO: 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/Locale-PO')
-rw-r--r--dev-perl/Locale-PO/Locale-PO-0.270.0-r1.ebuild (renamed from dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild)14
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.270.0-r1.ebuild
index c1f32f307766..d432a2e721c4 100644
--- a/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild
+++ b/dev-perl/Locale-PO/Locale-PO-0.270.0-r1.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=COSIMO
-MODULE_VERSION=0.27
+DIST_AUTHOR=COSIMO
+DIST_VERSION=0.27
inherit perl-module
DESCRIPTION="Perl module for manipulating .po entries from GNU gettext"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
sys-devel/gettext
dev-perl/File-Slurp
"
DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do"