diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-08-13 13:34:13 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2021-08-13 13:34:13 +0300 |
commit | c7320da6e7092defb6081dc72d98cbed8efa26dc (patch) | |
tree | eea41d8d7a2b74c7f4f7e8b40ef7d692971a08a2 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-vanilla: Fix build (diff) | |
download | wine-c7320da6e7092defb6081dc72d98cbed8efa26dc.tar.gz wine-c7320da6e7092defb6081dc72d98cbed8efa26dc.tar.bz2 wine-c7320da6e7092defb6081dc72d98cbed8efa26dc.zip |
app-emulation/wine-vanilla: use plocale instead of the l10n eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
69 files changed, 400 insertions, 400 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild index 105d3c5..763e0b3 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -456,7 +456,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild index 105d3c5..763e0b3 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -456,7 +456,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild index 56d889d..1f4833f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -456,7 +456,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.1.ebuild index 31327f7..348b670 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -285,7 +285,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -319,7 +319,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -343,7 +343,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -455,7 +455,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild index e5c02dd..111e262 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.11.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.11.ebuild index db17ef6..984326f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.11.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild index db17ef6..984326f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.13.ebuild index db17ef6..984326f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.13.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild index 214dbde..4e08395 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.15.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.15.ebuild index 214dbde..4e08395 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.15.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild index 214dbde..4e08395 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.17.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.17.ebuild index 6ea539d..59930e5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.17.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.18.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.18.ebuild index 6ea539d..59930e5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.18.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.19.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.19.ebuild index 6ea539d..59930e5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.19.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.2.ebuild index 31327f7..348b670 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -285,7 +285,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -319,7 +319,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -343,7 +343,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -455,7 +455,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.20.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.20.ebuild index 895ae57..91fc925 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.20.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.21.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.21.ebuild index 895ae57..91fc925 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.21.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.3.ebuild index 93bc754..a71793a 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.4.ebuild index effb1bc..b742cdd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.4.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.5.ebuild index 5a7d1ce..41a58fe 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.6-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.6-r1.ebuild index a28fd8b..1b66d2c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.6-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.6.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.6.ebuild index 5a7d1ce..41a58fe 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.6.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.7-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.7-r1.ebuild index 5dc3edf..bb2900b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.7-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.7.ebuild index 2aa3704..f2b1e35 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.7.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -457,7 +457,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild index be2a77c..9b0b13a 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.9.ebuild index be2a77c..9b0b13a 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.9.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild index 81be52b..7f13dc5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild index 81be52b..7f13dc5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.3-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.3-r1.ebuild index 75b98d5..d53c7a3 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.3-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -460,7 +460,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.3.ebuild index 81be52b..7f13dc5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild index 81be52b..7f13dc5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.1.ebuild index d6c7027..b55e3ae 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.10.ebuild index b73bc92..211afaa 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.11.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.11.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.11.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.12.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.12.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.12.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.13.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.13.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.15.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.15.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.15.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.16.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.16.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.16.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.17.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.17.ebuild index a52badd..7a896c2 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.17.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild index 1eeadaa..76a6ab6 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.19.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.19.ebuild index 3197946..2478cbf 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.19.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild index d6c7027..b55e3ae 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.20.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.20.ebuild index 3197946..2478cbf 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.20.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.21.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.21.ebuild index 3197946..2478cbf 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.21.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.22-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.22-r1.ebuild index 346a12a..2beedd0 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.22-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -315,7 +315,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -349,7 +349,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -373,7 +373,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -488,7 +488,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild index 166ec36..1c3ae36 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.22-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -314,7 +314,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -348,7 +348,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -372,7 +372,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.22.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.22.ebuild index 3197946..2478cbf 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.22.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild index d6c7027..b55e3ae 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.4.ebuild index d6c7027..b55e3ae 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.4.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -458,7 +458,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild index 0bd2ccd..fb09d7e 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -460,7 +460,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.6.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.6.ebuild index 560e779..46d0799 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.6.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild index 3751f9d..f15cb14 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.8.ebuild index 3751f9d..f15cb14 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -286,7 +286,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -320,7 +320,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -344,7 +344,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -459,7 +459,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild index d8b7b98..1f69be6 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -287,7 +287,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -321,7 +321,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -345,7 +345,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -460,7 +460,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild index fc87e0f..e2d7608 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -314,7 +314,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -348,7 +348,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -372,7 +372,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -490,7 +490,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild index c4a82f7..3879efd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -314,7 +314,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -348,7 +348,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -372,7 +372,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -490,7 +490,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.1.ebuild index f138a53..073ea57 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -315,7 +315,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -349,7 +349,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -373,7 +373,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -491,7 +491,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.10.ebuild index 5175537..bb5fbdb 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.10.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild index 5175537..bb5fbdb 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild index e67b9eb..3b8a015 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -315,7 +315,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -349,7 +349,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -373,7 +373,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -491,7 +491,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild index d45eec8..4f84eec 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -316,7 +316,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -350,7 +350,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -374,7 +374,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -492,7 +492,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.3.ebuild index 3aad8a8..51ea858 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.3.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -315,7 +315,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -349,7 +349,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -373,7 +373,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -491,7 +491,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild index e5f6861..c3acc37 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild index e5f6861..c3acc37 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild index a3bba59..416a337 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.6.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild index a3bba59..416a337 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.7.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.8.ebuild index a3bba59..416a337 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.8.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.9.ebuild index a3bba59..416a337 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.9.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.9.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" @@ -313,7 +313,7 @@ src_unpack() { default - l10n_find_plocales_changes "${S}/po" "" ".po" + plocale_find_changes "${S}/po" "" ".po" } src_prepare() { @@ -347,7 +347,7 @@ src_prepare() { # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652 cp "${PATCHDIR}/files/oic_winlogo.ico" dlls/user32/resources/ || die - l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS + plocale_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS # Fix manpage generation for locales #469418 and abi_x86_64 #617864 @@ -371,7 +371,7 @@ src_prepare() { } while read f; do - l10n_for_each_disabled_locale_do rm_man_file "${f}" + plocale_for_each_disabled_locale rm_man_file "${f}" done < <(find -name "Makefile.in" -exec grep -q "UTF-8.man.in" "{}" \; -print) } @@ -489,7 +489,7 @@ multilib_src_install_all() { local locale_doc="documentation/README.$1" [[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} ) } - l10n_for_each_locale_do add_locale_docs + plocale_for_each_locale add_locale_docs einstalldocs find "${ED}" -name *.la -delete || die |