summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-11-16 22:58:29 +0000
committerJory Pratt <anarchy@gentoo.org>2005-11-16 22:58:29 +0000
commitbce744ea73e07157a25d5478c0042863ed8df207 (patch)
treee654e983d47619a76f242e3bde2e408829e6bf05 /mail-client
parentStable on x86. (diff)
downloadhistorical-bce744ea73e07157a25d5478c0042863ed8df207.tar.gz
historical-bce744ea73e07157a25d5478c0042863ed8df207.tar.bz2
historical-bce744ea73e07157a25d5478c0042863ed8df207.zip
readded patch for rpath
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird/Manifest6
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.7-r2.ebuild5
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild5
4 files changed, 16 insertions, 6 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..93a13d6f25ee 100644
--- a/mail-client/mozilla-thunderbird/Manifest
+++ b/mail-client/mozilla-thunderbird/Manifest
@@ -1,4 +1,4 @@
-MD5 1afd0ca1dcb94aeac76c089c42a42118 ChangeLog 13951
+MD5 96cc46b196c3091482f9c8ebcbc6d93f ChangeLog 14089
MD5 b84b32e9963589c0f2f76d98019b44d7 files/digest-mozilla-thunderbird-1.0.7 303
MD5 34fc13a505bfb805c539a3b4f0b1bcbf files/digest-mozilla-thunderbird-1.0.7-r1 303
MD5 106701e2f4e5e9e73301f95dd92c3306 files/digest-mozilla-thunderbird-1.0.7-r2 227
@@ -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 feb3d5b0156f6a9f1af491b50907e32e mozilla-thunderbird-1.0.7-r2.ebuild 6156
MD5 55697b53bd932c2ea9c20d3d5e3b771e mozilla-thunderbird-1.0.7.ebuild 5632
-MD5 c8bcc014803aa166aa5c972143efd405 mozilla-thunderbird-1.5_rc1.ebuild 6311
+MD5 6416de0257e20ffb69090dc0565b9acb 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