Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Mon, 11 Jul 2016 18:05:25
Message-Id: 1468260259.41cf33a1f2dc3f590aaccb032133ad06dc5c64ef.axs@gentoo
1 commit: 41cf33a1f2dc3f590aaccb032133ad06dc5c64ef
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 18:04:19 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 18:04:19 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=41cf33a1
7
8 mozlinguas-v2.eclass: minor adjustments
9
10 Added a locale to the L10N generalization list, dropped some debug output,
11 fixed the eclass name in the header.
12
13 eclass/mozlinguas-v2.eclass | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass
17 index 240f219..215141c 100644
18 --- a/eclass/mozlinguas-v2.eclass
19 +++ b/eclass/mozlinguas-v2.eclass
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -# @ECLASS: mozlinguas.eclass
25 +# @ECLASS: mozlinguas-v2.eclass
26 # @MAINTAINER:
27 # mozilla@g.o
28 # @AUTHOR:
29 @@ -123,7 +123,7 @@ esac
30 # @INTERNAL
31 # @DESCRIPTION:
32 # Upstream identifiers that should not contain region subtags in L10N
33 -MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE )
34 +MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE )
35
36 # Add l10n_* to IUSE according to available language packs
37 # No language packs for alphas and betas
38 @@ -353,7 +353,6 @@ mozlinguas_src_install() {
39 mkdir -p "${repopath}" || die
40 pushd "${BUILD_OBJ_DIR:-.}"/dist/*/xpi > /dev/null || die
41 for x in "${mozlinguas[@]}"; do
42 - einfo "${MOZ_P}.${x}.langpack.xpi to ${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi"
43 cp "${MOZ_P}.${x}.langpack.xpi" \
44 "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" || die
45 xpi_unpack "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi"