summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2006-05-01 16:05:43 +0000
committerOlivier Crête <tester@gentoo.org>2006-05-01 16:05:43 +0000
commit3f942bd437675be7cf40cd587333184e52c3198d (patch)
tree5b314c8ffbd960058cffb8fc67014e94dc3d7ab9
parentVersion bump (diff)
downloadgentoo-2-3f942bd437675be7cf40cd587333184e52c3198d.tar.gz
gentoo-2-3f942bd437675be7cf40cd587333184e52c3198d.tar.bz2
gentoo-2-3f942bd437675be7cf40cd587333184e52c3198d.zip
Added patch to make it compile with more recent make, fixes bug #131881
(Portage version: 2.0.54)
-rw-r--r--app-dicts/verbiste/ChangeLog6
-rw-r--r--app-dicts/verbiste/Manifest13
-rw-r--r--app-dicts/verbiste/files/verbiste-0.1.14-multiline-sed.patch25
-rw-r--r--app-dicts/verbiste/verbiste-0.1.14.ebuild3
4 files changed, 34 insertions, 13 deletions
diff --git a/app-dicts/verbiste/ChangeLog b/app-dicts/verbiste/ChangeLog
index 95b4d74705c5..0318420713a2 100644
--- a/app-dicts/verbiste/ChangeLog
+++ b/app-dicts/verbiste/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/verbiste
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.16 2006/05/01 01:01:29 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.17 2006/05/01 16:05:43 tester Exp $
+
+ 01 May 2006; Olivier Crête <tester@gentoo.org>
+ +files/verbiste-0.1.14-multiline-sed.patch, verbiste-0.1.14.ebuild:
+ Added patch to make it compile with more recent make, fixes bug #131881
01 May 2006; Olivier Crête <tester@gentoo.org>
+files/verbiste-0.1.14-as-needed.patch, verbiste-0.1.14.ebuild:
diff --git a/app-dicts/verbiste/Manifest b/app-dicts/verbiste/Manifest
index 38af2a5b76b6..ac6618bda942 100644
--- a/app-dicts/verbiste/Manifest
+++ b/app-dicts/verbiste/Manifest
@@ -1,17 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 11b900692f86bc49f5ae41c27326ed58 ChangeLog 2229
MD5 02db5192009d47034a72d8211122a48b files/digest-verbiste-0.1.11 67
MD5 a5533ddd8b7f634ecb632421cbf557bc files/digest-verbiste-0.1.14 67
MD5 f72a7ed0284d1b19a874b042f7fbaa1d files/verbiste-0.1.14-as-needed.patch 350
+MD5 bf2209af9b555604126c8a77b69a8d55 files/verbiste-0.1.14-multiline-sed.patch 1140
MD5 021abcb0c095f08d99aa81b84836343f metadata.xml 321
MD5 fcbf165a7abc46aea4e74dad84b0d830 verbiste-0.1.11.ebuild 742
-MD5 d31ef1bc9f333d831056304b9d566f00 verbiste-0.1.14.ebuild 883
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2.2 (GNU/Linux)
-
-iD8DBQFEVV38oGcCqvCmTSIRAkQTAJ4xqBg6cMsMNEd7bulxpXvUD+j4BACeKnzA
-E6iUZMkhwX3Zp6r38vFdn40=
-=fTYw
------END PGP SIGNATURE-----
+MD5 6159f2cf69e160419d22b8a389293d06 verbiste-0.1.14.ebuild 930
diff --git a/app-dicts/verbiste/files/verbiste-0.1.14-multiline-sed.patch b/app-dicts/verbiste/files/verbiste-0.1.14-multiline-sed.patch
new file mode 100644
index 000000000000..ae0ab60bfc78
--- /dev/null
+++ b/app-dicts/verbiste/files/verbiste-0.1.14-multiline-sed.patch
@@ -0,0 +1,25 @@
+--- verbiste-0.1.14/src/gnome/Makefile.am.orig 2006-05-01 12:47:30.000000000 +0200
++++ verbiste-0.1.14/src/gnome/Makefile.am 2006-05-01 12:48:34.000000000 +0200
+@@ -41,14 +41,14 @@
+ bonoboserver_DATA = $(PACKAGE).server
+
+ $(PACKAGE).server: $(PACKAGE).server.pre
+- sed 's|%{libexecdir}|$(libexecdir)|g; \
+- s|%{PACKAGE}|$(PACKAGE)|g; \
+- s|%{APPLET_FULL_NAME}|$(APPLET_FULL_NAME)|g; \
+- s|%{APPLET_FULL_NAME_FR}|$(APPLET_FULL_NAME_FR)|g; \
+- s|%{APPLET_DESCRIPTION}|$(APPLET_DESCRIPTION)|g; \
+- s|%{APPLET_DESCRIPTION_FR}|$(APPLET_DESCRIPTION_FR)|g; \
+- s|%{APPLET_CATEGORY}|$(APPLET_CATEGORY)|g; \
+- s|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g' \
++ sed -e 's|%{libexecdir}|$(libexecdir)|g' \
++ -e 's|%{PACKAGE}|$(PACKAGE)|g' \
++ -e 's|%{APPLET_FULL_NAME}|$(APPLET_FULL_NAME)|g' \
++ -e 's|%{APPLET_FULL_NAME_FR}|$(APPLET_FULL_NAME_FR)|g' \
++ -e 's|%{APPLET_DESCRIPTION}|$(APPLET_DESCRIPTION)|g' \
++ -e 's|%{APPLET_DESCRIPTION_FR}|$(APPLET_DESCRIPTION_FR)|g' \
++ -e 's|%{APPLET_CATEGORY}|$(APPLET_CATEGORY)|g' \
++ -e 's|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g' \
+ < $< | grep -v '^#' > $@.tmp
+ mv -f $@.tmp $@
+
diff --git a/app-dicts/verbiste/verbiste-0.1.14.ebuild b/app-dicts/verbiste/verbiste-0.1.14.ebuild
index d9bbe0b1bea5..008283a6b6d5 100644
--- a/app-dicts/verbiste/verbiste-0.1.14.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.14.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-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.3 2006/05/01 01:01:29 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.4 2006/05/01 16:05:43 tester Exp $
inherit autotools eutils
@@ -22,6 +22,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch "${FILESDIR}/${P}-as-needed.patch"
+ epatch "${FILESDIR}/${P}-multiline-sed.patch"
AT_M4DIR="${S}/macros" eautoreconf
}