commit: 7b45c4c34bbe84dc2580256191d7fc7211fe884e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 21:26:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 21:37:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b45c4c3
dev-perl/Locale-Maketext-Lexicon: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0.ebuild => Locale-Maketext-Lexicon-1.0.0-r1.ebuild} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git
a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild
b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
similarity index 69%
rename from
dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild
rename to
dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
index 4ffa4b35379..8f241d77d75 100644
--- a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild
+++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=DRTECH
-MODULE_VERSION=1.00
+DIST_AUTHOR=DRTECH
+DIST_VERSION=1.00
inherit perl-module
DESCRIPTION="Use other catalog formats in Maketext"
@@ -12,22 +12,15 @@ DESCRIPTION="Use other catalog formats in Maketext"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Locale-Maketext-1.170.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-Test-Simple
)
"
-SRC_TEST="do parallel"
-
-src_test() {
- perl_rm_files t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t
- perl-module_src_test
-}
+PERL_RM_FILES=( t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t )