diff options
Diffstat (limited to 'mail-client')
3 files changed, 10 insertions, 6 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 6451d1921c6e..8733a13534cb 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.244 2008/01/24 14:38:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.245 2008/01/28 19:28:41 armin76 Exp $ + + 28 Jan 2008; Raúl Porcel <armin76@gentoo.org> + mozilla-thunderbird-2.0.0.9.ebuild: + Bump patchset to make it compile with gcc-4.3, wrt #204703 24 Jan 2008; Raúl Porcel <armin76@gentoo.org> mozilla-thunderbird-1.5.0.8.ebuild, -mozilla-thunderbird-1.5.0.13.ebuild, diff --git a/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-2.0.0.9 b/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-2.0.0.9 index 237252e64787..4ebbbe16dc8d 100644 --- a/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-2.0.0.9 +++ b/mail-client/mozilla-thunderbird/files/digest-mozilla-thunderbird-2.0.0.9 @@ -73,9 +73,9 @@ SHA256 1e93ef6c621410945eadb9cec51ac7b4bf771ad3370d81356214d9570f001d57 mozilla- MD5 a1c9f850bc1728b658abb69e559063a5 mozilla-thunderbird-2.0.0.9-pa-IN.xpi 205013 RMD160 596680ff70ec405f86ef11a433a01b5438b0e9ab mozilla-thunderbird-2.0.0.9-pa-IN.xpi 205013 SHA256 4e4e621a4b6e94208cb76a0107129225461943e9a2eaa18b2c863c7760407fba mozilla-thunderbird-2.0.0.9-pa-IN.xpi 205013 -MD5 ab66530a41e66851f98cebfe016f2d47 mozilla-thunderbird-2.0.0.9-patches-0.2.tar.bz2 29382 -RMD160 87124479c26ccad43d1c2bf8ce4f9090ab208cc2 mozilla-thunderbird-2.0.0.9-patches-0.2.tar.bz2 29382 -SHA256 c3a7fa5a8753746fdd5697d3378e5d6af9c00b49e68bb28b819ca4e76b77c3aa mozilla-thunderbird-2.0.0.9-patches-0.2.tar.bz2 29382 +MD5 6c983fc5eb82c60aa5d917f180a40be7 mozilla-thunderbird-2.0.0.9-patches-0.3.tar.bz2 30135 +RMD160 04844ef8ca9df0edf75a7ca062980c3eab2bfb6b mozilla-thunderbird-2.0.0.9-patches-0.3.tar.bz2 30135 +SHA256 48f7f45b2e5d62dcb473e3337e561b9587600371b746ee5ef8666e22cad3161f mozilla-thunderbird-2.0.0.9-patches-0.3.tar.bz2 30135 MD5 69fe03dd88c8ddca2eed8c51554a06c3 mozilla-thunderbird-2.0.0.9-pl.xpi 177400 RMD160 a8d5796cd7b51410a4348c9b95eb3fca787671e5 mozilla-thunderbird-2.0.0.9-pl.xpi 177400 SHA256 0066430efd2664ef70b662f60c9d9c8f55829ab52610aa9a7d559b338e7a225e mozilla-thunderbird-2.0.0.9-pl.xpi 177400 diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild index 7c01952d79f5..f33b9def46e3 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild,v 1.7 2008/01/23 18:50:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.9.ebuild,v 1.8 2008/01/28 19:28:41 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib mozextension autotools -PATCH="${P}-patches-0.2" +PATCH="${P}-patches-0.3" LANGS="be bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE he hu it ja ko lt mk nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr zh-CN zh-TW" NOSHORTLANGS="en-GB es-AR pt-BR zh-TW" |