Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.2.3-r1.ebuild ChangeLog
Date: Mon, 04 Jun 2012 18:10:07
Message-Id: 20120604180952.E6BF62004C@flycatcher.gentoo.org
1 vapier 12/06/04 18:09:52
2
3 Modified: python-3.2.3-r1.ebuild ChangeLog
4 Log:
5 Fix posix subprocess module on x32.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-lang/python/python-3.2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: python-3.2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- python-3.2.3-r1.ebuild 3 May 2012 02:41:39 -0000 1.5
23 +++ python-3.2.3-r1.ebuild 4 Jun 2012 18:09:52 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.2.3-r1.ebuild,v 1.5 2012/05/03 02:41:39 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.3-r1.ebuild,v 1.6 2012/06/04 18:09:52 vapier Exp $
29
30 EAPI="3"
31 WANT_AUTOMAKE="none"
32 @@ -72,6 +72,7 @@
33
34 EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" \
35 epatch "${WORKDIR}/${PV}-${PATCHSET_REVISION}"
36 + epatch "${FILESDIR}"/${PN}-3.2.3-x32.patch
37
38 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
39 Lib/distutils/command/install.py \
40
41
42
43 1.601 dev-lang/python/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.601&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.601&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.600&r2=1.601
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
52 retrieving revision 1.600
53 retrieving revision 1.601
54 diff -u -r1.600 -r1.601
55 --- ChangeLog 26 May 2012 17:27:12 -0000 1.600
56 +++ ChangeLog 4 Jun 2012 18:09:52 -0000 1.601
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/python
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.600 2012/05/26 17:27:12 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.601 2012/06/04 18:09:52 vapier Exp $
62 +
63 + 04 Jun 2012; Mike Frysinger <vapier@g.o> +files/python-3.2.3-x32.patch,
64 + python-3.2.3-r1.ebuild:
65 + Fix posix subprocess module on x32.
66
67 26 May 2012; Raúl Porcel <armin76@g.o> python-2.6.8.ebuild,
68 python-2.7.3-r1.ebuild: