summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-05-16 10:02:50 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-05-16 10:02:50 +0000
commitc714bb6048d7a4d5ef159aed83c43e6b1f86ad4f (patch)
tree2dbf39582898e11ed101c9e8251b7d8cc607f681 /x11-libs
parentHardmasked wpa_supplicant-0.7.* and hostapd-0.7.* (diff)
downloadgentoo-2-c714bb6048d7a4d5ef159aed83c43e6b1f86ad4f.tar.gz
gentoo-2-c714bb6048d7a4d5ef159aed83c43e6b1f86ad4f.tar.bz2
gentoo-2-c714bb6048d7a4d5ef159aed83c43e6b1f86ad4f.zip
Fix intltool rules, bug #319051.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/goffice/ChangeLog5
-rw-r--r--x11-libs/goffice/goffice-0.8.3.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
index 085c21634fe1..3024ecd90a0e 100644
--- a/x11-libs/goffice/ChangeLog
+++ b/x11-libs/goffice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.66 2010/05/09 09:25:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.67 2010/05/16 10:02:50 eva Exp $
+
+ 16 May 2010; Gilles Dartiguelongue <eva@gentoo.org> goffice-0.8.3.ebuild:
+ Fix intltool rules, bug #319051.
*goffice-0.8.3 (09 May 2010)
diff --git a/x11-libs/goffice/goffice-0.8.3.ebuild b/x11-libs/goffice/goffice-0.8.3.ebuild
index 970fb035426a..175f9d7f2b5e 100644
--- a/x11-libs/goffice/goffice-0.8.3.ebuild
+++ b/x11-libs/goffice/goffice-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.3.ebuild,v 1.1 2010/05/09 09:25:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.3.ebuild,v 1.2 2010/05/16 10:02:50 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -42,6 +42,14 @@ pkg_setup() {
filter-flags -ffast-math
}
+src_prepare() {
+ gnome2_src_prepare
+
+ # Fix intltoolize broken file, see upstream #577133
+ sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
+ || die "sed failed"
+}
+
src_install() {
gnome2_src_install
find "${D}" -name "*.la" -delete || die