diff options
author | Jory Pratt <anarchy@gentoo.org> | 2006-04-29 02:52:18 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2006-04-29 02:52:18 +0000 |
commit | a647cdec55a88ce76d3930147d4f117ac99cd39a (patch) | |
tree | c95fa5f189bc4e3f7df431fea5eacaddef72d267 /mail-client | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-a647cdec55a88ce76d3930147d4f117ac99cd39a.tar.gz gentoo-2-a647cdec55a88ce76d3930147d4f117ac99cd39a.tar.bz2 gentoo-2-a647cdec55a88ce76d3930147d4f117ac99cd39a.zip |
patchset revision for --as-needed
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'mail-client')
3 files changed, 11 insertions, 7 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 01618ef50131..9f50b601e16e 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.108 2006/04/26 13:58:23 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.109 2006/04/29 02:52:18 anarchy Exp $ + + 29 Apr 2006; Jory A. Pratt <anarchy@gentoo.org> + mozilla-thunderbird-1.5.0.2.ebuild: + patchset revision for --as-needed 26 Apr 2006; Alec Warner <antarus@gentoo.org> mozilla-thunderbird-1.0.8.ebuild: diff --git a/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-1.5.0.2 b/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-1.5.0.2 index 2769440df195..0679ef80207d 100644 --- a/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-1.5.0.2 +++ b/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-1.5.0.2 @@ -1,6 +1,6 @@ -MD5 25081844ca4292c4eeb8f55b1c8e3660 mozilla-thunderbird-1.5.0.2-patches-1.1.tar.bz2 29990 -RMD160 ad7078bf82757bc2503861ead0e64b83a579fe7b mozilla-thunderbird-1.5.0.2-patches-1.1.tar.bz2 29990 -SHA256 cb911773dba65fc17ccf55267dcc024c3da1a1b45424b575293bbdaa6ba309bf mozilla-thunderbird-1.5.0.2-patches-1.1.tar.bz2 29990 +MD5 778bef4d016f536ab6539c9c30ea7253 mozilla-thunderbird-1.5.0.2-patches-1.2.tar.bz2 30310 +RMD160 e4e0f2ccd314b58f8710bcc9ce45b927d7e8a2c6 mozilla-thunderbird-1.5.0.2-patches-1.2.tar.bz2 30310 +SHA256 22c67ef7ec994aa6137a95e5cb844429f48ff743641c5fe40e891ef8921006e3 mozilla-thunderbird-1.5.0.2-patches-1.2.tar.bz2 30310 MD5 3f32b847330c9d58297147be19714962 thunderbird-1.5.0.2-source.tar.bz2 35880369 RMD160 8aaf02c205b131a38fa0384fe6126eec325c3e9e thunderbird-1.5.0.2-source.tar.bz2 35880369 SHA256 d01a4edef782ea0d86e7ed5899ffdd48998211d5e134e3e93b1a0f9e56198151 thunderbird-1.5.0.2-source.tar.bz2 35880369 diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild index 1f673b7e1d37..d726da640ef6 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild,v 1.2 2006/04/23 15:25:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild,v 1.3 2006/04/29 02:52:18 anarchy Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools -PVER="1.1" +PVER="1.2" DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.org/projects/thunderbird/" @@ -86,7 +86,7 @@ src_compile() { mozconfig_final # hardened GCC uses -fstack-protector-all by default, which breaks us - has_hardened && append-flags -fno-stack-protector-all + gcc-specs-ssp && append-flags -fno-stack-protector-all replace-flags -fstack-protector-all -fstack-protector #################################### |