Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mozilla-thunderbird: mozilla-thunderbird-2.0.0.21.ebuild ChangeLog mozilla-thunderbird-2.0.0.19.ebuild
Date: Sat, 21 Mar 2009 16:03:37
Message-Id: E1Ll3fa-0005ra-TQ@stork.gentoo.org
1 armin76 09/03/21 16:03:34
2
3 Modified: mozilla-thunderbird-2.0.0.21.ebuild ChangeLog
4 Removed: mozilla-thunderbird-2.0.0.19.ebuild
5 Log:
6 alpha/ia64/sparc stable, fix gcc check, bug #263152
7 (Portage version: 2.1.6.7/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.5 mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild?r1=1.4&r2=1.5
15
16 Index: mozilla-thunderbird-2.0.0.21.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mozilla-thunderbird-2.0.0.21.ebuild 21 Mar 2009 00:18:57 -0000 1.4
23 +++ mozilla-thunderbird-2.0.0.21.ebuild 21 Mar 2009 16:03:34 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v 1.4 2009/03/21 00:18:57 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.21.ebuild,v 1.5 2009/03/21 16:03:34 armin76 Exp $
29
30 WANT_AUTOCONF="2.1"
31
32 @@ -13,7 +13,7 @@
33 DESCRIPTION="Thunderbird Mail Client"
34 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
35
36 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
37 +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
38 SLOT="0"
39 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
40 IUSE="ldap crypt bindist mozdom replytolist"
41 @@ -164,13 +164,9 @@
42 # Finalize and report settings
43 mozconfig_final
44
45 - # -fstack-protector breaks us
46 - if gcc-version ge 4 1; then
47 - gcc-specs-ssp && append-flags -fno-stack-protector
48 - else
49 - gcc-specs-ssp && append-flags -fno-stack-protector-all
50 + if [[ $(gcc-major-version) -lt 4 ]]; then
51 + append-cxxflags -fno-stack-protector
52 fi
53 - filter-flags -fstack-protector -fstack-protector-all
54
55 ####################################
56 #
57
58
59
60 1.289 mail-client/mozilla-thunderbird/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.289&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?rev=1.289&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog?r1=1.288&r2=1.289
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v
69 retrieving revision 1.288
70 retrieving revision 1.289
71 diff -u -r1.288 -r1.289
72 --- ChangeLog 21 Mar 2009 00:18:57 -0000 1.288
73 +++ ChangeLog 21 Mar 2009 16:03:34 -0000 1.289
74 @@ -1,6 +1,10 @@
75 # ChangeLog for mail-client/mozilla-thunderbird
76 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.288 2009/03/21 00:18:57 maekke Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.289 2009/03/21 16:03:34 armin76 Exp $
79 +
80 + 21 Mar 2009; Raúl Porcel <armin76@g.o>
81 + -mozilla-thunderbird-2.0.0.19.ebuild, mozilla-thunderbird-2.0.0.21.ebuild:
82 + alpha/ia64/sparc stable, fix gcc check, bug #263152
83
84 21 Mar 2009; Markus Meier <maekke@g.o>
85 mozilla-thunderbird-2.0.0.21.ebuild: