Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
Date: Tue, 01 Mar 2016 19:47:22
Message-Id: 1456861635.e3fee828c79451d0f0f124b75506c626530f2120.nimiux@gentoo
1 commit: e3fee828c79451d0f0f124b75506c626530f2120
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 19:47:15 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 19:47:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e3fee828
7
8 dev-lisp/hunchentoot: Bump to version 1.2.35. Drop old
9
10 dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild | 45 --------------------------
11 dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild | 45 --------------------------
12 dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild | 45 --------------------------
13 dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild | 45 --------------------------
14 dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild | 45 --------------------------
15 dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild | 45 --------------------------
16 dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild | 45 --------------------------
17 dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild | 45 --------------------------
18 dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild | 45 --------------------------
19 dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild | 43 ------------------------
20 10 files changed, 448 deletions(-)
21
22 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
23 deleted file mode 100644
24 index d2b894c..0000000
25 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
26 +++ /dev/null
27 @@ -1,45 +0,0 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -
34 -inherit common-lisp-3
35 -
36 -MY_P="v${PV}"
37 -
38 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
39 -HOMEPAGE="http://weitz.de/hunchentoot/"
40 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
45 -IUSE="doc"
46 -
47 -DEPEND="doc? ( dev-libs/libxslt )"
48 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
49 - >=dev-lisp/chunga-1.1.1
50 - >=dev-lisp/cl-base64-3.3.0
51 - >=dev-lisp/cl-fad-0.6.3
52 - >=dev-lisp/cl-plus-ssl-20081104
53 - >=dev-lisp/cl-ppcre-2.0.0
54 - >=dev-lisp/cl-who-0.11.1
55 - >=dev-lisp/drakma-1.0.0
56 - >=dev-lisp/flexi-streams-0.12.0
57 - >=dev-lisp/md5-1.8.5
58 - >=dev-lisp/rfc2388-1.2
59 - >=dev-lisp/trivial-backtrace-1.0.2
60 - >=dev-lisp/usocket-0.4.0"
61 -
62 -src_compile() {
63 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
64 -}
65 -
66 -src_install() {
67 - common-lisp-install-sources *.lisp url-rewrite
68 - common-lisp-install-sources -t all www test
69 - common-lisp-install-asdf
70 - dodoc CHANGELOG* README
71 - use doc && dohtml -r doc/*
72 -}
73
74 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
75 deleted file mode 100644
76 index d2b894c..0000000
77 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
78 +++ /dev/null
79 @@ -1,45 +0,0 @@
80 -# Copyright 1999-2016 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -inherit common-lisp-3
87 -
88 -MY_P="v${PV}"
89 -
90 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
91 -HOMEPAGE="http://weitz.de/hunchentoot/"
92 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="BSD-2"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
97 -IUSE="doc"
98 -
99 -DEPEND="doc? ( dev-libs/libxslt )"
100 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
101 - >=dev-lisp/chunga-1.1.1
102 - >=dev-lisp/cl-base64-3.3.0
103 - >=dev-lisp/cl-fad-0.6.3
104 - >=dev-lisp/cl-plus-ssl-20081104
105 - >=dev-lisp/cl-ppcre-2.0.0
106 - >=dev-lisp/cl-who-0.11.1
107 - >=dev-lisp/drakma-1.0.0
108 - >=dev-lisp/flexi-streams-0.12.0
109 - >=dev-lisp/md5-1.8.5
110 - >=dev-lisp/rfc2388-1.2
111 - >=dev-lisp/trivial-backtrace-1.0.2
112 - >=dev-lisp/usocket-0.4.0"
113 -
114 -src_compile() {
115 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
116 -}
117 -
118 -src_install() {
119 - common-lisp-install-sources *.lisp url-rewrite
120 - common-lisp-install-sources -t all www test
121 - common-lisp-install-asdf
122 - dodoc CHANGELOG* README
123 - use doc && dohtml -r doc/*
124 -}
125
126 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
127 deleted file mode 100644
128 index d2b894c..0000000
129 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
130 +++ /dev/null
131 @@ -1,45 +0,0 @@
132 -# Copyright 1999-2016 Gentoo Foundation
133 -# Distributed under the terms of the GNU General Public License v2
134 -# $Id$
135 -
136 -EAPI=5
137 -
138 -inherit common-lisp-3
139 -
140 -MY_P="v${PV}"
141 -
142 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
143 -HOMEPAGE="http://weitz.de/hunchentoot/"
144 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
145 -
146 -LICENSE="BSD-2"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
149 -IUSE="doc"
150 -
151 -DEPEND="doc? ( dev-libs/libxslt )"
152 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
153 - >=dev-lisp/chunga-1.1.1
154 - >=dev-lisp/cl-base64-3.3.0
155 - >=dev-lisp/cl-fad-0.6.3
156 - >=dev-lisp/cl-plus-ssl-20081104
157 - >=dev-lisp/cl-ppcre-2.0.0
158 - >=dev-lisp/cl-who-0.11.1
159 - >=dev-lisp/drakma-1.0.0
160 - >=dev-lisp/flexi-streams-0.12.0
161 - >=dev-lisp/md5-1.8.5
162 - >=dev-lisp/rfc2388-1.2
163 - >=dev-lisp/trivial-backtrace-1.0.2
164 - >=dev-lisp/usocket-0.4.0"
165 -
166 -src_compile() {
167 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
168 -}
169 -
170 -src_install() {
171 - common-lisp-install-sources *.lisp url-rewrite
172 - common-lisp-install-sources -t all www test
173 - common-lisp-install-asdf
174 - dodoc CHANGELOG* README
175 - use doc && dohtml -r doc/*
176 -}
177
178 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
179 deleted file mode 100644
180 index d2b894c..0000000
181 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
182 +++ /dev/null
183 @@ -1,45 +0,0 @@
184 -# Copyright 1999-2016 Gentoo Foundation
185 -# Distributed under the terms of the GNU General Public License v2
186 -# $Id$
187 -
188 -EAPI=5
189 -
190 -inherit common-lisp-3
191 -
192 -MY_P="v${PV}"
193 -
194 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
195 -HOMEPAGE="http://weitz.de/hunchentoot/"
196 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
197 -
198 -LICENSE="BSD-2"
199 -SLOT="0"
200 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
201 -IUSE="doc"
202 -
203 -DEPEND="doc? ( dev-libs/libxslt )"
204 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
205 - >=dev-lisp/chunga-1.1.1
206 - >=dev-lisp/cl-base64-3.3.0
207 - >=dev-lisp/cl-fad-0.6.3
208 - >=dev-lisp/cl-plus-ssl-20081104
209 - >=dev-lisp/cl-ppcre-2.0.0
210 - >=dev-lisp/cl-who-0.11.1
211 - >=dev-lisp/drakma-1.0.0
212 - >=dev-lisp/flexi-streams-0.12.0
213 - >=dev-lisp/md5-1.8.5
214 - >=dev-lisp/rfc2388-1.2
215 - >=dev-lisp/trivial-backtrace-1.0.2
216 - >=dev-lisp/usocket-0.4.0"
217 -
218 -src_compile() {
219 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
220 -}
221 -
222 -src_install() {
223 - common-lisp-install-sources *.lisp url-rewrite
224 - common-lisp-install-sources -t all www test
225 - common-lisp-install-asdf
226 - dodoc CHANGELOG* README
227 - use doc && dohtml -r doc/*
228 -}
229
230 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
231 deleted file mode 100644
232 index d2b894c..0000000
233 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
234 +++ /dev/null
235 @@ -1,45 +0,0 @@
236 -# Copyright 1999-2016 Gentoo Foundation
237 -# Distributed under the terms of the GNU General Public License v2
238 -# $Id$
239 -
240 -EAPI=5
241 -
242 -inherit common-lisp-3
243 -
244 -MY_P="v${PV}"
245 -
246 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
247 -HOMEPAGE="http://weitz.de/hunchentoot/"
248 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
249 -
250 -LICENSE="BSD-2"
251 -SLOT="0"
252 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
253 -IUSE="doc"
254 -
255 -DEPEND="doc? ( dev-libs/libxslt )"
256 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
257 - >=dev-lisp/chunga-1.1.1
258 - >=dev-lisp/cl-base64-3.3.0
259 - >=dev-lisp/cl-fad-0.6.3
260 - >=dev-lisp/cl-plus-ssl-20081104
261 - >=dev-lisp/cl-ppcre-2.0.0
262 - >=dev-lisp/cl-who-0.11.1
263 - >=dev-lisp/drakma-1.0.0
264 - >=dev-lisp/flexi-streams-0.12.0
265 - >=dev-lisp/md5-1.8.5
266 - >=dev-lisp/rfc2388-1.2
267 - >=dev-lisp/trivial-backtrace-1.0.2
268 - >=dev-lisp/usocket-0.4.0"
269 -
270 -src_compile() {
271 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
272 -}
273 -
274 -src_install() {
275 - common-lisp-install-sources *.lisp url-rewrite
276 - common-lisp-install-sources -t all www test
277 - common-lisp-install-asdf
278 - dodoc CHANGELOG* README
279 - use doc && dohtml -r doc/*
280 -}
281
282 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
283 deleted file mode 100644
284 index d2b894c..0000000
285 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
286 +++ /dev/null
287 @@ -1,45 +0,0 @@
288 -# Copyright 1999-2016 Gentoo Foundation
289 -# Distributed under the terms of the GNU General Public License v2
290 -# $Id$
291 -
292 -EAPI=5
293 -
294 -inherit common-lisp-3
295 -
296 -MY_P="v${PV}"
297 -
298 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
299 -HOMEPAGE="http://weitz.de/hunchentoot/"
300 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
301 -
302 -LICENSE="BSD-2"
303 -SLOT="0"
304 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
305 -IUSE="doc"
306 -
307 -DEPEND="doc? ( dev-libs/libxslt )"
308 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
309 - >=dev-lisp/chunga-1.1.1
310 - >=dev-lisp/cl-base64-3.3.0
311 - >=dev-lisp/cl-fad-0.6.3
312 - >=dev-lisp/cl-plus-ssl-20081104
313 - >=dev-lisp/cl-ppcre-2.0.0
314 - >=dev-lisp/cl-who-0.11.1
315 - >=dev-lisp/drakma-1.0.0
316 - >=dev-lisp/flexi-streams-0.12.0
317 - >=dev-lisp/md5-1.8.5
318 - >=dev-lisp/rfc2388-1.2
319 - >=dev-lisp/trivial-backtrace-1.0.2
320 - >=dev-lisp/usocket-0.4.0"
321 -
322 -src_compile() {
323 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
324 -}
325 -
326 -src_install() {
327 - common-lisp-install-sources *.lisp url-rewrite
328 - common-lisp-install-sources -t all www test
329 - common-lisp-install-asdf
330 - dodoc CHANGELOG* README
331 - use doc && dohtml -r doc/*
332 -}
333
334 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
335 deleted file mode 100644
336 index d2b894c..0000000
337 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
338 +++ /dev/null
339 @@ -1,45 +0,0 @@
340 -# Copyright 1999-2016 Gentoo Foundation
341 -# Distributed under the terms of the GNU General Public License v2
342 -# $Id$
343 -
344 -EAPI=5
345 -
346 -inherit common-lisp-3
347 -
348 -MY_P="v${PV}"
349 -
350 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
351 -HOMEPAGE="http://weitz.de/hunchentoot/"
352 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
353 -
354 -LICENSE="BSD-2"
355 -SLOT="0"
356 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
357 -IUSE="doc"
358 -
359 -DEPEND="doc? ( dev-libs/libxslt )"
360 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
361 - >=dev-lisp/chunga-1.1.1
362 - >=dev-lisp/cl-base64-3.3.0
363 - >=dev-lisp/cl-fad-0.6.3
364 - >=dev-lisp/cl-plus-ssl-20081104
365 - >=dev-lisp/cl-ppcre-2.0.0
366 - >=dev-lisp/cl-who-0.11.1
367 - >=dev-lisp/drakma-1.0.0
368 - >=dev-lisp/flexi-streams-0.12.0
369 - >=dev-lisp/md5-1.8.5
370 - >=dev-lisp/rfc2388-1.2
371 - >=dev-lisp/trivial-backtrace-1.0.2
372 - >=dev-lisp/usocket-0.4.0"
373 -
374 -src_compile() {
375 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
376 -}
377 -
378 -src_install() {
379 - common-lisp-install-sources *.lisp url-rewrite
380 - common-lisp-install-sources -t all www test
381 - common-lisp-install-asdf
382 - dodoc CHANGELOG* README
383 - use doc && dohtml -r doc/*
384 -}
385
386 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
387 deleted file mode 100644
388 index d2b894c..0000000
389 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
390 +++ /dev/null
391 @@ -1,45 +0,0 @@
392 -# Copyright 1999-2016 Gentoo Foundation
393 -# Distributed under the terms of the GNU General Public License v2
394 -# $Id$
395 -
396 -EAPI=5
397 -
398 -inherit common-lisp-3
399 -
400 -MY_P="v${PV}"
401 -
402 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
403 -HOMEPAGE="http://weitz.de/hunchentoot/"
404 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
405 -
406 -LICENSE="BSD-2"
407 -SLOT="0"
408 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
409 -IUSE="doc"
410 -
411 -DEPEND="doc? ( dev-libs/libxslt )"
412 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
413 - >=dev-lisp/chunga-1.1.1
414 - >=dev-lisp/cl-base64-3.3.0
415 - >=dev-lisp/cl-fad-0.6.3
416 - >=dev-lisp/cl-plus-ssl-20081104
417 - >=dev-lisp/cl-ppcre-2.0.0
418 - >=dev-lisp/cl-who-0.11.1
419 - >=dev-lisp/drakma-1.0.0
420 - >=dev-lisp/flexi-streams-0.12.0
421 - >=dev-lisp/md5-1.8.5
422 - >=dev-lisp/rfc2388-1.2
423 - >=dev-lisp/trivial-backtrace-1.0.2
424 - >=dev-lisp/usocket-0.4.0"
425 -
426 -src_compile() {
427 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
428 -}
429 -
430 -src_install() {
431 - common-lisp-install-sources *.lisp url-rewrite
432 - common-lisp-install-sources -t all www test
433 - common-lisp-install-asdf
434 - dodoc CHANGELOG* README
435 - use doc && dohtml -r doc/*
436 -}
437
438 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
439 deleted file mode 100644
440 index d2b894c..0000000
441 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
442 +++ /dev/null
443 @@ -1,45 +0,0 @@
444 -# Copyright 1999-2016 Gentoo Foundation
445 -# Distributed under the terms of the GNU General Public License v2
446 -# $Id$
447 -
448 -EAPI=5
449 -
450 -inherit common-lisp-3
451 -
452 -MY_P="v${PV}"
453 -
454 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
455 -HOMEPAGE="http://weitz.de/hunchentoot/"
456 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
457 -
458 -LICENSE="BSD-2"
459 -SLOT="0"
460 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
461 -IUSE="doc"
462 -
463 -DEPEND="doc? ( dev-libs/libxslt )"
464 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
465 - >=dev-lisp/chunga-1.1.1
466 - >=dev-lisp/cl-base64-3.3.0
467 - >=dev-lisp/cl-fad-0.6.3
468 - >=dev-lisp/cl-plus-ssl-20081104
469 - >=dev-lisp/cl-ppcre-2.0.0
470 - >=dev-lisp/cl-who-0.11.1
471 - >=dev-lisp/drakma-1.0.0
472 - >=dev-lisp/flexi-streams-0.12.0
473 - >=dev-lisp/md5-1.8.5
474 - >=dev-lisp/rfc2388-1.2
475 - >=dev-lisp/trivial-backtrace-1.0.2
476 - >=dev-lisp/usocket-0.4.0"
477 -
478 -src_compile() {
479 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
480 -}
481 -
482 -src_install() {
483 - common-lisp-install-sources *.lisp url-rewrite
484 - common-lisp-install-sources -t all www test
485 - common-lisp-install-asdf
486 - dodoc CHANGELOG* README
487 - use doc && dohtml -r doc/*
488 -}
489
490 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
491 deleted file mode 100644
492 index 3d68099..0000000
493 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
494 +++ /dev/null
495 @@ -1,43 +0,0 @@
496 -# Copyright 1999-2016 Gentoo Foundation
497 -# Distributed under the terms of the GNU General Public License v2
498 -# $Id$
499 -
500 -EAPI=5
501 -
502 -inherit common-lisp-3
503 -
504 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
505 -HOMEPAGE="http://weitz.de/hunchentoot/"
506 -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
507 -
508 -LICENSE="BSD-2"
509 -SLOT="0"
510 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
511 -IUSE="doc"
512 -
513 -DEPEND="doc? ( dev-libs/libxslt )"
514 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
515 - >=dev-lisp/chunga-1.1.1
516 - >=dev-lisp/cl-base64-3.3.0
517 - >=dev-lisp/cl-fad-0.6.3
518 - >=dev-lisp/cl-plus-ssl-20081104
519 - >=dev-lisp/cl-ppcre-2.0.0
520 - >=dev-lisp/cl-who-0.11.1
521 - >=dev-lisp/drakma-1.0.0
522 - >=dev-lisp/flexi-streams-0.12.0
523 - >=dev-lisp/md5-1.8.5
524 - >=dev-lisp/rfc2388-1.2
525 - >=dev-lisp/trivial-backtrace-1.0.2
526 - >=dev-lisp/usocket-0.4.0"
527 -
528 -src_compile() {
529 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
530 -}
531 -
532 -src_install() {
533 - common-lisp-install-sources *.lisp url-rewrite
534 - common-lisp-install-sources -t all www test
535 - common-lisp-install-asdf
536 - dodoc CHANGELOG* README
537 - use doc && dohtml -r doc/*
538 -}