diff options
Diffstat (limited to 'net-firewall')
4 files changed, 14 insertions, 14 deletions
diff --git a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild index ef390e5c45b2..0803ec72a634 100644 --- a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" HOMEPAGE="http://www.firewalld.org/" @@ -60,8 +60,8 @@ src_prepare() { default eautoreconf - l10n_find_plocales_changes "po" "" ".po" - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS + plocale_find_changes "po" "" ".po" + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS } src_configure() { diff --git a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild index 994dfa68b67e..4c32e1152ae2 100644 --- a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" HOMEPAGE="http://www.firewalld.org/" @@ -60,8 +60,8 @@ src_prepare() { default eautoreconf - l10n_find_plocales_changes "po" "" ".po" - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS + plocale_find_changes "po" "" ".po" + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS } src_configure() { diff --git a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild b/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild index 2d6922f4a9ef..571c2e6a669a 100644 --- a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild +++ b/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" HOMEPAGE="http://www.firewalld.org/" @@ -61,8 +61,8 @@ src_prepare() { default eautoreconf - l10n_find_plocales_changes "po" "" ".po" - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS + plocale_find_changes "po" "" ".po" + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS } src_configure() { diff --git a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild index f9fdccdb8a10..10845818f9b9 100644 --- a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild +++ b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils +inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" HOMEPAGE="http://www.firewalld.org/" @@ -61,8 +61,8 @@ src_prepare() { default eautoreconf - l10n_find_plocales_changes "po" "" ".po" - l10n_get_locales | sed -e 's/ /\n/g' > po/LINGUAS + plocale_find_changes "po" "" ".po" + plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS } src_configure() { |