Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.4.ebuild ChangeLog quixote-0.6.1.ebuild quixote-1.0.ebuild metadata.xml quixote-2.5.ebuild quixote-1.2.ebuild
Date: Sat, 23 Feb 2008 23:04:35
Message-Id: E1JT3Q0-0002Jz-MO@stork.gentoo.org
1 hollow 08/02/23 23:04:32
2
3 Modified: quixote-2.4.ebuild ChangeLog quixote-0.6.1.ebuild
4 quixote-1.0.ebuild metadata.xml
5 Added: quixote-2.5.ebuild quixote-1.2.ebuild
6 Log:
7 version bumps, bug #169030 and #206507
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.6 dev-python/quixote/quixote-2.4.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild?r1=1.5&r2=1.6
16
17 Index: quixote-2.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- quixote-2.4.ebuild 17 Jan 2008 18:38:14 -0000 1.5
24 +++ quixote-2.4.ebuild 23 Feb 2008 23:04:32 -0000 1.6
25 @@ -1,20 +1,23 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild,v 1.5 2008/01/17 18:38:14 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.4.ebuild,v 1.6 2008/02/23 23:04:32 hollow Exp $
30
31 inherit distutils
32
33 MY_P=${P/q/Q}
34 +
35 DESCRIPTION="Python HTML templating framework for developing web applications."
36 -HOMEPAGE="http://www.mems-exchange.org/software/quixote/"
37 -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
38 +HOMEPAGE="http://quixote.ca"
39 +SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
40 +
41 LICENSE="CNRI-QUIXOTE-2.4"
42 SLOT="0"
43 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
44 IUSE=""
45 +
46 DEPEND=">=dev-lang/python-2.3"
47
48 -S=${WORKDIR}/${MY_P}
49 +S="${WORKDIR}"/${MY_P}
50
51 src_install() {
52 DOCS="ACKS CHANGES"
53
54
55
56 1.23 dev-python/quixote/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.23&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.23&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/ChangeLog?r1=1.22&r2=1.23
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
65 retrieving revision 1.22
66 retrieving revision 1.23
67 diff -u -r1.22 -r1.23
68 --- ChangeLog 17 Jan 2008 18:38:14 -0000 1.22
69 +++ ChangeLog 23 Feb 2008 23:04:32 -0000 1.23
70 @@ -1,6 +1,14 @@
71 # ChangeLog for dev-python/quixote
72 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.22 2008/01/17 18:38:14 grobian Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.23 2008/02/23 23:04:32 hollow Exp $
75 +
76 +*quixote-2.5 (23 Feb 2008)
77 +*quixote-1.2 (23 Feb 2008)
78 +
79 + 23 Feb 2008; Benedikt Böhm <hollow@g.o> metadata.xml,
80 + quixote-0.6.1.ebuild, quixote-1.0.ebuild, +quixote-1.2.ebuild,
81 + quixote-2.4.ebuild, +quixote-2.5.ebuild:
82 + version bumps, bug #169030 and #206507
83
84 17 Jan 2008; Fabian Groffen <grobian@g.o> quixote-1.0.ebuild,
85 quixote-2.4.ebuild:
86
87
88
89 1.8 dev-python/quixote/quixote-0.6.1.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild?rev=1.8&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild?rev=1.8&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild?r1=1.7&r2=1.8
94
95 Index: quixote-0.6.1.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v
98 retrieving revision 1.7
99 retrieving revision 1.8
100 diff -u -r1.7 -r1.8
101 --- quixote-0.6.1.ebuild 5 Jul 2007 01:22:01 -0000 1.7
102 +++ quixote-0.6.1.ebuild 23 Feb 2008 23:04:32 -0000 1.8
103 @@ -1,13 +1,14 @@
104 -# Copyright 1999-2007 Gentoo Foundation
105 +# Copyright 1999-2008 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.7 2007/07/05 01:22:01 hawking Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-0.6.1.ebuild,v 1.8 2008/02/23 23:04:32 hollow Exp $
109
110 inherit distutils
111
112 -PN0="Quixote"
113 +MY_P=${P/q/Q}
114 +
115 DESCRIPTION="Python HTML templating framework for developing web applications."
116 -HOMEPAGE="http://www.mems-exchange.org/software/quixote/"
117 -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${PN0}-${PV}.tar.gz"
118 +HOMEPAGE="http://quixote.ca"
119 +SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
120
121 LICENSE="CNRI"
122 SLOT="0"
123 @@ -15,7 +16,8 @@
124 IUSE=""
125
126 DEPEND=">=dev-lang/python-2.2"
127 -S=${WORKDIR}/${PN0}-${PV}
128 +
129 +S="${WORKDIR}"/${MY_P}
130
131 src_install() {
132 DOCS="ACKS CHANGES"
133
134
135
136 1.8 dev-python/quixote/quixote-1.0.ebuild
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild?rev=1.8&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild?rev=1.8&content-type=text/plain
140 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild?r1=1.7&r2=1.8
141
142 Index: quixote-1.0.ebuild
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v
145 retrieving revision 1.7
146 retrieving revision 1.8
147 diff -u -r1.7 -r1.8
148 --- quixote-1.0.ebuild 17 Jan 2008 18:38:14 -0000 1.7
149 +++ quixote-1.0.ebuild 23 Feb 2008 23:04:32 -0000 1.8
150 @@ -1,13 +1,14 @@
151 # Copyright 1999-2008 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.7 2008/01/17 18:38:14 grobian Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.0.ebuild,v 1.8 2008/02/23 23:04:32 hollow Exp $
155
156 inherit distutils
157
158 MY_P=${P/q/Q}
159 +
160 DESCRIPTION="Python HTML templating framework for developing web applications."
161 -HOMEPAGE="http://www.mems-exchange.org/software/quixote/"
162 -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"
163 +HOMEPAGE="http://quixote.ca"
164 +SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
165
166 LICENSE="CNRI"
167 SLOT="0"
168 @@ -15,14 +16,14 @@
169 IUSE=""
170
171 DEPEND=">=dev-lang/python-2.2"
172 -S=${WORKDIR}/${MY_P}
173 +
174 +S="${WORKDIR}"/${MY_P}
175
176 src_install() {
177 DOCS="ACKS CHANGES"
178 distutils_src_install
179 dodoc doc/*.txt
180 dohtml doc/*.html
181 - dodir /usr/share/${PN}/demo
182 insinto /usr/share/${PN}/demo
183 doins demo/*
184 }
185
186
187
188 1.5 dev-python/quixote/metadata.xml
189
190 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/metadata.xml?rev=1.5&view=markup
191 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/metadata.xml?rev=1.5&content-type=text/plain
192 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/metadata.xml?r1=1.4&r2=1.5
193
194 Index: metadata.xml
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/metadata.xml,v
197 retrieving revision 1.4
198 retrieving revision 1.5
199 diff -u -r1.4 -r1.5
200 --- metadata.xml 8 Nov 2007 17:48:57 -0000 1.4
201 +++ metadata.xml 23 Feb 2008 23:04:32 -0000 1.5
202 @@ -1,6 +1,6 @@
203 <?xml version="1.0" encoding="UTF-8"?>
204 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
205 <pkgmetadata>
206 -<herd>web-apps</herd>
207 -<herd>python</herd>
208 + <herd>python</herd>
209 + <herd>web-apps</herd>
210 </pkgmetadata>
211
212
213
214 1.1 dev-python/quixote/quixote-2.5.ebuild
215
216 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-2.5.ebuild?rev=1.1&view=markup
217 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-2.5.ebuild?rev=1.1&content-type=text/plain
218
219 Index: quixote-2.5.ebuild
220 ===================================================================
221 # Copyright 1999-2008 Gentoo Foundation
222 # Distributed under the terms of the GNU General Public License v2
223 # $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.5.ebuild,v 1.1 2008/02/23 23:04:32 hollow Exp $
224
225 inherit distutils
226
227 MY_P=${P/q/Q}
228
229 DESCRIPTION="Python HTML templating framework for developing web applications."
230 HOMEPAGE="http://quixote.ca"
231 SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
232
233 LICENSE="CNRI-QUIXOTE-2.4"
234 SLOT="0"
235 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
236 IUSE=""
237
238 DEPEND=">=dev-lang/python-2.3"
239
240 S="${WORKDIR}"/${MY_P}
241
242 src_install() {
243 DOCS="ACKS CHANGES"
244 distutils_src_install
245 dodoc doc/*.txt
246 dohtml doc/*.html
247 }
248
249
250
251 1.1 dev-python/quixote/quixote-1.2.ebuild
252
253 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-1.2.ebuild?rev=1.1&view=markup
254 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/quixote/quixote-1.2.ebuild?rev=1.1&content-type=text/plain
255
256 Index: quixote-1.2.ebuild
257 ===================================================================
258 # Copyright 1999-2008 Gentoo Foundation
259 # Distributed under the terms of the GNU General Public License v2
260 # $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-1.2.ebuild,v 1.1 2008/02/23 23:04:32 hollow Exp $
261
262 inherit distutils
263
264 MY_P=${P/q/Q}
265
266 DESCRIPTION="Python HTML templating framework for developing web applications."
267 HOMEPAGE="http://quixote.ca"
268 SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"
269
270 LICENSE="CNRI"
271 SLOT="0"
272 KEYWORDS="~amd64 ~ppc ~x86"
273 IUSE=""
274
275 DEPEND=">=dev-lang/python-2.2"
276
277 S="${WORKDIR}"/${MY_P}
278
279 src_install() {
280 DOCS="ACKS CHANGES"
281 distutils_src_install
282 dodoc doc/*.txt
283 dohtml doc/*.html
284 insinto /usr/share/${PN}/demo
285 doins demo/*
286 }
287
288
289
290 --
291 gentoo-commits@l.g.o mailing list