Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Sat, 04 Feb 2012 06:11:14
Message-Id: fce632955d4a3b33fa6ef2fcabd78cc3382fade3.nirbheek@gentoo
1 commit: fce632955d4a3b33fa6ef2fcabd78cc3382fade3
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 06:08:15 2012 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 06:10:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=fce63295
7
8 Add description for internal function, mozlinguas()
9
10 ---
11 eclass/mozlinguas.eclass | 7 +++++--
12 1 files changed, 5 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass
15 index a6d3c30..2dd6c41 100644
16 --- a/eclass/mozlinguas.eclass
17 +++ b/eclass/mozlinguas.eclass
18 @@ -85,10 +85,13 @@ if ! [[ ${PV} =~ alpha|beta ]]; then
19 fi
20 unset x
21
22 +# @FUNCTION: mozlinguas_export
23 +# @INTERNAL
24 +# @DESCRIPTION:
25 +# Generate the list of language packs called "mozlinguas"
26 +# This list is used to unpack and install the xpi language packs
27 mozlinguas_export() {
28 [[ ${PV} =~ alpha|beta ]] && return
29 - # Generate the list of language packs called "mozlinguas"
30 - # This list is used to unpack and install the xpi language packs
31 local lingua
32 mozlinguas=()
33 for lingua in ${LINGUAS}; do