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-python/cffi: cffi-0.8.2.ebuild cffi-0.8.6.ebuild cffi-0.8.1.ebuild ChangeLog
Date: Mon, 01 Dec 2014 17:48:33
Message-Id: 20141201174829.0C713B4D0@oystercatcher.gentoo.org
1 floppym 14/12/01 17:48:29
2
3 Modified: cffi-0.8.2.ebuild cffi-0.8.6.ebuild
4 cffi-0.8.1.ebuild ChangeLog
5 Log:
6 Use in-source build to avoid a race. Reported by remi`.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.11 dev-python/cffi/cffi-0.8.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?r1=1.10&r2=1.11
16
17 Index: cffi-0.8.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- cffi-0.8.2.ebuild 13 Aug 2014 17:19:08 -0000 1.10
24 +++ cffi-0.8.2.ebuild 1 Dec 2014 17:48:28 -0000 1.11
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.10 2014/08/13 17:19:08 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.11 2014/12/01 17:48:28 floppym Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
33 @@ -21,6 +21,9 @@
34 dev-python/pytest[${PYTHON_USEDEP}]"
35 DEPEND="${RDEPEND}"
36
37 +# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
38 +DISTUTILS_IN_SOURCE_BUILD=1
39 +
40 python_compile_all() {
41 use doc && emake -C doc html
42 }
43
44
45
46 1.6 dev-python/cffi/cffi-0.8.6.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?r1=1.5&r2=1.6
51
52 Index: cffi-0.8.6.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- cffi-0.8.6.ebuild 5 Nov 2014 02:42:17 -0000 1.5
59 +++ cffi-0.8.6.ebuild 1 Dec 2014 17:48:28 -0000 1.6
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.5 2014/11/05 02:42:17 patrick Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.6 2014/12/01 17:48:28 floppym Exp $
65
66 EAPI="5"
67 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
68 @@ -21,6 +21,9 @@
69 dev-python/pytest[${PYTHON_USEDEP}]"
70 DEPEND="${RDEPEND}"
71
72 +# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
73 +DISTUTILS_IN_SOURCE_BUILD=1
74 +
75 python_compile_all() {
76 use doc && emake -C doc html
77 }
78
79
80
81 1.15 dev-python/cffi/cffi-0.8.1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.15&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.15&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.14&r2=1.15
86
87 Index: cffi-0.8.1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
90 retrieving revision 1.14
91 retrieving revision 1.15
92 diff -u -r1.14 -r1.15
93 --- cffi-0.8.1.ebuild 13 Aug 2014 17:19:08 -0000 1.14
94 +++ cffi-0.8.1.ebuild 1 Dec 2014 17:48:28 -0000 1.15
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.14 2014/08/13 17:19:08 blueness Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.15 2014/12/01 17:48:28 floppym Exp $
100
101 EAPI="5"
102 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
103 @@ -21,6 +21,9 @@
104 dev-python/pytest[${PYTHON_USEDEP}]"
105 DEPEND="${RDEPEND}"
106
107 +# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
108 +DISTUTILS_IN_SOURCE_BUILD=1
109 +
110 python_compile_all() {
111 use doc && emake -C doc html
112 }
113
114
115
116 1.41 dev-python/cffi/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.41&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.41&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.40&r2=1.41
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
125 retrieving revision 1.40
126 retrieving revision 1.41
127 diff -u -r1.40 -r1.41
128 --- ChangeLog 5 Nov 2014 02:42:17 -0000 1.40
129 +++ ChangeLog 1 Dec 2014 17:48:28 -0000 1.41
130 @@ -1,6 +1,10 @@
131 # ChangeLog for dev-python/cffi
132 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.40 2014/11/05 02:42:17 patrick Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.41 2014/12/01 17:48:28 floppym Exp $
135 +
136 + 01 Dec 2014; Mike Gilbert <floppym@g.o> cffi-0.8.1.ebuild,
137 + cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
138 + Use in-source build to avoid a race. Reported by remi`.
139
140 05 Nov 2014; Patrick Lauer <patrick@g.o> cffi-0.8.6.ebuild:
141 Stable for x86 and amd64 to make bcrypt happy