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-2.5.4-r5.ebuild python-2.6.8-r1.ebuild ChangeLog python-2.6.8.ebuild python-2.5.4-r4.ebuild
Date: Sun, 30 Jun 2013 03:36:09
Message-Id: 20130630033601.5126F2171C@flycatcher.gentoo.org
1 floppym 13/06/30 03:36:01
2
3 Modified: python-2.5.4-r5.ebuild python-2.6.8-r1.ebuild
4 ChangeLog
5 Removed: python-2.6.8.ebuild python-2.5.4-r4.ebuild
6 Log:
7 Place upper bound on dev-lang/tk dep, bug 454342. Also stabilize on m68k since nobody is responding on bug 458318.
8
9 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.21 dev-lang/python/python-2.5.4-r5.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild?r1=1.20&r2=1.21
17
18 Index: python-2.5.4-r5.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- python-2.5.4-r5.ebuild 9 May 2013 17:48:03 -0000 1.20
25 +++ python-2.5.4-r5.ebuild 30 Jun 2013 03:36:01 -0000 1.21
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild,v 1.20 2013/05/09 17:48:03 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild,v 1.21 2013/06/30 03:36:01 floppym Exp $
31
32 EAPI="1"
33
34 @@ -17,7 +17,7 @@
35
36 LICENSE="PSF-2.2"
37 SLOT="2.5"
38 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
39 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
40 IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
41
42 # Do not add a dependency on dev-lang/python to this ebuild.
43 @@ -45,7 +45,7 @@
44 )
45 sqlite? ( >=dev-db/sqlite-3 )
46 ssl? ( dev-libs/openssl )
47 - tk? ( >=dev-lang/tk-8.0 )
48 + tk? ( >=dev-lang/tk-8.0 <dev-lang/tk-8.6 )
49 xml? ( >=dev-libs/expat-2 )
50 )
51 doc? ( dev-python/python-docs:${SLOT} )"
52
53
54
55 1.22 dev-lang/python/python-2.6.8-r1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild?rev=1.22&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild?rev=1.22&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild?r1=1.21&r2=1.22
60
61 Index: python-2.6.8-r1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild,v
64 retrieving revision 1.21
65 retrieving revision 1.22
66 diff -u -r1.21 -r1.22
67 --- python-2.6.8-r1.ebuild 25 May 2013 22:32:46 -0000 1.21
68 +++ python-2.6.8-r1.ebuild 30 Jun 2013 03:36:01 -0000 1.22
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2013 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild,v 1.21 2013/05/25 22:32:46 floppym Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8-r1.ebuild,v 1.22 2013/06/30 03:36:01 floppym Exp $
74
75 EAPI="2"
76 WANT_AUTOMAKE="none"
77 @@ -18,7 +18,7 @@
78
79 LICENSE="PSF-2"
80 SLOT="2.6"
81 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
82 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
83 IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
84
85 # Do not add a dependency on dev-lang/python to this ebuild.
86 @@ -48,6 +48,7 @@
87 ssl? ( dev-libs/openssl )
88 tk? (
89 >=dev-lang/tk-8.0
90 + <dev-lang/tk-8.6
91 dev-tcltk/blt
92 )
93 xml? ( >=dev-libs/expat-2.1 )
94
95
96
97 1.661 dev-lang/python/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.661&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.661&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.660&r2=1.661
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
106 retrieving revision 1.660
107 retrieving revision 1.661
108 diff -u -r1.660 -r1.661
109 --- ChangeLog 28 Jun 2013 00:02:04 -0000 1.660
110 +++ ChangeLog 30 Jun 2013 03:36:01 -0000 1.661
111 @@ -1,6 +1,11 @@
112 # ChangeLog for dev-lang/python
113 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.660 2013/06/28 00:02:04 floppym Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.661 2013/06/30 03:36:01 floppym Exp $
116 +
117 + 30 Jun 2013; Mike Gilbert <floppym@g.o> -python-2.5.4-r4.ebuild,
118 + -python-2.6.8.ebuild, python-2.5.4-r5.ebuild, python-2.6.8-r1.ebuild:
119 + Place upper bound on dev-lang/tk dep, bug 454342. Also stabilize on m68k since
120 + nobody is responding on bug 458318.
121
122 28 Jun 2013; Mike Gilbert <floppym@g.o>
123 +files/python-2.7.5-library-path.patch, python-2.7.5.ebuild: