Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-2.4.4-r6.ebuild python-2.4.4-r4.ebuild python-2.4.4-r5.ebuild
Date: Fri, 26 Oct 2007 09:43:16
Message-Id: E1IlLib-0003Jf-GN@stork.gentoo.org
1 hawking 07/10/26 09:43:05
2
3 Modified: ChangeLog python-2.4.4-r6.ebuild
4 python-2.4.4-r4.ebuild python-2.4.4-r5.ebuild
5 Log:
6 Changed SRC_URI of python-gentoo-patches-2.4* to mirror://gentoo
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.289 dev-lang/python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.289&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.289&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.288&r2=1.289
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
19 retrieving revision 1.288
20 retrieving revision 1.289
21 diff -u -r1.288 -r1.289
22 --- ChangeLog 25 Oct 2007 23:53:30 -0000 1.288
23 +++ ChangeLog 26 Oct 2007 09:43:04 -0000 1.289
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/python
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.288 2007/10/25 23:53:30 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.289 2007/10/26 09:43:04 hawking Exp $
29 +
30 + 26 Oct 2007; Ali Polatel <hawking@g.o> python-2.4.4-r4.ebuild,
31 + python-2.4.4-r5.ebuild, python-2.4.4-r6.ebuild:
32 + Changed SRC_URI of python-gentoo-patches-2.4* to mirror://gentoo
33
34 25 Oct 2007; Jeroen Roovers <jer@g.o> python-2.4.4-r6.ebuild:
35 Stable for HPPA (bug #192876). Fixed quoting issues.
36
37
38
39 1.7 dev-lang/python/python-2.4.4-r6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild?r1=1.6&r2=1.7
44
45 Index: python-2.4.4-r6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- python-2.4.4-r6.ebuild 25 Oct 2007 23:53:30 -0000 1.6
52 +++ python-2.4.4-r6.ebuild 26 Oct 2007 09:43:04 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v 1.6 2007/10/25 23:53:30 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r6.ebuild,v 1.7 2007/10/26 09:43:04 hawking Exp $
58
59 # NOTE about python-portage interactions :
60 # - Do not add a pkg_setup() check for a certain version of portage
61 @@ -19,7 +19,7 @@
62 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
63 HOMEPAGE="http://www.python.org/"
64 SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2
65 - http://dev.gentoo.org/~kloeri/python-gentoo-patches-${PV}-r4.tar.bz2"
66 + mirror://gentoo/python-gentoo-patches-${PV}-r4.tar.bz2"
67
68 LICENSE="PSF-2.2"
69 SLOT="2.4"
70
71
72
73 1.24 dev-lang/python/python-2.4.4-r4.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.24&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.24&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?r1=1.23&r2=1.24
78
79 Index: python-2.4.4-r4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v
82 retrieving revision 1.23
83 retrieving revision 1.24
84 diff -u -r1.23 -r1.24
85 --- python-2.4.4-r4.ebuild 15 Sep 2007 18:27:57 -0000 1.23
86 +++ python-2.4.4-r4.ebuild 26 Oct 2007 09:43:04 -0000 1.24
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.23 2007/09/15 18:27:57 kanaka Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.24 2007/10/26 09:43:04 hawking Exp $
92
93 # NOTE about python-portage interactions :
94 # - Do not add a pkg_setup() check for a certain version of portage
95 @@ -19,7 +19,7 @@
96 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
97 HOMEPAGE="http://www.python.org/"
98 SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2
99 - http://dev.gentoo.org/~kloeri/python-gentoo-patches-${PV}-r3.tar.bz2"
100 + mirror://gentoo/python-gentoo-patches-${PV}-r3.tar.bz2"
101
102 LICENSE="PSF-2.2"
103 SLOT="2.4"
104
105
106
107 1.15 dev-lang/python/python-2.4.4-r5.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.15&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.15&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?r1=1.14&r2=1.15
112
113 Index: python-2.4.4-r5.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v
116 retrieving revision 1.14
117 retrieving revision 1.15
118 diff -u -r1.14 -r1.15
119 --- python-2.4.4-r5.ebuild 26 Sep 2007 01:16:45 -0000 1.14
120 +++ python-2.4.4-r5.ebuild 26 Oct 2007 09:43:04 -0000 1.15
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2007 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.14 2007/09/26 01:16:45 kumba Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.15 2007/10/26 09:43:04 hawking Exp $
126
127 # NOTE about python-portage interactions :
128 # - Do not add a pkg_setup() check for a certain version of portage
129 @@ -19,7 +19,7 @@
130 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
131 HOMEPAGE="http://www.python.org/"
132 SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2
133 - http://dev.gentoo.org/~kloeri/python-gentoo-patches-${PV}-r3.tar.bz2"
134 + mirror://gentoo/python-gentoo-patches-${PV}-r3.tar.bz2"
135
136 LICENSE="PSF-2.2"
137 SLOT="2.4"
138
139
140
141 --
142 gentoo-commits@g.o mailing list