Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-3.1.3.ebuild xen-tools-3.3.0.ebuild xen-tools-3.1.3-r1.ebuild ChangeLog xen-tools-3.3.1.ebuild xen-tools-3.2.1.ebuild xen-tools-3.4.0-r1.ebuild xen-tools-3.4.0.ebuild
Date: Sat, 27 Jun 2009 07:12:44
Message-Id: E1MKS5X-0000mm-BV@stork.gentoo.org
1 patrick 09/06/27 07:12:39
2
3 Modified: xen-tools-3.1.3.ebuild xen-tools-3.3.0.ebuild
4 xen-tools-3.1.3-r1.ebuild ChangeLog
5 xen-tools-3.3.1.ebuild xen-tools-3.2.1.ebuild
6 xen-tools-3.4.0-r1.ebuild xen-tools-3.4.0.ebuild
7 Log:
8 Fixing link to gentoo-wiki.com, fixes #275219
9 (Portage version: 2.2_rc33/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 app-emulation/xen-tools/xen-tools-3.1.3.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild?r1=1.1&r2=1.2
17
18 Index: xen-tools-3.1.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- xen-tools-3.1.3.ebuild 3 Feb 2008 01:45:04 -0000 1.1
25 +++ xen-tools-3.1.3.ebuild 27 Jun 2009 07:12:39 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild,v 1.1 2008/02/03 01:45:04 marineam Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
32
33 inherit flag-o-matic eutils multilib
34
35 @@ -184,7 +184,7 @@
36 pkg_postinst() {
37 elog "Official Xen Guide and the unoffical wiki page:"
38 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
39 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
40 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
41
42 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
43 echo
44
45
46
47 1.3 app-emulation/xen-tools/xen-tools-3.3.0.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild?r1=1.2&r2=1.3
52
53 Index: xen-tools-3.3.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- xen-tools-3.3.0.ebuild 26 Apr 2009 12:52:25 -0000 1.2
60 +++ xen-tools-3.3.0.ebuild 27 Jun 2009 07:12:39 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild,v 1.2 2009/04/26 12:52:25 patrick Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild,v 1.3 2009/06/27 07:12:39 patrick Exp $
66
67 inherit flag-o-matic eutils multilib python
68
69 @@ -215,7 +215,7 @@
70 pkg_postinst() {
71 elog "Official Xen Guide and the unoffical wiki page:"
72 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
73 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
74 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
75
76 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
77 echo
78
79
80
81 1.2 app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild?r1=1.1&r2=1.2
86
87 Index: xen-tools-3.1.3-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- xen-tools-3.1.3-r1.ebuild 17 Jan 2009 00:02:53 -0000 1.1
94 +++ xen-tools-3.1.3-r1.ebuild 27 Jun 2009 07:12:39 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2009 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild,v 1.1 2009/01/17 00:02:53 ramereth Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
100
101 inherit flag-o-matic eutils multilib
102
103 @@ -187,7 +187,7 @@
104 pkg_postinst() {
105 elog "Official Xen Guide and the unoffical wiki page:"
106 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
107 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
108 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
109
110 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
111 echo
112
113
114
115 1.49 app-emulation/xen-tools/ChangeLog
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.49&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.49&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.48&r2=1.49
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
124 retrieving revision 1.48
125 retrieving revision 1.49
126 diff -u -r1.48 -r1.49
127 --- ChangeLog 22 Jun 2009 16:33:24 -0000 1.48
128 +++ ChangeLog 27 Jun 2009 07:12:39 -0000 1.49
129 @@ -1,6 +1,11 @@
130 # ChangeLog for app-emulation/xen-tools
131 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.48 2009/06/22 16:33:24 patrick Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.49 2009/06/27 07:12:39 patrick Exp $
134 +
135 + 27 Jun 2009; Patrick Lauer <patrick@g.o> xen-tools-3.1.3.ebuild,
136 + xen-tools-3.1.3-r1.ebuild, xen-tools-3.2.1.ebuild, xen-tools-3.3.0.ebuild,
137 + xen-tools-3.3.1.ebuild, xen-tools-3.4.0.ebuild, xen-tools-3.4.0-r1.ebuild:
138 + Fixing link to gentoo-wiki.com, fixes #275219
139
140 *xen-tools-3.4.0-r1 (22 Jun 2009)
141
142
143
144
145 1.4 app-emulation/xen-tools/xen-tools-3.3.1.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild?rev=1.4&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild?rev=1.4&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild?r1=1.3&r2=1.4
150
151 Index: xen-tools-3.3.1.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild,v
154 retrieving revision 1.3
155 retrieving revision 1.4
156 diff -u -r1.3 -r1.4
157 --- xen-tools-3.3.1.ebuild 28 Apr 2009 07:57:21 -0000 1.3
158 +++ xen-tools-3.3.1.ebuild 27 Jun 2009 07:12:39 -0000 1.4
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2009 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild,v 1.3 2009/04/28 07:57:21 patrick Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild,v 1.4 2009/06/27 07:12:39 patrick Exp $
164
165 EAPI="2"
166
167 @@ -197,7 +197,7 @@
168 pkg_postinst() {
169 elog "Official Xen Guide and the unoffical wiki page:"
170 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
171 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
172 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
173
174 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
175 echo
176
177
178
179 1.3 app-emulation/xen-tools/xen-tools-3.2.1.ebuild
180
181 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild?rev=1.3&view=markup
182 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild?rev=1.3&content-type=text/plain
183 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild?r1=1.2&r2=1.3
184
185 Index: xen-tools-3.2.1.ebuild
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v
188 retrieving revision 1.2
189 retrieving revision 1.3
190 diff -u -r1.2 -r1.3
191 --- xen-tools-3.2.1.ebuild 30 Jul 2008 01:03:09 -0000 1.2
192 +++ xen-tools-3.2.1.ebuild 27 Jun 2009 07:12:39 -0000 1.3
193 @@ -1,6 +1,6 @@
194 -# Copyright 1999-2008 Gentoo Foundation
195 +# Copyright 1999-2009 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.2 2008/07/30 01:03:09 rbu Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.3 2009/06/27 07:12:39 patrick Exp $
199
200 inherit flag-o-matic eutils multilib
201
202 @@ -188,7 +188,7 @@
203 pkg_postinst() {
204 elog "Official Xen Guide and the unoffical wiki page:"
205 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
206 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
207 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
208
209 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
210 echo
211
212
213
214 1.2 app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild
215
216 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild?rev=1.2&view=markup
217 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild?rev=1.2&content-type=text/plain
218 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild?r1=1.1&r2=1.2
219
220 Index: xen-tools-3.4.0-r1.ebuild
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v
223 retrieving revision 1.1
224 retrieving revision 1.2
225 diff -u -r1.1 -r1.2
226 --- xen-tools-3.4.0-r1.ebuild 22 Jun 2009 16:33:24 -0000 1.1
227 +++ xen-tools-3.4.0-r1.ebuild 27 Jun 2009 07:12:39 -0000 1.2
228 @@ -1,6 +1,6 @@
229 # Copyright 1999-2009 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.1 2009/06/22 16:33:24 patrick Exp $
232 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
233
234 EAPI="2"
235
236 @@ -195,7 +195,7 @@
237 pkg_postinst() {
238 elog "Official Xen Guide and the unoffical wiki page:"
239 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
240 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
241 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
242
243 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
244 echo
245
246
247
248 1.2 app-emulation/xen-tools/xen-tools-3.4.0.ebuild
249
250 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild?rev=1.2&view=markup
251 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild?rev=1.2&content-type=text/plain
252 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild?r1=1.1&r2=1.2
253
254 Index: xen-tools-3.4.0.ebuild
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild,v
257 retrieving revision 1.1
258 retrieving revision 1.2
259 diff -u -r1.1 -r1.2
260 --- xen-tools-3.4.0.ebuild 22 Jun 2009 12:09:02 -0000 1.1
261 +++ xen-tools-3.4.0.ebuild 27 Jun 2009 07:12:39 -0000 1.2
262 @@ -1,6 +1,6 @@
263 # Copyright 1999-2009 Gentoo Foundation
264 # Distributed under the terms of the GNU General Public License v2
265 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild,v 1.1 2009/06/22 12:09:02 patrick Exp $
266 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
267
268 EAPI="2"
269
270 @@ -192,7 +192,7 @@
271 pkg_postinst() {
272 elog "Official Xen Guide and the unoffical wiki page:"
273 elog " http://www.gentoo.org/doc/en/xen-guide.xml"
274 - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
275 + elog " http://en.gentoo-wiki.com/wiki/Xen/"
276
277 if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
278 echo