Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Sat, 26 Feb 2022 05:34:26
Message-Id: 1645853650.0dde7837c0b46c0a4f52e7229038d8452b4f11a5.sam@gentoo
1 commit: 0dde7837c0b46c0a4f52e7229038d8452b4f11a5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 05:33:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 05:34:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dde7837
7
8 net-firewall/firewalld: update plocale list
9
10 ... and add || die to the check-for-changes call.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../firewalld/{firewalld-1.1.0.ebuild => firewalld-1.1.0-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-firewall/firewalld/firewalld-1.1.0.ebuild b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
18 similarity index 96%
19 rename from net-firewall/firewalld/firewalld-1.1.0.ebuild
20 rename to net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
21 index 467c6bd41651..273fdfa6a807 100644
22 --- a/net-firewall/firewalld/firewalld-1.1.0.ebuild
23 +++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
24 @@ -45,7 +45,7 @@ RESTRICT="test" # bug 650760
25 # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
26 QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
27
28 -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
29 +PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
30
31 pkg_setup() {
32 # See bug #830132 for the huge list
33 @@ -149,7 +149,7 @@ src_prepare() {
34
35 eautoreconf
36
37 - plocale_find_changes "po" "" ".po"
38 + plocale_find_changes "po" "" ".po" || die
39 plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
40 }