Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-3.1.2-r3.ebuild
Date: Fri, 30 Jul 2010 17:02:28
Message-Id: 20100730165835.97D232CE15@corvid.gentoo.org
1 jer 10/07/30 16:58:35
2
3 Modified: ChangeLog python-3.1.2-r3.ebuild
4 Log:
5 Stable for HPPA (bug #320043).
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.484 dev-lang/python/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.484&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.484&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.483&r2=1.484
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
18 retrieving revision 1.483
19 retrieving revision 1.484
20 diff -u -r1.483 -r1.484
21 --- ChangeLog 25 Jul 2010 17:16:24 -0000 1.483
22 +++ ChangeLog 30 Jul 2010 16:58:35 -0000 1.484
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/python
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.483 2010/07/25 17:16:24 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.484 2010/07/30 16:58:35 jer Exp $
28 +
29 + 30 Jul 2010; Jeroen Roovers <jer@g.o> python-3.1.2-r3.ebuild:
30 + Stable for HPPA (bug #320043).
31
32 25 Jul 2010; <solar@g.o> python-2.6.4-r1.ebuild,
33 python-2.6.5-r2.ebuild, python-2.6.5-r3.ebuild, python-2.7.ebuild,
34
35
36
37 1.16 dev-lang/python/python-3.1.2-r3.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.16&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.16&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?r1=1.15&r2=1.16
42
43 Index: python-3.1.2-r3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v
46 retrieving revision 1.15
47 retrieving revision 1.16
48 diff -u -r1.15 -r1.16
49 --- python-3.1.2-r3.ebuild 25 Jul 2010 17:16:24 -0000 1.15
50 +++ python-3.1.2-r3.ebuild 30 Jul 2010 16:58:35 -0000 1.16
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.15 2010/07/25 17:16:24 solar Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.16 2010/07/30 16:58:35 jer Exp $
56
57 EAPI="3"
58
59 @@ -18,7 +18,7 @@
60 LICENSE="PSF-2.2"
61 SLOT="3.1"
62 PYTHON_ABI="${SLOT}"
63 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
64 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
65 IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
66
67 RDEPEND=">=app-admin/eselect-python-20091230