* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.2.2.ebuild ChangeLog python-3.1.4-r3.ebuild python-2.7.2-r3.ebuild
@ 2011-12-01 13:58 Dirkjan Ochtman (djc)
0 siblings, 0 replies; only message in thread
From: Dirkjan Ochtman (djc) @ 2011-12-01 13:58 UTC (permalink / raw
To: gentoo-commits
djc 11/12/01 13:58:42
Modified: python-3.2.2.ebuild ChangeLog
python-3.1.4-r3.ebuild python-2.7.2-r3.ebuild
Log:
Fix autogen problems (bug 355733).
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-lang/python/python-3.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?r1=1.3&r2=1.4
Index: python-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-3.2.2.ebuild 31 Oct 2011 04:02:01 -0000 1.3
+++ python-3.2.2.ebuild 1 Dec 2011 13:58:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.3 2011/10/31 04:02:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.4 2011/12/01 13:58:42 djc Exp $
EAPI="3"
WANT_AUTOMAKE="none"
@@ -135,7 +135,8 @@
sed -e "s/\(-DSVNVERSION=\).*\( -o\)/\1\\\\\"${ESVN_REVISION}\\\\\"\2/" -i Makefile.pre.in || die "sed failed"
fi
- eautoreconf
+ eautoconf
+ eautoheader
}
src_configure() {
1.560 dev-lang/python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.560&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.560&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.559&r2=1.560
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -r1.559 -r1.560
--- ChangeLog 1 Dec 2011 11:19:00 -0000 1.559
+++ ChangeLog 1 Dec 2011 13:58:42 -0000 1.560
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.559 2011/12/01 11:19:00 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.560 2011/12/01 13:58:42 djc Exp $
+
+ 01 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> python-2.7.2-r3.ebuild,
+ python-3.1.4-r3.ebuild, python-3.2.2.ebuild:
+ Fix autogen problems (bug 355733).
01 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> -python-2.7.2-r2.ebuild,
-python-3.1.4-r2.ebuild, -python-3.2-r2.ebuild:
1.7 dev-lang/python/python-3.1.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?r1=1.6&r2=1.7
Index: python-3.1.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-3.1.4-r3.ebuild 26 Nov 2011 16:50:52 -0000 1.6
+++ python-3.1.4-r3.ebuild 1 Dec 2011 13:58:42 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.6 2011/11/26 16:50:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.7 2011/12/01 13:58:42 djc Exp $
EAPI="3"
WANT_AUTOMAKE="none"
@@ -127,7 +127,8 @@
Modules/getpath.c \
setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
- eautoreconf
+ eautoconf
+ eautoheader
}
src_configure() {
1.9 dev-lang/python/python-2.7.2-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?r1=1.8&r2=1.9
Index: python-2.7.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-2.7.2-r3.ebuild 26 Nov 2011 16:50:52 -0000 1.8
+++ python-2.7.2-r3.ebuild 1 Dec 2011 13:58:42 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.8 2011/11/26 16:50:52 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.9 2011/12/01 13:58:42 djc Exp $
EAPI="2"
WANT_AUTOMAKE="none"
@@ -152,7 +152,8 @@
# Linux-3 compat. Bug #374579 (upstream issue12571)
cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
- eautoreconf
+ eautoconf
+ eautoheader
}
src_configure() {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-01 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 13:58 [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.2.2.ebuild ChangeLog python-3.1.4-r3.ebuild python-2.7.2-r3.ebuild Dirkjan Ochtman (djc)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox