Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ssuominen 09/07/25 08:59:49
Modified: gst-python-0.10.15-r1.ebuild ChangeLog
Log:
Fix building with =libtool-1* wrt #270964, thanks to Mark Lee.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/gst-python/gst-python-0.10.15-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild?r1=1.4&r2=1.5
Index: gst-python-0.10.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-python-0.10.15-r1.ebuild 18 Jun 2009 12:37:35 -0000 1.4
+++ gst-python-0.10.15-r1.ebuild 25 Jul 2009 08:59:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild,v 1.4 2009/06/18 12:37:35 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild,v 1.5 2009/07/25 08:59:48 ssuominen Exp $
EAPI=2
NEED_PYTHON=2.4
@@ -24,7 +24,7 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch
- rm -f py-compile
+ rm -f py-compile ltmain.sh common/m4/{libtool,lt*}.m4 || die "rm -f failed"
ln -s $(type -P true) py-compile
AT_M4DIR="common/m4" eautoreconf
}
1.54 dev-python/gst-python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 18 Jun 2009 12:37:35 -0000 1.53
+++ ChangeLog 25 Jul 2009 08:59:48 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gst-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.53 2009/06/18 12:37:35 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.54 2009/07/25 08:59:48 ssuominen Exp $
+
+ 25 Jul 2009; Samuli Suominen <ssuominen@g.o>
+ gst-python-0.10.15-r1.ebuild:
+ Fix building with =libtool-1* wrt #270964, thanks to Mark Lee.
18 Jun 2009; Robert Piasek <dagger@g.o> gst-python-0.10.13.ebuild,
gst-python-0.10.15-r1.ebuild:
|
|