From 814f4cf860e299a046b649eaee5463427984c09c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Jul 2021 15:03:58 +0100 Subject: gentoo resync : 08.07.2021 --- eclass/l10n.eclass | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'eclass/l10n.eclass') diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index f53cb3d0898b..8be84024d53c 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 # @AUTHOR: -- cgit v1.2.3