Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.3.3.ebuild ChangeLog
Date: Sat, 08 Feb 2014 04:30:27
Message-Id: 20140208043024.11F1A2004C@flycatcher.gentoo.org
1 floppym 14/02/08 04:30:23
2
3 Modified: python-3.3.3.ebuild ChangeLog
4 Log:
5 Add workaround for race condition when generating Python-ast.c and Python-ast.h. Thanks to Arfrever.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.17 dev-lang/python/python-3.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.3.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.3.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.3.ebuild?r1=1.16&r2=1.17
15
16 Index: python-3.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- python-3.3.3.ebuild 5 Feb 2014 04:04:23 -0000 1.16
23 +++ python-3.3.3.ebuild 8 Feb 2014 04:30:23 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.16 2014/02/05 04:04:23 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.17 2014/02/08 04:30:23 floppym Exp $
29
30 EAPI="4"
31 WANT_AUTOMAKE="none"
32 @@ -175,6 +175,9 @@
33 }
34
35 src_compile() {
36 + # http://bugs.python.org/issue19966
37 + touch Include/Python-ast.h Python/Python-ast.c || die
38 +
39 # Avoid invoking pgen for cross-compiles.
40 touch Include/graminit.h Python/graminit.c || die
41
42
43
44
45 1.741 dev-lang/python/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.741&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.741&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.740&r2=1.741
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
54 retrieving revision 1.740
55 retrieving revision 1.741
56 diff -u -r1.740 -r1.741
57 --- ChangeLog 5 Feb 2014 04:04:23 -0000 1.740
58 +++ ChangeLog 8 Feb 2014 04:30:23 -0000 1.741
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/python
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.740 2014/02/05 04:04:23 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.741 2014/02/08 04:30:23 floppym Exp $
64 +
65 + 08 Feb 2014; Mike Gilbert <floppym@g.o> python-3.3.3.ebuild:
66 + Add workaround for race condition when generating Python-ast.c and Python-
67 + ast.h. Thanks to Arfrever.
68
69 05 Feb 2014; Mike Frysinger <vapier@g.o> python-3.3.3.ebuild:
70 Mark arm64/m68k/s390/sh stable.