Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird-bin: mozilla-sunbird-bin-0.8.ebuild mozilla-sunbird-bin-0.7.ebuild ChangeLog
Date: Sat, 19 Apr 2008 16:24:58
Message-Id: E1JnFrz-0001Uu-7E@stork.gentoo.org
1 armin76 08/04/19 16:24:55
2
3 Modified: mozilla-sunbird-bin-0.8.ebuild
4 mozilla-sunbird-bin-0.7.ebuild ChangeLog
5 Log:
6 Fix linguas, bug #218147
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild?r1=1.1&r2=1.2
15
16 Index: mozilla-sunbird-bin-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mozilla-sunbird-bin-0.8.ebuild 8 Apr 2008 09:07:16 -0000 1.1
23 +++ mozilla-sunbird-bin-0.8.ebuild 19 Apr 2008 16:24:54 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild,v 1.1 2008/04/08 09:07:16 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.8.ebuild,v 1.2 2008/04/19 16:24:54 armin76 Exp $
29
30 inherit eutils mozilla-launcher multilib mozextension
31
32 -LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ja ka ko lt mk mn nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr uk zh-CN"
33 +LANGS="ca cs da de en-US es-AR es-ES eu fr ga-IE hu it ja ka ko lt mk mn nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr uk zh-CN"
34 NOSHORTLANGS="es-AR pt-BR zh-TW"
35
36 MY_PN="${PN/mozilla-}"
37 @@ -27,13 +27,17 @@
38 #
39 # for i in $LANGS $SHORTLANGS; do wget $i.xpi -O ${P}-$i.xpi; done
40 for X in ${LANGS} ; do
41 - SRC_URI="${SRC_URI}
42 - linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
43 + if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then
44 + SRC_URI="${SRC_URI}
45 + linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
46 + fi
47 IUSE="${IUSE} linguas_${X/-/_}"
48 # english is handled internally
49 if [ "${#X}" == 5 ] && ! has ${X} ${NOSHORTLANGS}; then
50 - SRC_URI="${SRC_URI}
51 - linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
52 + if [ "${X}" != "en-US" ]; then
53 + SRC_URI="${SRC_URI}
54 + linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
55 + fi
56 IUSE="${IUSE} linguas_${X%%-*}"
57 fi
58 done
59 @@ -80,7 +84,7 @@
60 fi
61 done
62 fi
63 - ewarn "Sorry, but mozilla-firefox does not support the ${LANG} LINGUA"
64 + ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
65 done
66 }
67
68 @@ -91,7 +95,7 @@
69 for X in ${linguas}; do
70 [[ ${X} != "en" ]] && xpi_unpack "${P/-bin/}-${X}.xpi"
71 done
72 - if [[ ${linguas} != "" ]]; then
73 + if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
74 einfo "Selected language packs (first will be default): ${linguas}"
75 fi
76 }
77
78
79
80 1.5 app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild?r1=1.4&r2=1.5
85
86 Index: mozilla-sunbird-bin-0.7.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- mozilla-sunbird-bin-0.7.ebuild 17 Mar 2008 12:14:58 -0000 1.4
93 +++ mozilla-sunbird-bin-0.7.ebuild 19 Apr 2008 16:24:54 -0000 1.5
94 @@ -1,10 +1,10 @@
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild,v 1.4 2008/03/17 12:14:58 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.7.ebuild,v 1.5 2008/04/19 16:24:54 armin76 Exp $
99
100 inherit eutils mozilla-launcher multilib mozextension
101
102 -LANGS="ca cs da de es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
103 +LANGS="ca cs da de en-US es-AR es-ES eu fr ga-IE hu it ka lt mk nb-NO nl pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN"
104 NOSHORTLANGS="es-AR pt-BR zh-TW"
105
106 MY_PN="${PN/mozilla-}"
107 @@ -25,13 +25,17 @@
108 #
109 # for i in $LANGS $SHORTLANGS; do wget $i.xpi -O ${P}-$i.xpi; done
110 for X in ${LANGS} ; do
111 - SRC_URI="${SRC_URI}
112 - linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
113 + if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then
114 + SRC_URI="${SRC_URI}
115 + linguas_${X/-/_}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
116 + fi
117 IUSE="${IUSE} linguas_${X/-/_}"
118 # english is handled internally
119 if [ "${#X}" == 5 ] && ! has ${X} ${NOSHORTLANGS}; then
120 - SRC_URI="${SRC_URI}
121 - linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
122 + if [ "${X}" != "en-US" ]; then
123 + SRC_URI="${SRC_URI}
124 + linguas_${X%%-*}? ( http://dev.gentooexperimental.org/~armin76/dist/${P/-bin}-xpi/${P/-bin/}-${X}.xpi )"
125 + fi
126 IUSE="${IUSE} linguas_${X%%-*}"
127 fi
128 done
129 @@ -78,7 +82,7 @@
130 fi
131 done
132 fi
133 - ewarn "Sorry, but mozilla-firefox does not support the ${LANG} LINGUA"
134 + ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
135 done
136 }
137
138 @@ -89,7 +93,7 @@
139 for X in ${linguas}; do
140 [[ ${X} != "en" ]] && xpi_unpack "${P/-bin/}-${X}.xpi"
141 done
142 - if [[ ${linguas} != "" ]]; then
143 + if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
144 einfo "Selected language packs (first will be default): ${linguas}"
145 fi
146 }
147
148
149
150 1.32 app-office/mozilla-sunbird-bin/ChangeLog
151
152 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog?rev=1.32&view=markup
153 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog?rev=1.32&content-type=text/plain
154 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog?r1=1.31&r2=1.32
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v
159 retrieving revision 1.31
160 retrieving revision 1.32
161 diff -u -r1.31 -r1.32
162 --- ChangeLog 8 Apr 2008 09:07:16 -0000 1.31
163 +++ ChangeLog 19 Apr 2008 16:24:54 -0000 1.32
164 @@ -1,6 +1,10 @@
165 # ChangeLog for app-office/mozilla-sunbird-bin
166 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.31 2008/04/08 09:07:16 armin76 Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.32 2008/04/19 16:24:54 armin76 Exp $
169 +
170 + 19 Apr 2008; Raúl Porcel <armin76@g.o>
171 + mozilla-sunbird-bin-0.7.ebuild, mozilla-sunbird-bin-0.8.ebuild:
172 + Fix linguas, bug #218147
173
174 *mozilla-sunbird-bin-0.8 (08 Apr 2008)
175
176
177
178
179 --
180 gentoo-commits@l.g.o mailing list