On Thu, Jul 19, 2012 at 2:45 AM, Ben de Groot <yng...@gentoo.org> wrote: > Today I would like to present to you my proposal for a new eclass with > helper functions for treating localizations: l10n.eclass (see the > attached file or [1]). Its functionality can be used in other eclasses > (such as qt4-r2 and cmake-utils) as well as directly in ebuilds. >
In a previous thread, I proposed that the linguas_* use flags should default to enabled (IUSE="+linguas_en_US ..."). This would cause LINGUAS use-expand behavior to more closely mimic the behavior of the gettext autoconf macros (/usr/share/aclocal/po.m4). If LINGUAS is unset, all translations are installed. If LINGUAS is set a subset of translations are install. If LINGUAS is set to the empty string, no translations are installed.