Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] L10N USE_EXPAND initial values
Date: Wed, 22 Jun 2016 10:16:16
Message-Id: 22378.25957.200580.579647@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-dev] L10N USE_EXPAND initial values by Ulrich Mueller
1 >>>>> On Wed, 22 Jun 2016, Ulrich Mueller wrote:
2
3 >> What sort of changes will need to be made in ebuilds? I ask so I
4 >> have a list of packages I can draw up that need this changed so I
5 >> can get things done when everything's in place with the guide.
6
7 > For the simple two- and three-letter language codes it will be only
8 > renaming from linguas_* to l10n_*.
9
10 I should be more accurate here:
11
12 If your package uses linguas_* use conditionals for downloading
13 additional language bundles in SRC_URI, for pulling in additional
14 dependencies, or for anything else that isn't gettext related, then
15 the linguas_* flags should be renamed to l10n_*.
16
17 On the other hand, if the package uses LINGUAS in its functions as
18 gettext variable, you should do nothing at this point. Especially, you
19 should currently keep all linguas_* flags in IUSE.
20
21 > [...] we can do the rest in one atomic commit, along with the
22 > removal of LINGUAS from USE_EXPAND.
23
24 Ulrich