Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird: thunderbird-3.1.ebuild ChangeLog thunderbird-3.0.5.ebuild
Date: Sat, 26 Jun 2010 21:42:13
Message-Id: 20100626214209.B385E2CF81@corvid.gentoo.org
1 anarchy 10/06/26 21:42:09
2
3 Modified: thunderbird-3.1.ebuild ChangeLog
4 thunderbird-3.0.5.ebuild
5 Log:
6 Fix langs variable in 3.1/3.0.5 bug #325769
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 mail-client/thunderbird/thunderbird-3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild?r1=1.2&r2=1.3
15
16 Index: thunderbird-3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- thunderbird-3.1.ebuild 26 Jun 2010 15:32:57 -0000 1.2
23 +++ thunderbird-3.1.ebuild 26 Jun 2010 21:42:09 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild,v 1.2 2010/06/26 15:32:57 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.ebuild,v 1.3 2010/06/26 21:42:09 anarchy Exp $
29
30 EAPI="3"
31 WANT_AUTOCONF="2.1"
32 @@ -8,8 +8,8 @@
33 inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib mozextension autotools
34
35 # This list can be updated using get_langs.sh from the mozilla overlay
36 -LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr
37 -fy-NL ga-IE he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru si
38 +LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr \
39 +fy-NL ga-IE he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru si \
40 sk sl sq sv-SE tr uk zh-CN zh-TW"
41 NOSHORTLANGS="en-GB es-AR pt-BR zh-TW"
42
43
44
45
46 1.12 mail-client/thunderbird/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/ChangeLog?r1=1.11&r2=1.12
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- ChangeLog 26 Jun 2010 15:32:57 -0000 1.11
59 +++ ChangeLog 26 Jun 2010 21:42:09 -0000 1.12
60 @@ -1,6 +1,10 @@
61 # ChangeLog for mail-client/thunderbird
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.11 2010/06/26 15:32:57 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.12 2010/06/26 21:42:09 anarchy Exp $
65 +
66 + 26 Jun 2010; <anarchy@g.o> thunderbird-3.0.5.ebuild,
67 + thunderbird-3.1.ebuild:
68 + Fix langs variable in 3.1/3.0.5 bug #325769
69
70 26 Jun 2010; Samuli Suominen <ssuominen@g.o>
71 thunderbird-3.1.ebuild, +files/thunderbird-3.1-gcc45.patch:
72
73
74
75 1.6 mail-client/thunderbird/thunderbird-3.0.5.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild?rev=1.6&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild?rev=1.6&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild?r1=1.5&r2=1.6
80
81 Index: thunderbird-3.0.5.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild,v
84 retrieving revision 1.5
85 retrieving revision 1.6
86 diff -u -r1.5 -r1.6
87 --- thunderbird-3.0.5.ebuild 25 Jun 2010 17:56:16 -0000 1.5
88 +++ thunderbird-3.0.5.ebuild 26 Jun 2010 21:42:09 -0000 1.6
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2010 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild,v 1.5 2010/06/25 17:56:16 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.0.5.ebuild,v 1.6 2010/06/26 21:42:09 anarchy Exp $
94
95 EAPI="3"
96 WANT_AUTOCONF="2.1"
97 @@ -8,8 +8,8 @@
98 inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib mozextension autotools
99
100 # Can be updated using scripts/get_lang.sh from the mozilla overlay
101 -LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr
102 -fy-NL ga-IE gl he hu id is it ja ka ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro
103 +LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr \
104 +fy-NL ga-IE gl he hu id is it ja ka ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro \
105 ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW"
106 # Languages not rebuilt for "sl mk"
107 NOSHORTLANGS="en-GB es-AR pt-BR zh-TW"