Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozlinguas.eclass ChangeLog
Date: Tue, 07 Feb 2012 15:19:33
Message-Id: 20120207151922.A68ED2004B@flycatcher.gentoo.org
1 polynomial-c 12/02/07 15:19:22
2
3 Modified: mozlinguas.eclass ChangeLog
4 Log:
5 Whitespace fix
6
7 Revision Changes Path
8 1.3 eclass/mozlinguas.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozlinguas.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozlinguas.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozlinguas.eclass?r1=1.2&r2=1.3
13
14 Index: mozlinguas.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- mozlinguas.eclass 7 Feb 2012 15:17:47 -0000 1.2
21 +++ mozlinguas.eclass 7 Feb 2012 15:19:22 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.2 2012/02/07 15:17:47 polynomial-c Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.3 2012/02/07 15:19:22 polynomial-c Exp $
27
28 # @ECLASS: mozlinguas.eclass
29 # @MAINTAINER:
30 @@ -69,7 +69,7 @@
31
32 # Add linguas_* to IUSE according to available language packs
33 # No language packs for alphas and betas
34 -if ! [[ ${PV} =~ alpha|beta ]]|| { [[ ${PN} == seamonkey ]] && ! [[ ${PV} =~ alpha ]] ; } ; then
35 +if ! [[ ${PV} =~ alpha|beta ]] || { [[ ${PN} == seamonkey ]] && ! [[ ${PV} =~ alpha ]] ; } ; then
36 for x in "${MOZ_LANGS[@]}" ; do
37 # en and en_US are handled internally
38 if [[ ${x} == en ]] || [[ ${x} == en-US ]]; then
39
40
41
42 1.119 eclass/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.119&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.119&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.118&r2=1.119
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
51 retrieving revision 1.118
52 retrieving revision 1.119
53 diff -u -r1.118 -r1.119
54 --- ChangeLog 7 Feb 2012 15:17:47 -0000 1.118
55 +++ ChangeLog 7 Feb 2012 15:19:22 -0000 1.119
56 @@ -1,6 +1,9 @@
57 # ChangeLog for eclass directory
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.118 2012/02/07 15:17:47 polynomial-c Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.119 2012/02/07 15:19:22 polynomial-c Exp $
61 +
62 + 07 Feb 2012; Lars Wendler <polynomial-c@g.o> mozlinguas.eclass:
63 + Whitespace fix
64
65 07 Feb 2012; Lars Wendler <polynomial-c@g.o> mozlinguas.eclass:
66 Fixed eclass for usage with seamonkey (which has langpacks in beta releases).