Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 04 Jul 2021 16:07:59
Message-Id: 1625414867.5965d330d9560f40e6cd5239f8c25b10046b77b9.ulm@gentoo
1 commit: 5965d330d9560f40e6cd5239f8c25b10046b77b9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 16:06:51 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 16:07:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5965d330
7
8 l10n.eclass: Mark for removal
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/l10n.eclass | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass
16 index f53cb3d0898..8be84024d53 100644
17 --- a/eclass/l10n.eclass
18 +++ b/eclass/l10n.eclass
19 @@ -2,6 +2,18 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: l10n.eclass
23 +# @DEAD
24 +# Use plocale.eclass as drop-in replacement.
25 +# Functions should be replaced as follows:
26 +# l10n_for_each_locale_do → plocale_for_each_locale
27 +# plocale_for_each_disabled_locale → l10n_for_each_disabled_locale_do
28 +# plocale_find_changes → l10n_find_plocales_changes
29 +# plocale_get_locales → l10n_get_locales
30 +#
31 +# Rationale: Ever since the L10N USE_EXPAND variable was introduced,
32 +# the name of this eclass has caused some confusion, because it operates
33 +# on LINGUAS and is unrelated to L10N.
34 +#
35 # @MAINTAINER:
36 # Ulrich Müller <ulm@g.o>
37 # @AUTHOR: