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.0.ebuild ChangeLog
Date: Tue, 02 Oct 2012 02:26:55
Message-Id: 20121002022646.22A6D21601@flycatcher.gentoo.org
1 floppym 12/10/02 02:26:46
2
3 Modified: python-3.3.0.ebuild ChangeLog
4 Log:
5 Bump patchset revision for bug 436904. Drop wide-unicode use flag.
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-lang/python/python-3.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.0.ebuild?r1=1.2&r2=1.3
15
16 Index: python-3.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- python-3.3.0.ebuild 30 Sep 2012 15:29:01 -0000 1.2
23 +++ python-3.3.0.ebuild 2 Oct 2012 02:26:45 -0000 1.3
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.3.0.ebuild,v 1.2 2012/09/30 15:29:01 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.0.ebuild,v 1.3 2012/10/02 02:26:45 floppym Exp $
29
30 EAPI="3"
31 WANT_AUTOMAKE="none"
32 @@ -9,7 +9,7 @@
33 inherit autotools eutils flag-o-matic multilib pax-utils python toolchain-funcs
34
35 MY_P="Python-${PV}"
36 -PATCHSET_REVISION="0"
37 +PATCHSET_REVISION="1"
38
39 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
40 HOMEPAGE="http://www.python.org/"
41 @@ -20,7 +20,7 @@
42 SLOT="3.3"
43 PYTHON_ABI="${SLOT}"
44 KEYWORDS=""
45 -IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
46 +IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk wininst +xml"
47
48 RDEPEND="app-arch/bzip2
49 >=sys-libs/zlib-1.1.3
50 @@ -156,7 +156,6 @@
51 --enable-shared \
52 $(use_enable ipv6) \
53 $(use_with threads) \
54 - $(use_with wide-unicode) \
55 --infodir='${prefix}/share/info' \
56 --mandir='${prefix}/share/man' \
57 --with-computed-gotos \
58
59
60
61 1.617 dev-lang/python/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.617&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.617&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.616&r2=1.617
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
70 retrieving revision 1.616
71 retrieving revision 1.617
72 diff -u -r1.616 -r1.617
73 --- ChangeLog 30 Sep 2012 17:15:28 -0000 1.616
74 +++ ChangeLog 2 Oct 2012 02:26:45 -0000 1.617
75 @@ -1,6 +1,9 @@
76 # ChangeLog for dev-lang/python
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.616 2012/09/30 17:15:28 armin76 Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.617 2012/10/02 02:26:45 floppym Exp $
80 +
81 + 02 Oct 2012; Mike Gilbert <floppym@g.o> python-3.3.0.ebuild:
82 + Bump patchset revision for bug 436904. Drop wide-unicode use flag.
83
84 30 Sep 2012; Raúl Porcel <armin76@g.o> python-3.2.3.ebuild:
85 alpha/ia64/m68k/s390/sh/sparc stable wrt #427548