summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-05-09 02:47:48 +0000
committerJory Pratt <anarchy@gentoo.org>2006-05-09 02:47:48 +0000
commit52e81dc4fe4429947ad021cab6d6504b67588c34 (patch)
treeef97368127032444b31373955f1c0638744128cb /app-editors
parentVersion bump #132727 by Rodrigo Severo. (diff)
downloadgentoo-2-52e81dc4fe4429947ad021cab6d6504b67588c34.tar.gz
gentoo-2-52e81dc4fe4429947ad021cab6d6504b67588c34.tar.bz2
gentoo-2-52e81dc4fe4429947ad021cab6d6504b67588c34.zip
as-needed patch added
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvu/ChangeLog6
-rw-r--r--app-editors/nvu/files/1.0/mozilla-1.7.13-as-needed.patch11
-rw-r--r--app-editors/nvu/files/digest-nvu-1.0-r22
-rw-r--r--app-editors/nvu/nvu-1.0-r4.ebuild3
4 files changed, 20 insertions, 2 deletions
diff --git a/app-editors/nvu/ChangeLog b/app-editors/nvu/ChangeLog
index 7ae1907c2fd6..600cd9509a1d 100644
--- a/app-editors/nvu/ChangeLog
+++ b/app-editors/nvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nvu
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.17 2006/03/30 01:49:05 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.18 2006/05/09 02:47:48 anarchy Exp $
+
+ 09 May 2006; Jory A. Pratt <anarchy@gentoo.org>
+ +files/1.0/mozilla-1.7.13-as-needed.patch, nvu-1.0-r4.ebuild:
+ as-needed patch added
*nvu-1.0-r4 (30 Mar 2006)
diff --git a/app-editors/nvu/files/1.0/mozilla-1.7.13-as-needed.patch b/app-editors/nvu/files/1.0/mozilla-1.7.13-as-needed.patch
new file mode 100644
index 000000000000..784eb9bcae97
--- /dev/null
+++ b/app-editors/nvu/files/1.0/mozilla-1.7.13-as-needed.patch
@@ -0,0 +1,11 @@
+--- embedding/browser/gtk/tests/Makefile.in.orig 2006-04-29 22:56:46.000000000 -0500
++++ embedding/browser/gtk/tests/Makefile.in 2006-04-29 22:57:17.000000000 -0500
+@@ -58,6 +58,8 @@
+ endif
+ endif
+
++OS_LDFLAGS += -Wl,-rpath-link,'$(DEPTH)/dist/bin'
++
+ ifdef MOZ_ENABLE_GTK
+ LIBS += \
+ -lgtkembedmoz \
diff --git a/app-editors/nvu/files/digest-nvu-1.0-r2 b/app-editors/nvu/files/digest-nvu-1.0-r2
index 0c332e743de9..9e9bf40be61d 100644
--- a/app-editors/nvu/files/digest-nvu-1.0-r2
+++ b/app-editors/nvu/files/digest-nvu-1.0-r2
@@ -1 +1,3 @@
MD5 ae0f7c85e230ce8a90dc438b53be06e6 nvu-1.0-sources.tar.bz2 29687976
+RMD160 6d6fdb747d79e8602a4757e8eff8bbb21db6df8c nvu-1.0-sources.tar.bz2 29687976
+SHA256 9ec892e352c3596a4f734a885c6e085028574714cf0d44c2dac32b0d89b4b630 nvu-1.0-sources.tar.bz2 29687976
diff --git a/app-editors/nvu/nvu-1.0-r4.ebuild b/app-editors/nvu/nvu-1.0-r4.ebuild
index 7231c33dcbe4..90d4d3d5e91f 100644
--- a/app-editors/nvu/nvu-1.0-r4.ebuild
+++ b/app-editors/nvu/nvu-1.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r4.ebuild,v 1.1 2006/03/30 01:49:05 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r4.ebuild,v 1.2 2006/05/09 02:47:48 anarchy Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -29,6 +29,7 @@ src_unpack() {
epatch ${FILESDIR}/1.0/mozilla-rpath-3.patch || die "failed to apply rpath patch"
epatch ${FILESDIR}/1.0/${P}-gcc4-1.patch || die "failed to apply gcc-4 patch"
epatch "${FILESDIR}/010_glibc-2.4.patch" || die "failed to apply glibc-2.4 patch"
+ epatch ${FILESDIR}/1.0/mozilla-1.7.13-as-needed.patch || die "failed to apply as-needed patch"
# I had to manually edit the mozconfig.linux file as it
# has some quirks... just copy the darn thing over :) - Chris