Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Thu, 01 Dec 2011 13:58:57
Message-Id: 20111201135842.AD0C22004B@flycatcher.gentoo.org
1 djc 11/12/01 13:58:42
2
3 Modified: python-3.2.2.ebuild ChangeLog
4 python-3.1.4-r3.ebuild python-2.7.2-r3.ebuild
5 Log:
6 Fix autogen problems (bug 355733).
7
8 (Portage version: 2.1.10.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-lang/python/python-3.2.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.2.ebuild?r1=1.3&r2=1.4
16
17 Index: python-3.2.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- python-3.2.2.ebuild 31 Oct 2011 04:02:01 -0000 1.3
24 +++ python-3.2.2.ebuild 1 Dec 2011 13:58:42 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.3 2011/10/31 04:02:01 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.2.ebuild,v 1.4 2011/12/01 13:58:42 djc Exp $
30
31 EAPI="3"
32 WANT_AUTOMAKE="none"
33 @@ -135,7 +135,8 @@
34 sed -e "s/\(-DSVNVERSION=\).*\( -o\)/\1\\\\\"${ESVN_REVISION}\\\\\"\2/" -i Makefile.pre.in || die "sed failed"
35 fi
36
37 - eautoreconf
38 + eautoconf
39 + eautoheader
40 }
41
42 src_configure() {
43
44
45
46 1.560 dev-lang/python/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.560&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.560&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.559&r2=1.560
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
55 retrieving revision 1.559
56 retrieving revision 1.560
57 diff -u -r1.559 -r1.560
58 --- ChangeLog 1 Dec 2011 11:19:00 -0000 1.559
59 +++ ChangeLog 1 Dec 2011 13:58:42 -0000 1.560
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-lang/python
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.559 2011/12/01 11:19:00 djc Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.560 2011/12/01 13:58:42 djc Exp $
65 +
66 + 01 Dec 2011; Dirkjan Ochtman <djc@g.o> python-2.7.2-r3.ebuild,
67 + python-3.1.4-r3.ebuild, python-3.2.2.ebuild:
68 + Fix autogen problems (bug 355733).
69
70 01 Dec 2011; Dirkjan Ochtman <djc@g.o> -python-2.7.2-r2.ebuild,
71 -python-3.1.4-r2.ebuild, -python-3.2-r2.ebuild:
72
73
74
75 1.7 dev-lang/python/python-3.1.4-r3.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?rev=1.7&view=markup
78 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
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild?r1=1.6&r2=1.7
80
81 Index: python-3.1.4-r3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v
84 retrieving revision 1.6
85 retrieving revision 1.7
86 diff -u -r1.6 -r1.7
87 --- python-3.1.4-r3.ebuild 26 Nov 2011 16:50:52 -0000 1.6
88 +++ python-3.1.4-r3.ebuild 1 Dec 2011 13:58:42 -0000 1.7
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $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 $
93 +# $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 $
94
95 EAPI="3"
96 WANT_AUTOMAKE="none"
97 @@ -127,7 +127,8 @@
98 Modules/getpath.c \
99 setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
100
101 - eautoreconf
102 + eautoconf
103 + eautoheader
104 }
105
106 src_configure() {
107
108
109
110 1.9 dev-lang/python/python-2.7.2-r3.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.9&view=markup
113 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
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?r1=1.8&r2=1.9
115
116 Index: python-2.7.2-r3.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v
119 retrieving revision 1.8
120 retrieving revision 1.9
121 diff -u -r1.8 -r1.9
122 --- python-2.7.2-r3.ebuild 26 Nov 2011 16:50:52 -0000 1.8
123 +++ python-2.7.2-r3.ebuild 1 Dec 2011 13:58:42 -0000 1.9
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2011 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $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 $
128 +# $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 $
129
130 EAPI="2"
131 WANT_AUTOMAKE="none"
132 @@ -152,7 +152,8 @@
133 # Linux-3 compat. Bug #374579 (upstream issue12571)
134 cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
135
136 - eautoreconf
137 + eautoconf
138 + eautoheader
139 }
140
141 src_configure() {