From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-423529-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RtYqA-0006Zj-NW
	for garchives@archives.gentoo.org; Sat, 04 Feb 2012 06:11:14 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1F55AE06B5;
	Sat,  4 Feb 2012 06:11:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id DC54AE06B5
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2012 06:11:00 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 341BF1B400B
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2012 06:11:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 56BC580042
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Feb 2012 06:10:59 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <fce632955d4a3b33fa6ef2fcabd78cc3382fade3.nirbheek@gentoo>
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
X-VCS-Repository: proj/mozilla
X-VCS-Files: eclass/mozlinguas.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: fce632955d4a3b33fa6ef2fcabd78cc3382fade3
Date: Sat,  4 Feb 2012 06:10:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: ca8ae529-d6b4-409b-93ed-4158542d7016
X-Archives-Hash: 3adf04f6d0c1395ad4f99f472ad533c7

commit:     fce632955d4a3b33fa6ef2fcabd78cc3382fade3
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 06:08:15 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 06:10:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a=
=3Dcommit;h=3Dfce63295

Add description for internal function, mozlinguas()

---
 eclass/mozlinguas.eclass |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass
index a6d3c30..2dd6c41 100644
--- a/eclass/mozlinguas.eclass
+++ b/eclass/mozlinguas.eclass
@@ -85,10 +85,13 @@ if ! [[ ${PV} =3D~ alpha|beta ]]; then
 fi
 unset x
=20
+# @FUNCTION: mozlinguas_export
+# @INTERNAL
+# @DESCRIPTION:
+# Generate the list of language packs called "mozlinguas"
+# This list is used to unpack and install the xpi language packs
 mozlinguas_export() {
 	[[ ${PV} =3D~ alpha|beta ]] && return
-	# Generate the list of language packs called "mozlinguas"
-	# This list is used to unpack and install the xpi language packs
 	local lingua
 	mozlinguas=3D()
 	for lingua in ${LINGUAS}; do