diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-11-16 22:58:29 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-11-16 22:58:29 +0000 |
commit | 7acd12972359c0572d219aca10d1790e1aa41e46 (patch) | |
tree | c9cb59f534acab699cc808bef8651924c7e9fb52 /mail-client/mozilla-thunderbird | |
parent | Stable on x86. (diff) | |
download | gentoo-2-7acd12972359c0572d219aca10d1790e1aa41e46.tar.gz gentoo-2-7acd12972359c0572d219aca10d1790e1aa41e46.tar.bz2 gentoo-2-7acd12972359c0572d219aca10d1790e1aa41e46.zip |
readded patch for rpath
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
4 files changed, 15 insertions, 5 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index ad7d29f52f18..31fa8df49c15 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.93 2005/11/15 02:26:33 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.94 2005/11/16 22:58:29 anarchy Exp $ + + 16 Nov 2005; <anarchy@gentoo.org> mozilla-thunderbird-1.0.7-r2.ebuild, + mozilla-thunderbird-1.5_rc1.ebuild: + readded patch for rpath *mozilla-thunderbird-1.5_rc1 (15 Nov 2005) diff --git a/mail-client/mozilla-thunderbird/Manifest b/mail-client/mozilla-thunderbird/Manifest index 1f5ea598a031..1bf879e3ad99 100644 --- a/mail-client/mozilla-thunderbird/Manifest +++ b/mail-client/mozilla-thunderbird/Manifest @@ -14,6 +14,6 @@ MD5 07f9a980afa2dde67554657c00b8be18 files/thunderbird-rpath-1.patch 1716 MD5 362f9e0b0f25b964f7120b68fb629ee0 files/thunderbird-visibility.patch 689 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 2896cc99ffbb38fe463d98feb1e954f0 mozilla-thunderbird-1.0.7-r1.ebuild 5640 -MD5 0ef89d2954584a386d1d201ebecb465c mozilla-thunderbird-1.0.7-r2.ebuild 6095 +MD5 b8f472db4b9085637419720b42f015e3 mozilla-thunderbird-1.0.7-r2.ebuild 6155 MD5 55697b53bd932c2ea9c20d3d5e3b771e mozilla-thunderbird-1.0.7.ebuild 5632 -MD5 c8bcc014803aa166aa5c972143efd405 mozilla-thunderbird-1.5_rc1.ebuild 6311 +MD5 287f3532dd08d7bea0ed015c995ba576 mozilla-thunderbird-1.5_rc1.ebuild 6371 diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild index 5344e1a5e9cc..6790c9fe6d43 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.0.7-r2.ebuild,v 1.2 2005/11/13 20:15:21 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild,v 1.3 2005/11/16 22:58:29 anarchy Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib @@ -66,6 +66,9 @@ src_unpack() { # https://bugzilla.mozilla.org/show_bug.cgi?id=234035#c65 epatch ${DISTDIR}/mozilla-firefox-1.0-4ft2.patch.bz2 + # rpath fix + epatch ${FILESDIR}/thunderbird-rpath-1.patch + # Fix a compilation issue using the 32-bit userland with 64-bit kernel on # PowerPC, because with that configuration, it detects a ppc64 system. # -- hansmi, 2005-11-13 diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild index 8d0b586c8ded..302ef6115f02 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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_rc1.ebuild,v 1.2 2005/11/15 16:20:51 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild,v 1.3 2005/11/16 22:58:29 anarchy Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib versionator @@ -64,6 +64,9 @@ src_unpack() { #cairo-canvas patch epatch ${FILESDIR}/thunderbird-cairo-canvas.patch + # rpath fix + epatch ${FILESDIR}/thunderbird-rpath-1.patch + # Fix a compilation issue using the 32-bit userland with 64-bit kernel on # PowerPC, because with that configuration, it detects a ppc64 system. # -- hansmi, 2005-11-13 |