Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/
Date: Mon, 22 Nov 2021 15:02:06
Message-Id: 1637592987.e31994188c9e9945bc209ef122a3f156d05ab7f8.hattya@gentoo
1 commit: e31994188c9e9945bc209ef122a3f156d05ab7f8
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 14:56:27 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 14:56:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3199418
7
8 app-text/po4a: update to EAPI 8
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-text/po4a/po4a-0.63-r1.ebuild | 9 ++++-----
14 app-text/po4a/po4a-0.64.ebuild | 2 +-
15 2 files changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/app-text/po4a/po4a-0.63-r1.ebuild b/app-text/po4a/po4a-0.63-r1.ebuild
18 index 6299fac79ffc..0455420eda69 100644
19 --- a/app-text/po4a/po4a-0.63-r1.ebuild
20 +++ b/app-text/po4a/po4a-0.63-r1.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="7"
26 +EAPI="8"
27 PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
28
29 inherit perl-module plocale
30 @@ -19,16 +19,15 @@ RESTRICT="!test? ( test )"
31 RDEPEND="app-text/opensp
32 dev-libs/libxslt
33 dev-perl/Locale-gettext
34 + dev-perl/Pod-Parser
35 dev-perl/SGMLSpm
36 dev-perl/TermReadKey
37 dev-perl/Text-WrapI18N
38 dev-perl/Unicode-LineBreak
39 dev-perl/YAML-Tiny
40 - sys-devel/gettext
41 - dev-perl/Pod-Parser"
42 + sys-devel/gettext"
43 DEPEND="${RDEPEND}"
44 -BDEPEND="
45 - app-text/docbook-xml-dtd:4.1.2
46 +BDEPEND="app-text/docbook-xml-dtd:4.1.2
47 app-text/docbook-xsl-stylesheets
48 dev-perl/Module-Build
49 test? (
50
51 diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
52 index d1d6f4f2dc65..ad37199d5262 100644
53 --- a/app-text/po4a/po4a-0.64.ebuild
54 +++ b/app-text/po4a/po4a-0.64.ebuild
55 @@ -1,7 +1,7 @@
56 # Copyright 1999-2021 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 -EAPI="7"
60 +EAPI="8"
61 PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
62
63 inherit perl-module plocale