Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-Maketext-Lexicon/
Date: Fri, 25 Jun 2021 21:38:24
Message-Id: 1624657074.7b45c4c34bbe84dc2580256191d7fc7211fe884e.dilfridge@gentoo
1 commit: 7b45c4c34bbe84dc2580256191d7fc7211fe884e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 21:26:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 21:37:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b45c4c3
7
8 dev-perl/Locale-Maketext-Lexicon: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...0.ebuild => Locale-Maketext-Lexicon-1.0.0-r1.ebuild} | 17 +++++------------
14 1 file changed, 5 insertions(+), 12 deletions(-)
15
16 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
17 similarity index 69%
18 rename from dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild
19 rename to dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
20 index 4ffa4b35379..8f241d77d75 100644
21 --- a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild
22 +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=DRTECH
31 -MODULE_VERSION=1.00
32 +DIST_AUTHOR=DRTECH
33 +DIST_VERSION=1.00
34 inherit perl-module
35
36 DESCRIPTION="Use other catalog formats in Maketext"
37 @@ -12,22 +12,15 @@ DESCRIPTION="Use other catalog formats in Maketext"
38 LICENSE="MIT"
39 SLOT="0"
40 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"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43
44 RDEPEND="
45 >=virtual/perl-Locale-Maketext-1.170.0
46 "
47 -DEPEND="${RDEPEND}
48 +BDEPEND="${RDEPEND}
49 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
50 test? (
51 virtual/perl-Test-Simple
52 )
53 "
54
55 -SRC_TEST="do parallel"
56 -
57 -src_test() {
58 - perl_rm_files t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t
59 - perl-module_src_test
60 -}
61 +PERL_RM_FILES=( t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t )