Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-2.7.2-r3.ebuild
Date: Sun, 30 Oct 2011 15:03:55
Message-Id: 20111030150341.0F4162004B@flycatcher.gentoo.org
1 armin76 11/10/30 15:03:41
2
3 Modified: ChangeLog python-2.7.2-r3.ebuild
4 Log:
5 alpha/arm/ia64/s390/sh/sparc stable wrt #387849
6
7 (Portage version: 2.1.10.11/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.555 dev-lang/python/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.555&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.555&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.554&r2=1.555
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
19 retrieving revision 1.554
20 retrieving revision 1.555
21 diff -u -r1.554 -r1.555
22 --- ChangeLog 27 Oct 2011 15:58:07 -0000 1.554
23 +++ ChangeLog 30 Oct 2011 15:03:40 -0000 1.555
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/python
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.554 2011/10/27 15:58:07 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.555 2011/10/30 15:03:40 armin76 Exp $
29 +
30 + 30 Oct 2011; Raúl Porcel <armin76@g.o> python-2.7.2-r3.ebuild:
31 + alpha/arm/ia64/s390/sh/sparc stable wrt #387849
32
33 27 Oct 2011; Tony Vroon <chainsaw@g.o> python-2.7.2-r3.ebuild,
34 python-3.1.4-r3.ebuild:
35
36
37
38 1.6 dev-lang/python/python-2.7.2-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild?r1=1.5&r2=1.6
43
44 Index: python-2.7.2-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- python-2.7.2-r3.ebuild 27 Oct 2011 15:58:07 -0000 1.5
51 +++ python-2.7.2-r3.ebuild 30 Oct 2011 15:03:40 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.5 2011/10/27 15:58:07 chainsaw Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.6 2011/10/30 15:03:40 armin76 Exp $
57
58 EAPI="2"
59 WANT_AUTOMAKE="none"
60 @@ -31,7 +31,7 @@
61 LICENSE="PSF-2"
62 SLOT="2.7"
63 PYTHON_ABI="${SLOT}"
64 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
65 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
66 IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
67
68 RDEPEND=">=app-admin/eselect-python-20091230