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
commit3d3b53b5c1663a513228efb471ec8dcc352b6d23 (patch)
tree9848f1b6784cc3c34337ed267a34bfd477b1f531 /app-dicts/verbiste
parentNew ebuild for Italian myspell dictionary (diff)
downloadhistorical-3d3b53b5c1663a513228efb471ec8dcc352b6d23.tar.gz
historical-3d3b53b5c1663a513228efb471ec8dcc352b6d23.tar.bz2
historical-3d3b53b5c1663a513228efb471ec8dcc352b6d23.zip
Added patch to make it compile with more recent make, fixes bug #131881
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-dicts/verbiste')
-rw-r--r--app-dicts/verbiste/ChangeLog6
-rw-r--r--app-dicts/verbiste/Manifest10
-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, 42 insertions, 2 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 2757e08eefe0..163417a6aacd 100644
--- a/app-dicts/verbiste/Manifest
+++ b/app-dicts/verbiste/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 f983bc5e7d4d55d890af2982d08f0896 ChangeLog 2424
MD5 02db5192009d47034a72d8211122a48b files/digest-verbiste-0.1.11 67
MD5 a5533ddd8b7f634ecb632421cbf557bc files/digest-verbiste-0.1.14 67
@@ -6,3 +9,10 @@ MD5 bf2209af9b555604126c8a77b69a8d55 files/verbiste-0.1.14-multiline-sed.patch 1
MD5 021abcb0c095f08d99aa81b84836343f metadata.xml 321
MD5 fcbf165a7abc46aea4e74dad84b0d830 verbiste-0.1.11.ebuild 742
MD5 41c2cb778d9c1280c791d925950ec6d5 verbiste-0.1.14.ebuild 930
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (GNU/Linux)
+
+iD8DBQFEVjHtoGcCqvCmTSIRAjhuAKCyeP68Q90+0ZEe8u50cxyaXfE9gACgxIxx
+9tlkVipQEsoUxUUbrf2DYRI=
+=5OWl
+-----END PGP SIGNATURE-----
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
}