summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2008-05-10 18:27:46 +0000
committerRémi Cardona <remi@gentoo.org>2008-05-10 18:27:46 +0000
commitd651eb44ef0368c15d42a8e1c45d7d997b0a0a49 (patch)
tree1f539ae0030acd74ac8a3e6e3ac7908b0d8ec1cb /app-editors
parentRevision bump for new version of genpatches. (diff)
downloadgentoo-2-d651eb44ef0368c15d42a8e1c45d7d997b0a0a49.tar.gz
gentoo-2-d651eb44ef0368c15d42a8e1c45d7d997b0a0a49.tar.bz2
gentoo-2-d651eb44ef0368c15d42a8e1c45d7d997b0a0a49.zip
app-editors/gedit: Add a patch for python detection with libtool 2.2 (see bug #216110)
(Portage version: 2.1.5_rc9)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gedit/ChangeLog6
-rw-r--r--app-editors/gedit/files/gedit-2.22.1-fix-libtool-2.2.patch10
-rw-r--r--app-editors/gedit/gedit-2.22.1.ebuild7
3 files changed, 20 insertions, 3 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index 109380ca723d..1632d1f19c5d 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gedit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.239 2008/04/10 21:29:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.240 2008/05/10 18:27:46 remi Exp $
+
+ 10 May 2008; Rémi Cardona <remi@gentoo.org>
+ +files/gedit-2.22.1-fix-libtool-2.2.patch, gedit-2.22.1.ebuild:
+ Add a patch for python detection with libtool 2.2 (see bug #216110)
*gedit-2.22.1 (10 Apr 2008)
diff --git a/app-editors/gedit/files/gedit-2.22.1-fix-libtool-2.2.patch b/app-editors/gedit/files/gedit-2.22.1-fix-libtool-2.2.patch
new file mode 100644
index 000000000000..70d1234add3d
--- /dev/null
+++ b/app-editors/gedit/files/gedit-2.22.1-fix-libtool-2.2.patch
@@ -0,0 +1,10 @@
+--- configure.ac.old 2008-05-10 19:56:22.000000000 +0200
++++ configure.ac 2008-05-10 19:56:57.000000000 +0200
+@@ -31,6 +31,7 @@
+ IT_PROG_INTLTOOL([0.35.0])
+
+ AC_PROG_LIBTOOL
++m4_ifdef([LT_OUTPUT],[LT_OUTPUT])
+
+ GNOME_DOC_INIT
+ GTK_DOC_CHECK([1.0])
diff --git a/app-editors/gedit/gedit-2.22.1.ebuild b/app-editors/gedit/gedit-2.22.1.ebuild
index 6965a6917d80..50490f920bbd 100644
--- a/app-editors/gedit/gedit-2.22.1.ebuild
+++ b/app-editors/gedit/gedit-2.22.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.22.1.ebuild,v 1.1 2008/04/10 21:29:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.22.1.ebuild,v 1.2 2008/05/10 18:27:46 remi Exp $
inherit gnome2 python eutils autotools
@@ -69,11 +69,14 @@ src_unpack() {
# Make libattr optional; bug #191989
epatch "${FILESDIR}"/${PN}-2.20.3-libattr.patch
+ # fixes failing python test due to libtool 2.2, bug #216110
+ epatch "${FILESDIR}/${PN}-2.22.1-fix-libtool-2.2.patch"
+
# disable pyc compiling
mv "${S}"/py-compile "${S}"/py-compile.orig
ln -s $(type -P true) "${S}"/py-compile
- AT_M4DIR="m4" eautoreconf
+ eautoreconf
}
pkg_postinst() {