Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Sun, 04 Jul 2021 14:03:10
Message-Id: 1625407319.2ab8a1d6a6e7d94a863482d31bcdea251c073984.ulm@gentoo
1 commit: 2ab8a1d6a6e7d94a863482d31bcdea251c073984
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:45:59 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:01:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab8a1d6
7
8 net-firewall/firewalld: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-firewall/firewalld/firewalld-0.7.1-r3.ebuild | 8 ++++----
14 net-firewall/firewalld/firewalld-0.7.3-r1.ebuild | 8 ++++----
15 net-firewall/firewalld/firewalld-0.9.1-r1.ebuild | 6 +++---
16 net-firewall/firewalld/firewalld-0.9.3-r1.ebuild | 6 +++---
17 4 files changed, 14 insertions(+), 14 deletions(-)
18
19 diff --git a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild
20 index ef390e5c45b..0803ec72a63 100644
21 --- a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild
22 +++ b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild
23 @@ -1,10 +1,10 @@
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=7
29
30 PYTHON_COMPAT=( python3_{7,8,9} )
31 -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils
32 +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
33
34 DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
35 HOMEPAGE="http://www.firewalld.org/"
36 @@ -60,8 +60,8 @@ src_prepare() {
37 default
38 eautoreconf
39
40 - l10n_find_plocales_changes "po" "" ".po"
41 - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
42 + plocale_find_changes "po" "" ".po"
43 + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
44 }
45
46 src_configure() {
47
48 diff --git a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild
49 index 994dfa68b67..4c32e1152ae 100644
50 --- a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild
51 +++ b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild
52 @@ -1,10 +1,10 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 +# Copyright 1999-2021 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58
59 PYTHON_COMPAT=( python3_{7,8,9} )
60 -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils
61 +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
62
63 DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
64 HOMEPAGE="http://www.firewalld.org/"
65 @@ -60,8 +60,8 @@ src_prepare() {
66 default
67 eautoreconf
68
69 - l10n_find_plocales_changes "po" "" ".po"
70 - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
71 + plocale_find_changes "po" "" ".po"
72 + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
73 }
74
75 src_configure() {
76
77 diff --git a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild b/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild
78 index 2d6922f4a9e..571c2e6a669 100644
79 --- a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild
80 +++ b/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild
81 @@ -4,7 +4,7 @@
82 EAPI=7
83
84 PYTHON_COMPAT=( python3_{7,8,9} )
85 -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils
86 +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
87
88 DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
89 HOMEPAGE="http://www.firewalld.org/"
90 @@ -61,8 +61,8 @@ src_prepare() {
91 default
92 eautoreconf
93
94 - l10n_find_plocales_changes "po" "" ".po"
95 - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
96 + plocale_find_changes "po" "" ".po"
97 + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
98 }
99
100 src_configure() {
101
102 diff --git a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
103 index f9fdccdb8a1..10845818f9b 100644
104 --- a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
105 +++ b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
106 @@ -4,7 +4,7 @@
107 EAPI=7
108
109 PYTHON_COMPAT=( python3_{7,8,9} )
110 -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils
111 +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
112
113 DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
114 HOMEPAGE="http://www.firewalld.org/"
115 @@ -61,8 +61,8 @@ src_prepare() {
116 default
117 eautoreconf
118
119 - l10n_find_plocales_changes "po" "" ".po"
120 - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
121 + plocale_find_changes "po" "" ".po"
122 + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
123 }
124
125 src_configure() {