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.4.0_rc1.ebuild ChangeLog
Date: Sat, 01 Mar 2014 22:49:35
Message-Id: 20140301224932.7F55D2004C@flycatcher.gentoo.org
1 floppym 14/03/01 22:49:32
2
3 Modified: python-3.4.0_rc1.ebuild ChangeLog
4 Log:
5 Disable ensurepip.
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.2 dev-lang/python/python-3.4.0_rc1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild?r1=1.1&r2=1.2
15
16 Index: python-3.4.0_rc1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-3.4.0_rc1.ebuild 17 Feb 2014 18:19:20 -0000 1.1
23 +++ python-3.4.0_rc1.ebuild 1 Mar 2014 22:49:32 -0000 1.2
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.4.0_rc1.ebuild,v 1.1 2014/02/17 18:19:20 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild,v 1.2 2014/03/01 22:49:32 floppym Exp $
29
30 EAPI="4"
31 WANT_AUTOMAKE="none"
32 @@ -166,7 +166,8 @@
33 --with-libc="" \
34 --enable-loadable-sqlite-extensions \
35 --with-system-expat \
36 - --with-system-ffi
37 + --with-system-ffi \
38 + --without-ensurepip
39
40 if use threads && grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
41 eerror "configure has detected that the sem_open function is broken."
42
43
44
45 1.745 dev-lang/python/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.745&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.745&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.744&r2=1.745
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
54 retrieving revision 1.744
55 retrieving revision 1.745
56 diff -u -r1.744 -r1.745
57 --- ChangeLog 17 Feb 2014 18:20:33 -0000 1.744
58 +++ ChangeLog 1 Mar 2014 22:49:32 -0000 1.745
59 @@ -1,6 +1,9 @@
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.744 2014/02/17 18:20:33 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.745 2014/03/01 22:49:32 floppym Exp $
64 +
65 + 01 Mar 2014; Mike Gilbert <floppym@g.o> python-3.4.0_rc1.ebuild:
66 + Disable ensurepip.
67
68 *python-3.4.0_rc1 (17 Feb 2014)