From f1dccfb731617fdbcf810a7c34b47db078646cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 3 Jul 2021 17:42:29 +0200 Subject: [PATCH] app-i18n/poedit: Update from l10n.eclass to plocale.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-i18n/poedit/poedit-2.2.4.ebuild | 8 ++++---- app-i18n/poedit/poedit-2.3.1.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild b/app-i18n/poedit/poedit-2.2.4.ebuild index 371ec5eb7eba9..649171e8a4178 100644 --- a/app-i18n/poedit/poedit-2.2.4.ebuild +++ b/app-i18n/poedit/poedit-2.2.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=7 @@ -6,7 +6,7 @@ EAPI=7 PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW" WX_GTK_VER=3.0-gtk3 -inherit gnome2-utils l10n wxwidgets xdg +inherit gnome2-utils plocale wxwidgets xdg DESCRIPTION="GUI gettext translations editor" HOMEPAGE="https://poedit.net" @@ -36,8 +36,8 @@ src_prepare() { rm "locales/${1}.mo" || die } - l10n_find_plocales_changes 'locales' '' '.mo' - l10n_for_each_disabled_locale_do my_rm_loc + plocale_find_changes 'locales' '' '.mo' + plocale_for_each_disabled_locale my_rm_loc setup-wxwidgets xdg_src_prepare diff --git a/app-i18n/poedit/poedit-2.3.1.ebuild b/app-i18n/poedit/poedit-2.3.1.ebuild index 8297cef3d06c3..0d73c514986b3 100644 --- a/app-i18n/poedit/poedit-2.3.1.ebuild +++ b/app-i18n/poedit/poedit-2.3.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=7 @@ -6,7 +6,7 @@ EAPI=7 PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW" WX_GTK_VER=3.0-gtk3 -inherit gnome2-utils l10n wxwidgets xdg +inherit gnome2-utils plocale wxwidgets xdg DESCRIPTION="GUI gettext translations editor" HOMEPAGE="https://poedit.net" @@ -36,8 +36,8 @@ src_prepare() { rm "locales/${1}.mo" || die } - l10n_find_plocales_changes 'locales' '' '.mo' - l10n_for_each_disabled_locale_do my_rm_loc + plocale_find_changes 'locales' '' '.mo' + plocale_for_each_disabled_locale my_rm_loc setup-wxwidgets xdg_src_prepare