commit: 41cf33a1f2dc3f590aaccb032133ad06dc5c64ef Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Mon Jul 11 18:04:19 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Mon Jul 11 18:04:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=41cf33a1
mozlinguas-v2.eclass: minor adjustments Added a locale to the L10N generalization list, dropped some debug output, fixed the eclass name in the header. eclass/mozlinguas-v2.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass index 240f219..215141c 100644 --- a/eclass/mozlinguas-v2.eclass +++ b/eclass/mozlinguas-v2.eclass @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# @ECLASS: mozlinguas.eclass +# @ECLASS: mozlinguas-v2.eclass # @MAINTAINER: # mozi...@gentoo.org # @AUTHOR: @@ -123,7 +123,7 @@ esac # @INTERNAL # @DESCRIPTION: # Upstream identifiers that should not contain region subtags in L10N -MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE ) +MOZ_TOO_REGIONALIZED_FOR_L10N=( fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO nn-NO pa-IN sv-SE ) # Add l10n_* to IUSE according to available language packs # No language packs for alphas and betas @@ -353,7 +353,6 @@ mozlinguas_src_install() { mkdir -p "${repopath}" || die pushd "${BUILD_OBJ_DIR:-.}"/dist/*/xpi > /dev/null || die for x in "${mozlinguas[@]}"; do - einfo "${MOZ_P}.${x}.langpack.xpi to ${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" cp "${MOZ_P}.${x}.langpack.xpi" \ "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi" || die xpi_unpack "${repopath}/${MOZ_P}-${x}${MOZ_LANGPACK_UNOFFICIAL:+.unofficial}.xpi"