floppym 14/12/01 17:48:29
Modified: cffi-0.8.2.ebuild cffi-0.8.6.ebuild
cffi-0.8.1.ebuild ChangeLog
Log:
Use in-source build to avoid a race. Reported by remi`.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.11 dev-python/cffi/cffi-0.8.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?r1=1.10&r2=1.11
Index: cffi-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cffi-0.8.2.ebuild 13 Aug 2014 17:19:08 -0000 1.10
+++ cffi-0.8.2.ebuild 1 Dec 2014 17:48:28 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.10
2014/08/13 17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.11
2014/12/01 17:48:28 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+# Avoid race on _configtest.c
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
python_compile_all() {
use doc && emake -C doc html
}
1.6 dev-python/cffi/cffi-0.8.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild?r1=1.5&r2=1.6
Index: cffi-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cffi-0.8.6.ebuild 5 Nov 2014 02:42:17 -0000 1.5
+++ cffi-0.8.6.ebuild 1 Dec 2014 17:48:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.5
2014/11/05 02:42:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.6.ebuild,v 1.6
2014/12/01 17:48:28 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+# Avoid race on _configtest.c
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
python_compile_all() {
use doc && emake -C doc html
}
1.15 dev-python/cffi/cffi-0.8.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.14&r2=1.15
Index: cffi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cffi-0.8.1.ebuild 13 Aug 2014 17:19:08 -0000 1.14
+++ cffi-0.8.1.ebuild 1 Dec 2014 17:48:28 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.14
2014/08/13 17:19:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.15
2014/12/01 17:48:28 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -21,6 +21,9 @@
dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+# Avoid race on _configtest.c
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
python_compile_all() {
use doc && emake -C doc html
}
1.41 dev-python/cffi/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.41&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.41&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 5 Nov 2014 02:42:17 -0000 1.40
+++ ChangeLog 1 Dec 2014 17:48:28 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cffi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.40 2014/11/05
02:42:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.41 2014/12/01
17:48:28 floppym Exp $
+
+ 01 Dec 2014; Mike Gilbert <[email protected]> cffi-0.8.1.ebuild,
+ cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
+ Use in-source build to avoid a race. Reported by remi`.
05 Nov 2014; Patrick Lauer <[email protected]> cffi-0.8.6.ebuild:
Stable for x86 and amd64 to make bcrypt happy