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 portage-2.1.7.1.ebuild portage-2.2_rc46.ebuild portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild
Date: Sat, 31 Oct 2009 03:47:45
Message-Id: E1N44wD-0002cA-WF@stork.gentoo.org
1 zmedico 09/10/31 03:47:37
2
3 Modified: portage-2.2_rc33.ebuild portage-2.1.7.1.ebuild
4 portage-2.2_rc46.ebuild portage-2.1.6.13.ebuild
5 portage-2.1.6.7.ebuild
6 Log:
7 Bug #289967 - Block >=debugedit-4.4.6-r2 for portage versions that aren't compatible.
8 (Portage version: 2.1.7.2/cvs/Linux i686)
9
10 Revision Changes Path
11 1.9 sys-apps/portage/portage-2.2_rc33.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?r1=1.8&r2=1.9
16
17 Index: portage-2.2_rc33.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- portage-2.2_rc33.ebuild 29 Sep 2009 06:08:43 -0000 1.8
24 +++ portage-2.2_rc33.ebuild 31 Oct 2009 03:47:36 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.8 2009/09/29 06:08:43 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.9 2009/10/31 03:47:36 zmedico Exp $
30
31 inherit eutils multilib python
32
33 @@ -18,6 +18,7 @@
34 !build? ( >=sys-apps/sed-4.0.5 )
35 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
36 epydoc? ( >=dev-python/epydoc-2.0 )"
37 +# the debugedit blocker is for bug #289967
38 RDEPEND="${python_dep}
39 !build? ( >=sys-apps/sed-4.0.5
40 >=app-shells/bash-3.2_p17
41 @@ -26,7 +27,8 @@
42 elibc_glibc? ( >=sys-apps/sandbox-1.6 )
43 elibc_uclibc? ( >=sys-apps/sandbox-1.6 )
44 >=app-misc/pax-utils-0.1.17
45 - selinux? ( >=dev-python/python-selinux-2.16 )"
46 + selinux? ( >=dev-python/python-selinux-2.16 )
47 + !>=dev-util/debugedit-4.4.6-r2"
48 PDEPEND="
49 !build? (
50 >=net-misc/rsync-2.6.4
51
52
53
54 1.2 sys-apps/portage/portage-2.1.7.1.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild?r1=1.1&r2=1.2
59
60 Index: portage-2.1.7.1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- portage-2.1.7.1.ebuild 12 Oct 2009 06:56:45 -0000 1.1
67 +++ portage-2.1.7.1.ebuild 31 Oct 2009 03:47:36 -0000 1.2
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2009 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild,v 1.1 2009/10/12 06:56:45 zmedico Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.1.ebuild,v 1.2 2009/10/31 03:47:36 zmedico Exp $
73
74 # Require EAPI 2 since we now require at least python-2.6 (for python 3
75 # syntax support) which also requires EAPI 2.
76 @@ -23,6 +23,7 @@
77 !build? ( >=sys-apps/sed-4.0.5 )
78 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
79 epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )"
80 +# the debugedit blocker is for bug #289967
81 RDEPEND="${python_dep}
82 !build? ( >=sys-apps/sed-4.0.5
83 >=app-shells/bash-3.2_p17
84 @@ -31,7 +32,8 @@
85 elibc_glibc? ( >=sys-apps/sandbox-1.6 )
86 elibc_uclibc? ( >=sys-apps/sandbox-1.6 )
87 >=app-misc/pax-utils-0.1.17
88 - selinux? ( sys-libs/libselinux )"
89 + selinux? ( sys-libs/libselinux )
90 + !>=dev-util/debugedit-4.4.6-r2"
91 PDEPEND="
92 !build? (
93 >=net-misc/rsync-2.6.4
94
95
96
97 1.2 sys-apps/portage/portage-2.2_rc46.ebuild
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild?rev=1.2&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild?rev=1.2&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild?r1=1.1&r2=1.2
102
103 Index: portage-2.2_rc46.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild,v
106 retrieving revision 1.1
107 retrieving revision 1.2
108 diff -u -r1.1 -r1.2
109 --- portage-2.2_rc46.ebuild 12 Oct 2009 06:56:45 -0000 1.1
110 +++ portage-2.2_rc46.ebuild 31 Oct 2009 03:47:36 -0000 1.2
111 @@ -1,6 +1,6 @@
112 # Copyright 1999-2009 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild,v 1.1 2009/10/12 06:56:45 zmedico Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc46.ebuild,v 1.2 2009/10/31 03:47:36 zmedico Exp $
116
117 # Require EAPI 2 since we now require at least python-2.6 (for python 3
118 # syntax support) which also requires EAPI 2.
119 @@ -23,6 +23,7 @@
120 !build? ( >=sys-apps/sed-4.0.5 )
121 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
122 epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )"
123 +# the debugedit blocker is for bug #289967
124 RDEPEND="${python_dep}
125 !build? ( >=sys-apps/sed-4.0.5
126 >=app-shells/bash-3.2_p17
127 @@ -31,7 +32,8 @@
128 elibc_glibc? ( >=sys-apps/sandbox-1.6 )
129 elibc_uclibc? ( >=sys-apps/sandbox-1.6 )
130 >=app-misc/pax-utils-0.1.17
131 - selinux? ( sys-libs/libselinux )"
132 + selinux? ( sys-libs/libselinux )
133 + !>=dev-util/debugedit-4.4.6-r2"
134 PDEPEND="
135 !build? (
136 >=net-misc/rsync-2.6.4
137
138
139
140 1.15 sys-apps/portage/portage-2.1.6.13.ebuild
141
142 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.15&view=markup
143 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.15&content-type=text/plain
144 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?r1=1.14&r2=1.15
145
146 Index: portage-2.1.6.13.ebuild
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v
149 retrieving revision 1.14
150 retrieving revision 1.15
151 diff -u -r1.14 -r1.15
152 --- portage-2.1.6.13.ebuild 11 Oct 2009 17:02:42 -0000 1.14
153 +++ portage-2.1.6.13.ebuild 31 Oct 2009 03:47:36 -0000 1.15
154 @@ -1,6 +1,6 @@
155 # Copyright 1999-2009 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.14 2009/10/11 17:02:42 ulm Exp $
158 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.15 2009/10/31 03:47:36 zmedico Exp $
159
160 inherit eutils multilib python
161
162 @@ -18,6 +18,7 @@
163 !build? ( >=sys-apps/sed-4.0.5 )
164 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
165 epydoc? ( >=dev-python/epydoc-2.0 )"
166 +# the debugedit blocker is for bug #289967
167 RDEPEND="${python_dep}
168 !build? ( >=sys-apps/sed-4.0.5
169 >=app-shells/bash-3.2_p17
170 @@ -26,7 +27,8 @@
171 elibc_glibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) )
172 elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) )
173 >=app-misc/pax-utils-0.1.17
174 - selinux? ( >=dev-python/python-selinux-2.16 )"
175 + selinux? ( >=dev-python/python-selinux-2.16 )
176 + !>=dev-util/debugedit-4.4.6-r2"
177 PDEPEND="
178 !build? (
179 >=net-misc/rsync-2.6.4
180
181
182
183 1.14 sys-apps/portage/portage-2.1.6.7.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?rev=1.14&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?rev=1.14&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?r1=1.13&r2=1.14
188
189 Index: portage-2.1.6.7.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v
192 retrieving revision 1.13
193 retrieving revision 1.14
194 diff -u -r1.13 -r1.14
195 --- portage-2.1.6.7.ebuild 11 Oct 2009 17:02:42 -0000 1.13
196 +++ portage-2.1.6.7.ebuild 31 Oct 2009 03:47:36 -0000 1.14
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2009 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v 1.13 2009/10/11 17:02:42 ulm Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v 1.14 2009/10/31 03:47:36 zmedico Exp $
202
203 inherit eutils multilib python
204
205 @@ -18,6 +18,7 @@
206 !build? ( >=sys-apps/sed-4.0.5 )
207 doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
208 epydoc? ( >=dev-python/epydoc-2.0 )"
209 +# the debugedit blocker is for bug #289967
210 RDEPEND="${python_dep}
211 !build? ( >=sys-apps/sed-4.0.5
212 >=app-shells/bash-3.2_p17
213 @@ -26,7 +27,8 @@
214 elibc_glibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) )
215 elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) )
216 >=app-misc/pax-utils-0.1.17
217 - selinux? ( >=dev-python/python-selinux-2.16 )"
218 + selinux? ( >=dev-python/python-selinux-2.16 )
219 + !>=dev-util/debugedit-4.4.6-r2"
220 PDEPEND="
221 !build? (
222 >=net-misc/rsync-2.6.4