Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2_rc33.ebuild ChangeLog portage-2.1.6.13.ebuild portage-2.1.6.11.ebuild portage-2.2_rc32.ebuild portage-2.2_rc31.ebuild portage-2.2_rc28.ebuild portage-2.1.6.12.ebuild
Date: Wed, 03 Jun 2009 18:39:25
Message-Id: E1MBvMy-0003df-Aa@stork.gentoo.org
1 zmedico 09/06/03 18:39:24
2
3 Modified: portage-2.2_rc33.ebuild ChangeLog
4 portage-2.1.6.13.ebuild portage-2.1.6.11.ebuild
5 Removed: portage-2.2_rc32.ebuild portage-2.2_rc31.ebuild
6 portage-2.2_rc28.ebuild portage-2.1.6.12.ebuild
7 Log:
8 03 Jun 2009; Zac Medico <zmedico@g.o> portage-2.1.6.11.ebuild,
9 portage-2.1.6.13.ebuild, portage-2.2_rc33.ebuild:
10 Bug #271545 - Bump python dependency from 2.4 to 2.5.
11
12 03 Jun 2009; Zac Medico <zmedico@g.o> -portage-2.1.6.12.ebuild,
13 -portage-2.2_rc28.ebuild, -portage-2.2_rc31.ebuild,
14 -portage-2.2_rc32.ebuild:
15 Remove old versions.
16 (Portage version: 2.2_rc33_p13615/cvs/Linux i686)
17
18 Revision Changes Path
19 1.3 sys-apps/portage/portage-2.2_rc33.ebuild
20
21 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.3&view=markup
22 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.3&content-type=text/plain
23 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?r1=1.2&r2=1.3
24
25 Index: portage-2.2_rc33.ebuild
26 ===================================================================
27 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v
28 retrieving revision 1.2
29 retrieving revision 1.3
30 diff -u -r1.2 -r1.3
31 --- portage-2.2_rc33.ebuild 3 Jun 2009 02:51:58 -0000 1.2
32 +++ portage-2.2_rc33.ebuild 3 Jun 2009 18:39:24 -0000 1.3
33 @@ -1,6 +1,6 @@
34 # Copyright 1999-2009 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.2 2009/06/03 02:51:58 vapier Exp $
37 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.3 2009/06/03 18:39:24 zmedico Exp $
38
39 inherit eutils multilib python
40
41 @@ -12,7 +12,7 @@
42 SLOT="0"
43 IUSE="build doc epydoc selinux linguas_pl"
44
45 -python_dep=">=dev-lang/python-2.4"
46 +python_dep=">=dev-lang/python-2.5"
47
48 DEPEND="${python_dep}
49 !build? ( >=sys-apps/sed-4.0.5 )
50 @@ -31,7 +31,6 @@
51 !build? (
52 >=net-misc/rsync-2.6.4
53 userland_GNU? ( >=sys-apps/coreutils-6.4 )
54 - || ( >=dev-lang/python-2.5 >=dev-python/pycrypto-2.0.1-r6 )
55 )"
56 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532
57 # rsync-2.6.4 rdep is for the --filter option #167668
58
59
60
61 1.607 sys-apps/portage/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.607&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.607&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.606&r2=1.607
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
70 retrieving revision 1.606
71 retrieving revision 1.607
72 diff -u -r1.606 -r1.607
73 --- ChangeLog 3 Jun 2009 02:51:59 -0000 1.606
74 +++ ChangeLog 3 Jun 2009 18:39:24 -0000 1.607
75 @@ -1,6 +1,15 @@
76 # ChangeLog for sys-apps/portage
77 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.606 2009/06/03 02:51:59 vapier Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.607 2009/06/03 18:39:24 zmedico Exp $
80 +
81 + 03 Jun 2009; Zac Medico <zmedico@g.o> portage-2.1.6.11.ebuild,
82 + portage-2.1.6.13.ebuild, portage-2.2_rc33.ebuild:
83 + Bug #271545 - Bump python dependency from 2.4 to 2.5.
84 +
85 + 03 Jun 2009; Zac Medico <zmedico@g.o> -portage-2.1.6.12.ebuild,
86 + -portage-2.2_rc28.ebuild, -portage-2.2_rc31.ebuild,
87 + -portage-2.2_rc32.ebuild:
88 + Remove old versions.
89
90 03 Jun 2009; Mike Frysinger <vapier@g.o> portage-2.2_rc33.ebuild:
91 Require newer sandbox #258684.
92
93
94
95 1.2 sys-apps/portage/portage-2.1.6.13.ebuild
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.2&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.2&content-type=text/plain
99 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?r1=1.1&r2=1.2
100
101 Index: portage-2.1.6.13.ebuild
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v
104 retrieving revision 1.1
105 retrieving revision 1.2
106 diff -u -r1.1 -r1.2
107 --- portage-2.1.6.13.ebuild 3 May 2009 21:41:48 -0000 1.1
108 +++ portage-2.1.6.13.ebuild 3 Jun 2009 18:39:24 -0000 1.2
109 @@ -1,6 +1,6 @@
110 # Copyright 1999-2009 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.1 2009/05/03 21:41:48 zmedico Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.2 2009/06/03 18:39:24 zmedico Exp $
114
115 inherit eutils multilib python
116
117 @@ -12,7 +12,7 @@
118 SLOT="0"
119 IUSE="build doc epydoc selinux linguas_pl"
120
121 -python_dep=">=dev-lang/python-2.4"
122 +python_dep=">=dev-lang/python-2.5"
123
124 DEPEND="${python_dep}
125 !build? ( >=sys-apps/sed-4.0.5 )
126 @@ -31,7 +31,6 @@
127 !build? (
128 >=net-misc/rsync-2.6.4
129 userland_GNU? ( >=sys-apps/coreutils-6.4 )
130 - || ( >=dev-lang/python-2.5 >=dev-python/pycrypto-2.0.1-r6 )
131 )"
132 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532
133 # rsync-2.6.4 rdep is for the --filter option #167668
134
135
136
137 1.7 sys-apps/portage/portage-2.1.6.11.ebuild
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild?rev=1.7&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild?rev=1.7&content-type=text/plain
141 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild?r1=1.6&r2=1.7
142
143 Index: portage-2.1.6.11.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild,v
146 retrieving revision 1.6
147 retrieving revision 1.7
148 diff -u -r1.6 -r1.7
149 --- portage-2.1.6.11.ebuild 29 Apr 2009 14:53:21 -0000 1.6
150 +++ portage-2.1.6.11.ebuild 3 Jun 2009 18:39:24 -0000 1.7
151 @@ -1,6 +1,6 @@
152 # Copyright 1999-2009 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild,v 1.6 2009/04/29 14:53:21 ranger Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.11.ebuild,v 1.7 2009/06/03 18:39:24 zmedico Exp $
156
157 inherit eutils multilib python
158
159 @@ -12,7 +12,7 @@
160 SLOT="0"
161 IUSE="build doc epydoc selinux linguas_pl"
162
163 -python_dep=">=dev-lang/python-2.4"
164 +python_dep=">=dev-lang/python-2.5"
165
166 DEPEND="${python_dep}
167 !build? ( >=sys-apps/sed-4.0.5 )
168 @@ -31,7 +31,6 @@
169 !build? (
170 >=net-misc/rsync-2.6.4
171 userland_GNU? ( >=sys-apps/coreutils-6.4 )
172 - || ( >=dev-lang/python-2.5 >=dev-python/pycrypto-2.0.1-r6 )
173 )"
174 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532
175 # rsync-2.6.4 rdep is for the --filter option #167668