commit: 5965d330d9560f40e6cd5239f8c25b10046b77b9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 4 16:06:51 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jul 4 16:07:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5965d330
l10n.eclass: Mark for removal Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/l10n.eclass | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index f53cb3d0898..8be84024d53 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -2,6 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: l10n.eclass +# @DEAD +# Use plocale.eclass as drop-in replacement. +# Functions should be replaced as follows: +# l10n_for_each_locale_do → plocale_for_each_locale +# plocale_for_each_disabled_locale → l10n_for_each_disabled_locale_do +# plocale_find_changes → l10n_find_plocales_changes +# plocale_get_locales → l10n_get_locales +# +# Rationale: Ever since the L10N USE_EXPAND variable was introduced, +# the name of this eclass has caused some confusion, because it operates +# on LINGUAS and is unrelated to L10N. +# # @MAINTAINER: # Ulrich Müller <[email protected]> # @AUTHOR:
