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-PO/
Date: Fri, 25 Jun 2021 21:38:24
Message-Id: 1624657077.3a9b3030e558a0e29e3fe868a708cb663eef3b4f.dilfridge@gentoo
1 commit: 3a9b3030e558a0e29e3fe868a708cb663eef3b4f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 21:28:39 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 21:37:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9b3030
7
8 dev-perl/Locale-PO: 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 ...ocale-PO-0.270.0.ebuild => Locale-PO-0.270.0-r1.ebuild} | 14 ++++++--------
14 1 file changed, 6 insertions(+), 8 deletions(-)
15
16 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
17 similarity index 73%
18 rename from dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild
19 rename to dev-perl/Locale-PO/Locale-PO-0.270.0-r1.ebuild
20 index c1f32f30776..d432a2e721c 100644
21 --- a/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild
22 +++ b/dev-perl/Locale-PO/Locale-PO-0.270.0-r1.ebuild
23 @@ -1,26 +1,24 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=COSIMO
32 -MODULE_VERSION=0.27
33 +DIST_AUTHOR=COSIMO
34 +DIST_VERSION=0.27
35 inherit perl-module
36
37 DESCRIPTION="Perl module for manipulating .po entries from GNU gettext"
38
39 SLOT="0"
40 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43
44 RDEPEND="
45 sys-devel/gettext
46 dev-perl/File-Slurp
47 "
48 DEPEND="${RDEPEND}
49 +"
50 +BDEPEND="${RDEPEND}
51 virtual/perl-ExtUtils-MakeMaker
52 test? ( virtual/perl-Test-Simple )
53 "
54 -
55 -SRC_TEST="do"