Gentoo Archives: gentoo-commits

From: Cyprien Nicolas <c.nicolas+gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-chicken/regex-literals/, dev-chicken/riaxpander/, dev-chicken/readline/, ...
Date: Fri, 04 Jun 2021 17:42:34
Message-Id: 1622828453.9873674c612fb2b87df71f633936abb57c96426a.fulax@gentoo
1 commit: 9873674c612fb2b87df71f633936abb57c96426a
2 Author: Cyprien Nicolas (fulax) <cyprien <AT> nicolas <DOT> tf>
3 AuthorDate: Fri Jun 4 17:17:17 2021 +0000
4 Commit: Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
5 CommitDate: Fri Jun 4 17:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9873674c
7
8 Remove EAPI 0 ebuild per bug #782298
9
10 Signed-off-by: Cyprien Nicolas <cyprien <AT> nicolas.tf>
11
12 dev-chicken/9pfs/9pfs-200804142117.ebuild | 15 -----------
13 .../F-operator/F-operator-200803110916.ebuild | 13 ----------
14 dev-chicken/advice/advice-200801221415.ebuild | 10 --------
15 dev-chicken/args/args-200802290956.ebuild | 13 ----------
16 dev-chicken/awk/awk-200801162015.ebuild | 10 --------
17 dev-chicken/datatype/datatype-200802252118.ebuild | 10 --------
18 dev-chicken/doctype/doctype-200801162015.ebuild | 10 --------
19 dev-chicken/easyffi/easyffi-200802130216.ebuild | 13 ----------
20 dev-chicken/eggdoc/eggdoc-200801162015.ebuild | 14 -----------
21 .../environments/environments-200802252118.ebuild | 10 --------
22 dev-chicken/iset/iset-200803080329.ebuild | 10 --------
23 dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild | 23 -----------------
24 dev-chicken/loop/loop-200803250926.ebuild | 10 --------
25 .../loopy-loop/loopy-loop-200803230022.ebuild | 10 --------
26 dev-chicken/mailbox/mailbox-200802252118.ebuild | 12 ---------
27 dev-chicken/make/make-200803112120.ebuild | 10 --------
28 .../misc-extn/misc-extn-200803201814.ebuild | 12 ---------
29 .../miscmacros/miscmacros-200803112120.ebuild | 10 --------
30 dev-chicken/numbers/numbers-200804020317.ebuild | 13 ----------
31 dev-chicken/pipeline/pipeline-200803180316.ebuild | 12 ---------
32 dev-chicken/pyffi/pyffi-200801162015.ebuild | 18 --------------
33 dev-chicken/readline/readline-200803240316.ebuild | 13 ----------
34 .../regex-case/regex-case-200801162015.ebuild | 12 ---------
35 .../regex-literals-200801162015.ebuild | 10 --------
36 .../riaxpander/riaxpander-200804042118.ebuild | 10 --------
37 dev-chicken/runcmd/runcmd-200801162015.ebuild | 10 --------
38 dev-chicken/silex/silex-200803222148.ebuild | 10 --------
39 dev-chicken/ssax/ssax-200803150318.ebuild | 10 --------
40 .../sxml-tools/sxml-tools-200801162015.ebuild | 10 --------
41 .../sxml-transforms-200801162015.ebuild | 10 --------
42 .../syntactic-closures-200801162015.ebuild | 10 --------
43 .../syntax-case/syntax-case-200803230022.ebuild | 10 --------
44 dev-chicken/tinyclos/tinyclos-200801162015.ebuild | 10 --------
45 .../unix-sockets-200801162015-r1.ebuild | 15 -----------
46 .../unix-test/unix-test-200804012117.ebuild | 10 --------
47 dev-chicken/unix-test/unix-test-9999.ebuild | 20 ---------------
48 dev-chicken/utf8/utf8-200803181518.ebuild | 14 -----------
49 .../files/fix-install-main-include-file.patch | 12 ---------
50 dev-libs/lightning/lightning-1.2.ebuild | 29 ----------------------
51 39 files changed, 483 deletions(-)
52
53 diff --git a/dev-chicken/9pfs/9pfs-200804142117.ebuild b/dev-chicken/9pfs/9pfs-200804142117.ebuild
54 deleted file mode 100644
55 index 82ef9dbc..00000000
56 --- a/dev-chicken/9pfs/9pfs-200804142117.ebuild
57 +++ /dev/null
58 @@ -1,15 +0,0 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -
63 -EGG_NAME="9p"
64 -
65 -inherit eggs
66 -
67 -DESCRIPTION="A pure Scheme implementation of the 9p networked filesystem protocol."
68 -
69 -LICENSE="BSD"
70 -KEYWORDS="~x86 ~amd64"
71 -
72 -DEPEND="dev-chicken/iset"
73 -RDEPEND="${DEPEND}"
74
75 diff --git a/dev-chicken/F-operator/F-operator-200803110916.ebuild b/dev-chicken/F-operator/F-operator-200803110916.ebuild
76 deleted file mode 100644
77 index b0f79d85..00000000
78 --- a/dev-chicken/F-operator/F-operator-200803110916.ebuild
79 +++ /dev/null
80 @@ -1,13 +0,0 @@
81 -# Copyright 1999-2010 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Header: $
84 -
85 -inherit eggs
86 -
87 -DEPEND="dev-chicken/datatype"
88 -RDEPEND="${DEPEND}"
89 -
90 -DESCRIPTION="A facility for creating and deconstructing variant records (from EOPL)."
91 -
92 -LICENSE="BSD"
93 -KEYWORDS="~x86"
94
95 diff --git a/dev-chicken/advice/advice-200801221415.ebuild b/dev-chicken/advice/advice-200801221415.ebuild
96 deleted file mode 100644
97 index fc2142b2..00000000
98 --- a/dev-chicken/advice/advice-200801221415.ebuild
99 +++ /dev/null
100 @@ -1,10 +0,0 @@
101 -# Copyright 1999-2010 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Header: $
104 -
105 -inherit eggs
106 -
107 -DESCRIPTION="Allows modifying the behaviour of existing procedures by specifying code that should run before, after or instead of the original procedure."
108 -
109 -LICENSE="BSD"
110 -KEYWORDS="~x86"
111
112 diff --git a/dev-chicken/args/args-200802290956.ebuild b/dev-chicken/args/args-200802290956.ebuild
113 deleted file mode 100644
114 index c6dbc673..00000000
115 --- a/dev-chicken/args/args-200802290956.ebuild
116 +++ /dev/null
117 @@ -1,13 +0,0 @@
118 -# Copyright 1999-2010 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -# $Header: $
121 -
122 -inherit eggs
123 -
124 -DEPEND="dev-chicken/srfi37"
125 -RDEPEND="${DEPEND}"
126 -
127 -DESCRIPTION="Chicken-Scheme command-line argument handling, on top of SRFI 37."
128 -
129 -LICENSE="BSD"
130 -KEYWORDS="~x86"
131
132 diff --git a/dev-chicken/awk/awk-200801162015.ebuild b/dev-chicken/awk/awk-200801162015.ebuild
133 deleted file mode 100644
134 index 6b3e5a23..00000000
135 --- a/dev-chicken/awk/awk-200801162015.ebuild
136 +++ /dev/null
137 @@ -1,10 +0,0 @@
138 -# Copyright 1999-2010 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Header: $
141 -
142 -inherit eggs
143 -
144 -DESCRIPTION="Chicken-Scheme adaptation of the SCSH/PLT 'awk' macro."
145 -
146 -LICENSE="LGPL-2"
147 -KEYWORDS="~x86"
148
149 diff --git a/dev-chicken/datatype/datatype-200802252118.ebuild b/dev-chicken/datatype/datatype-200802252118.ebuild
150 deleted file mode 100644
151 index 24ed82c4..00000000
152 --- a/dev-chicken/datatype/datatype-200802252118.ebuild
153 +++ /dev/null
154 @@ -1,10 +0,0 @@
155 -# Copyright 1999-2010 Gentoo Foundation
156 -# Distributed under the terms of the GNU General Public License v2
157 -# $Header: $
158 -
159 -inherit eggs
160 -
161 -DESCRIPTION="A facility for creating and deconstructing variant records (from EOPL)."
162 -
163 -LICENSE="BSD"
164 -KEYWORDS="~x86"
165
166 diff --git a/dev-chicken/doctype/doctype-200801162015.ebuild b/dev-chicken/doctype/doctype-200801162015.ebuild
167 deleted file mode 100644
168 index 4c59c682..00000000
169 --- a/dev-chicken/doctype/doctype-200801162015.ebuild
170 +++ /dev/null
171 @@ -1,10 +0,0 @@
172 -# Copyright 1999-2010 Gentoo Foundation
173 -# Distributed under the terms of the GNU General Public License v2
174 -# $Header: $
175 -
176 -inherit eggs
177 -
178 -DESCRIPTION="Exports strings corresponding to standard XML (XHTML, HTML) doctypes."
179 -
180 -LICENSE="public-domain"
181 -KEYWORDS="~x86"
182
183 diff --git a/dev-chicken/easyffi/easyffi-200802130216.ebuild b/dev-chicken/easyffi/easyffi-200802130216.ebuild
184 deleted file mode 100644
185 index 1c5f9175..00000000
186 --- a/dev-chicken/easyffi/easyffi-200802130216.ebuild
187 +++ /dev/null
188 @@ -1,13 +0,0 @@
189 -# Copyright 1999-2010 Gentoo Foundation
190 -# Distributed under the terms of the GNU General Public License v2
191 -# $Header: $
192 -
193 -inherit eggs
194 -
195 -DESCRIPTION="Generates bindings from C/C++ declarations."
196 -
197 -LICENSE="BSD"
198 -KEYWORDS="~x86 ~amd64"
199 -
200 -DEPEND="dev-chicken/silex"
201 -RDEPEND="${DEPEND}"
202
203 diff --git a/dev-chicken/eggdoc/eggdoc-200801162015.ebuild b/dev-chicken/eggdoc/eggdoc-200801162015.ebuild
204 deleted file mode 100644
205 index 2f01827e..00000000
206 --- a/dev-chicken/eggdoc/eggdoc-200801162015.ebuild
207 +++ /dev/null
208 @@ -1,14 +0,0 @@
209 -# Copyright 1999-2010 Gentoo Foundation
210 -# Distributed under the terms of the GNU General Public License v2
211 -# $Header: $
212 -
213 -inherit eggs
214 -
215 -DESCRIPTION="An egg documentation tool."
216 -
217 -LICENSE="BSD"
218 -KEYWORDS="~x86"
219 -
220 -DEPEND="dev-chicken/sxml-transforms
221 - dev-chicken/doctype"
222 -RDEPEND="${DEPEND}"
223
224 diff --git a/dev-chicken/environments/environments-200802252118.ebuild b/dev-chicken/environments/environments-200802252118.ebuild
225 deleted file mode 100644
226 index edb5b3bb..00000000
227 --- a/dev-chicken/environments/environments-200802252118.ebuild
228 +++ /dev/null
229 @@ -1,10 +0,0 @@
230 -# Copyright 1999-2010 Gentoo Foundation
231 -# Distributed under the terms of the GNU General Public License v2
232 -# $Header: $
233 -
234 -inherit eggs
235 -
236 -DESCRIPTION="User defined evaluation environments."
237 -
238 -LICENSE="BSD"
239 -KEYWORDS="~x86"
240
241 diff --git a/dev-chicken/iset/iset-200803080329.ebuild b/dev-chicken/iset/iset-200803080329.ebuild
242 deleted file mode 100644
243 index 636f9065..00000000
244 --- a/dev-chicken/iset/iset-200803080329.ebuild
245 +++ /dev/null
246 @@ -1,10 +0,0 @@
247 -# Copyright 1999-2010 Gentoo Foundation
248 -# Distributed under the terms of the GNU General Public License v2
249 -# $Header: $
250 -
251 -inherit eggs
252 -
253 -DESCRIPTION="Integer sets."
254 -
255 -LICENSE="BSD"
256 -KEYWORDS="~x86 ~amd64"
257
258 diff --git a/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild b/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild
259 deleted file mode 100644
260 index 0aed8240..00000000
261 --- a/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild
262 +++ /dev/null
263 @@ -1,23 +0,0 @@
264 -# Copyright 1999-2010 Gentoo Foundation
265 -# Distributed under the terms of the GNU General Public License v2
266 -# $Header: $
267 -
268 -inherit eggs eutils
269 -
270 -DESCRIPTION="A Foreign Function Interface for lazy people, using gcc's libffi."
271 -
272 -LICENSE="BSD"
273 -KEYWORDS="~x86"
274 -
275 -DEPEND="dev-chicken/easyffi
276 - dev-chicken/silex
277 - >=sys-devel/gcc-3.3"
278 -RDEPEND="${DEPEND}"
279 -
280 -pkg_setup() {
281 - if ! built_with_use sys-devel/gcc libffi; then
282 - eerror "You need to recompile sys-devel/gcc with"
283 - eerror "USE=libffi before you can install lazy-ffi."
284 - die "please recompile gcc with USE=libffi and try again."
285 - fi
286 -}
287
288 diff --git a/dev-chicken/loop/loop-200803250926.ebuild b/dev-chicken/loop/loop-200803250926.ebuild
289 deleted file mode 100644
290 index d3c971e7..00000000
291 --- a/dev-chicken/loop/loop-200803250926.ebuild
292 +++ /dev/null
293 @@ -1,10 +0,0 @@
294 -# Copyright 1999-2010 Gentoo Foundation
295 -# Distributed under the terms of the GNU General Public License v2
296 -# $Header: $
297 -
298 -inherit eggs
299 -
300 -DESCRIPTION="Chicken-Scheme adaptation of the Common-Lisp 'LOOP' macro."
301 -
302 -LICENSE="GPL-2"
303 -KEYWORDS="~x86"
304
305 diff --git a/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild b/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild
306 deleted file mode 100644
307 index 565ca5b8..00000000
308 --- a/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild
309 +++ /dev/null
310 @@ -1,10 +0,0 @@
311 -# Copyright 1999-2010 Gentoo Foundation
312 -# Distributed under the terms of the GNU General Public License v2
313 -# $Header: $
314 -
315 -inherit eggs
316 -
317 -DESCRIPTION="A generalized iteration form supporting extensible iterator macros, keyword updates, and full recursion."
318 -
319 -LICENSE="public-domain"
320 -KEYWORDS="~x86"
321
322 diff --git a/dev-chicken/mailbox/mailbox-200802252118.ebuild b/dev-chicken/mailbox/mailbox-200802252118.ebuild
323 deleted file mode 100644
324 index 114cdab3..00000000
325 --- a/dev-chicken/mailbox/mailbox-200802252118.ebuild
326 +++ /dev/null
327 @@ -1,12 +0,0 @@
328 -# Copyright 1999-2010 Gentoo Foundation
329 -# Distributed under the terms of the GNU General Public License v2
330 -# $Header: $
331 -
332 -OLD_EGGPAGE="yes"
333 -
334 -inherit eggs
335 -
336 -DESCRIPTION="Thread-safe queues with timeout."
337 -
338 -LICENSE="BSD"
339 -KEYWORDS="~x86 ~amd64"
340
341 diff --git a/dev-chicken/make/make-200803112120.ebuild b/dev-chicken/make/make-200803112120.ebuild
342 deleted file mode 100644
343 index af30a305..00000000
344 --- a/dev-chicken/make/make-200803112120.ebuild
345 +++ /dev/null
346 @@ -1,10 +0,0 @@
347 -# Copyright 1999-2010 Gentoo Foundation
348 -# Distributed under the terms of the GNU General Public License v2
349 -# $Header: $
350 -
351 -inherit eggs
352 -
353 -DESCRIPTION="Chicken-Scheme adaptation of the PLT 'make' macro."
354 -
355 -LICENSE="LGPL-2"
356 -KEYWORDS="~x86"
357
358 diff --git a/dev-chicken/misc-extn/misc-extn-200803201814.ebuild b/dev-chicken/misc-extn/misc-extn-200803201814.ebuild
359 deleted file mode 100644
360 index 5c634393..00000000
361 --- a/dev-chicken/misc-extn/misc-extn-200803201814.ebuild
362 +++ /dev/null
363 @@ -1,12 +0,0 @@
364 -# Copyright 1999-2010 Gentoo Foundation
365 -# Distributed under the terms of the GNU General Public License v2
366 -# $Header: $
367 -
368 -OLD_EGGPAGE="yes"
369 -
370 -inherit eggs
371 -
372 -DESCRIPTION="Miscellaneous useful stuff."
373 -
374 -LICENSE="BSD"
375 -KEYWORDS="~x86"
376
377 diff --git a/dev-chicken/miscmacros/miscmacros-200803112120.ebuild b/dev-chicken/miscmacros/miscmacros-200803112120.ebuild
378 deleted file mode 100644
379 index ebf9af6a..00000000
380 --- a/dev-chicken/miscmacros/miscmacros-200803112120.ebuild
381 +++ /dev/null
382 @@ -1,10 +0,0 @@
383 -# Copyright 1999-2010 Gentoo Foundation
384 -# Distributed under the terms of the GNU General Public License v2
385 -# $Header: $
386 -
387 -inherit eggs
388 -
389 -DESCRIPTION="Various useful little macros."
390 -
391 -LICENSE="BSD"
392 -KEYWORDS="~x86"
393
394 diff --git a/dev-chicken/numbers/numbers-200804020317.ebuild b/dev-chicken/numbers/numbers-200804020317.ebuild
395 deleted file mode 100644
396 index 5827de3b..00000000
397 --- a/dev-chicken/numbers/numbers-200804020317.ebuild
398 +++ /dev/null
399 @@ -1,13 +0,0 @@
400 -# Copyright 1999-2010 Gentoo Foundation
401 -# Distributed under the terms of the GNU General Public License v2
402 -# $Header: $
403 -
404 -inherit eggs
405 -
406 -DESCRIPTION="Full numeric tower support."
407 -
408 -LICENSE="BSD"
409 -KEYWORDS="~x86"
410 -
411 -DEPEND="dev-libs/gmp"
412 -RDEPEND="${DEPEND}"
413
414 diff --git a/dev-chicken/pipeline/pipeline-200803180316.ebuild b/dev-chicken/pipeline/pipeline-200803180316.ebuild
415 deleted file mode 100644
416 index 5bd89285..00000000
417 --- a/dev-chicken/pipeline/pipeline-200803180316.ebuild
418 +++ /dev/null
419 @@ -1,12 +0,0 @@
420 -# Copyright 1999-2010 Gentoo Foundation
421 -# Distributed under the terms of the GNU General Public License v2
422 -# $Header: $
423 -
424 -OLD_EGGPAGE="yes"
425 -
426 -inherit eggs
427 -
428 -DESCRIPTION="Run multiple subprocesses connected via pipes."
429 -
430 -LICENSE="BSD"
431 -KEYWORDS="~x86"
432
433 diff --git a/dev-chicken/pyffi/pyffi-200801162015.ebuild b/dev-chicken/pyffi/pyffi-200801162015.ebuild
434 deleted file mode 100644
435 index e82623be..00000000
436 --- a/dev-chicken/pyffi/pyffi-200801162015.ebuild
437 +++ /dev/null
438 @@ -1,18 +0,0 @@
439 -# Copyright 1999-2010 Gentoo Foundation
440 -# Distributed under the terms of the GNU General Public License v2
441 -# $Header: $
442 -
443 -OLD_EGGPAGE="yes"
444 -
445 -inherit eggs
446 -
447 -DESCRIPTION="Chicken-Scheme interface to Python"
448 -
449 -LICENSE="GPL-3"
450 -KEYWORDS="~x86"
451 -
452 -DEPEND="dev-lang/python
453 - dev-chicken/easyffi
454 - dev-chicken/utf8
455 - dev-chicken/eggdoc"
456 -RDEPEND="${DEPEND}"
457
458 diff --git a/dev-chicken/readline/readline-200803240316.ebuild b/dev-chicken/readline/readline-200803240316.ebuild
459 deleted file mode 100644
460 index 81c97730..00000000
461 --- a/dev-chicken/readline/readline-200803240316.ebuild
462 +++ /dev/null
463 @@ -1,13 +0,0 @@
464 -# Copyright 1999-2010 Gentoo Foundation
465 -# Distributed under the terms of the GNU General Public License v2
466 -# $Header: $
467 -
468 -inherit eggs
469 -
470 -DEPEND="sys-libs/readline"
471 -RDEPEND="${DEPEND}"
472 -
473 -DESCRIPTION="Chicken-Scheme binding for the GNU readline library."
474 -
475 -LICENSE="GPL-2"
476 -KEYWORDS="~x86"
477
478 diff --git a/dev-chicken/regex-case/regex-case-200801162015.ebuild b/dev-chicken/regex-case/regex-case-200801162015.ebuild
479 deleted file mode 100644
480 index 0254e554..00000000
481 --- a/dev-chicken/regex-case/regex-case-200801162015.ebuild
482 +++ /dev/null
483 @@ -1,12 +0,0 @@
484 -# Copyright 1999-2010 Gentoo Foundation
485 -# Distributed under the terms of the GNU General Public License v2
486 -# $Header: $
487 -
488 -OLD_EGGPAGE="yes"
489 -
490 -inherit eggs
491 -
492 -DESCRIPTION="Provides an easy to use case construct for regular expression matching."
493 -
494 -LICENSE="BSD"
495 -KEYWORDS="~x86"
496
497 diff --git a/dev-chicken/regex-literals/regex-literals-200801162015.ebuild b/dev-chicken/regex-literals/regex-literals-200801162015.ebuild
498 deleted file mode 100644
499 index a443d1bb..00000000
500 --- a/dev-chicken/regex-literals/regex-literals-200801162015.ebuild
501 +++ /dev/null
502 @@ -1,10 +0,0 @@
503 -# Copyright 1999-2010 Gentoo Foundation
504 -# Distributed under the terms of the GNU General Public License v2
505 -# $Header: $
506 -
507 -inherit eggs
508 -
509 -DESCRIPTION="A reader extension providing precompiled regular expression literals of the form #/[a-z0-9]+/i and #r{^/path/(to)/file$}."
510 -
511 -LICENSE="MIT"
512 -KEYWORDS="~x86"
513
514 diff --git a/dev-chicken/riaxpander/riaxpander-200804042118.ebuild b/dev-chicken/riaxpander/riaxpander-200804042118.ebuild
515 deleted file mode 100644
516 index dc70007a..00000000
517 --- a/dev-chicken/riaxpander/riaxpander-200804042118.ebuild
518 +++ /dev/null
519 @@ -1,10 +0,0 @@
520 -# Copyright 1999-2010 Gentoo Foundation
521 -# Distributed under the terms of the GNU General Public License v2
522 -# $Header: $
523 -
524 -inherit eggs
525 -
526 -DESCRIPTION="Explicit renaming macros, syntactic-closures and syntax-rules."
527 -
528 -LICENSE="BSD"
529 -KEYWORDS="~x86"
530
531 diff --git a/dev-chicken/runcmd/runcmd-200801162015.ebuild b/dev-chicken/runcmd/runcmd-200801162015.ebuild
532 deleted file mode 100644
533 index 33e0b5c0..00000000
534 --- a/dev-chicken/runcmd/runcmd-200801162015.ebuild
535 +++ /dev/null
536 @@ -1,10 +0,0 @@
537 -# Copyright 1999-2010 Gentoo Foundation
538 -# Distributed under the terms of the GNU General Public License v2
539 -# $Header: $
540 -
541 -inherit eggs
542 -
543 -DESCRIPTION="Convenience macros for running shell commands."
544 -
545 -LICENSE="BSD"
546 -KEYWORDS="~x86"
547
548 diff --git a/dev-chicken/silex/silex-200803222148.ebuild b/dev-chicken/silex/silex-200803222148.ebuild
549 deleted file mode 100644
550 index f8f671d5..00000000
551 --- a/dev-chicken/silex/silex-200803222148.ebuild
552 +++ /dev/null
553 @@ -1,10 +0,0 @@
554 -# Copyright 1999-2010 Gentoo Foundation
555 -# Distributed under the terms of the GNU General Public License v2
556 -# $Header: $
557 -
558 -inherit eggs
559 -
560 -DESCRIPTION="An efficient and powerful lexer generator."
561 -
562 -LICENSE="BSD"
563 -KEYWORDS="~x86 ~amd64"
564
565 diff --git a/dev-chicken/ssax/ssax-200803150318.ebuild b/dev-chicken/ssax/ssax-200803150318.ebuild
566 deleted file mode 100644
567 index 91176339..00000000
568 --- a/dev-chicken/ssax/ssax-200803150318.ebuild
569 +++ /dev/null
570 @@ -1,10 +0,0 @@
571 -# Copyright 1999-2010 Gentoo Foundation
572 -# Distributed under the terms of the GNU General Public License v2
573 -# $Header: $
574 -
575 -inherit eggs
576 -
577 -DESCRIPTION="Oleg Kiselyov's XML parser."
578 -
579 -LICENSE="public-domain"
580 -KEYWORDS="~x86"
581
582 diff --git a/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild b/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild
583 deleted file mode 100644
584 index 6453d793..00000000
585 --- a/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild
586 +++ /dev/null
587 @@ -1,10 +0,0 @@
588 -# Copyright 1999-2010 Gentoo Foundation
589 -# Distributed under the terms of the GNU General Public License v2
590 -# $Header: $
591 -
592 -inherit eggs
593 -
594 -DESCRIPTION="The sxml-tools from the SSAX project."
595 -
596 -LICENSE="public-domain"
597 -KEYWORDS="~x86"
598
599 diff --git a/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild b/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild
600 deleted file mode 100644
601 index 47667e9c..00000000
602 --- a/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild
603 +++ /dev/null
604 @@ -1,10 +0,0 @@
605 -# Copyright 1999-2010 Gentoo Foundation
606 -# Distributed under the terms of the GNU General Public License v2
607 -# $Header: $
608 -
609 -inherit eggs
610 -
611 -DESCRIPTION="The SXML transformations (to XML, SXML, and HTML) from the SSAX project."
612 -
613 -LICENSE="public-domain"
614 -KEYWORDS="~x86"
615
616 diff --git a/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild b/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild
617 deleted file mode 100644
618 index 7995d24e..00000000
619 --- a/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild
620 +++ /dev/null
621 @@ -1,10 +0,0 @@
622 -# Copyright 1999-2010 Gentoo Foundation
623 -# Distributed under the terms of the GNU General Public License v2
624 -# $Header: $
625 -
626 -inherit eggs
627 -
628 -DESCRIPTION="Hygienic macros with syntactic closures."
629 -
630 -LICENSE="MIT"
631 -KEYWORDS="~x86"
632
633 diff --git a/dev-chicken/syntax-case/syntax-case-200803230022.ebuild b/dev-chicken/syntax-case/syntax-case-200803230022.ebuild
634 deleted file mode 100644
635 index 7c761d0e..00000000
636 --- a/dev-chicken/syntax-case/syntax-case-200803230022.ebuild
637 +++ /dev/null
638 @@ -1,10 +0,0 @@
639 -# Copyright 1999-2010 Gentoo Foundation
640 -# Distributed under the terms of the GNU General Public License v2
641 -# $Header: $
642 -
643 -inherit eggs
644 -
645 -DESCRIPTION="Portable syntax-case macro and module system."
646 -
647 -LICENSE="MIT"
648 -KEYWORDS="~x86"
649
650 diff --git a/dev-chicken/tinyclos/tinyclos-200801162015.ebuild b/dev-chicken/tinyclos/tinyclos-200801162015.ebuild
651 deleted file mode 100644
652 index a5e64ef0..00000000
653 --- a/dev-chicken/tinyclos/tinyclos-200801162015.ebuild
654 +++ /dev/null
655 @@ -1,10 +0,0 @@
656 -# Copyright 1999-2010 Gentoo Foundation
657 -# Distributed under the terms of the GNU General Public License v2
658 -# $Header: $
659 -
660 -inherit eggs
661 -
662 -DESCRIPTION="Chicken-Scheme port of Gregor Kiczales' TinyCLOS object system."
663 -
664 -LICENSE="BSD"
665 -KEYWORDS="~x86"
666
667 diff --git a/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild b/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild
668 deleted file mode 100644
669 index 8fb2ef63..00000000
670 --- a/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild
671 +++ /dev/null
672 @@ -1,15 +0,0 @@
673 -# Copyright 1999-2010 Gentoo Foundation
674 -# Distributed under the terms of the GNU General Public License v2
675 -# $Header: $
676 -
677 -OLD_EGGPAGE="yes"
678 -
679 -inherit eggs
680 -
681 -DESCRIPTION="Chicken-Scheme interface to UNIX domain sockets."
682 -
683 -LICENSE="BSD"
684 -KEYWORDS="~x86 ~amd64"
685 -
686 -DEPEND="dev-chicken/easyffi"
687 -RDEPEND="${DEPEND}"
688 \ No newline at end of file
689
690 diff --git a/dev-chicken/unix-test/unix-test-200804012117.ebuild b/dev-chicken/unix-test/unix-test-200804012117.ebuild
691 deleted file mode 100644
692 index e19c2029..00000000
693 --- a/dev-chicken/unix-test/unix-test-200804012117.ebuild
694 +++ /dev/null
695 @@ -1,10 +0,0 @@
696 -# Copyright 1999-2010 Gentoo Foundation
697 -# Distributed under the terms of the GNU General Public License v2
698 -# $Header: $
699 -
700 -inherit eggs
701 -
702 -DESCRIPTION="test(1) equivalence procedures."
703 -
704 -LICENSE="BSD"
705 -KEYWORDS="~x86"
706
707 diff --git a/dev-chicken/unix-test/unix-test-9999.ebuild b/dev-chicken/unix-test/unix-test-9999.ebuild
708 deleted file mode 100644
709 index 125cae26..00000000
710 --- a/dev-chicken/unix-test/unix-test-9999.ebuild
711 +++ /dev/null
712 @@ -1,20 +0,0 @@
713 -# Copyright 1999-2010 Gentoo Foundation
714 -# Distributed under the terms of the GNU General Public License v2
715 -# $Header: $
716 -
717 -NON_TRUNK=yes
718 -
719 -inherit eggs-svn
720 -
721 -eggs-svn-doc_maker() {
722 - ln -s . unix-test
723 - csi -s doc.scm > unix-test.html
724 - rm unix-test
725 -}
726 -
727 -DESCRIPTION="test(1) equivalence procedures."
728 -
729 -LICENSE="BSD"
730 -KEYWORDS="~x86"
731 -
732 -DEPEND="dev-chicken/eggdoc"
733
734 diff --git a/dev-chicken/utf8/utf8-200803181518.ebuild b/dev-chicken/utf8/utf8-200803181518.ebuild
735 deleted file mode 100644
736 index deb5fd2d..00000000
737 --- a/dev-chicken/utf8/utf8-200803181518.ebuild
738 +++ /dev/null
739 @@ -1,14 +0,0 @@
740 -# Copyright 1999-2010 Gentoo Foundation
741 -# Distributed under the terms of the GNU General Public License v2
742 -# $Header: $
743 -
744 -inherit eggs
745 -
746 -DESCRIPTION="Unicode support."
747 -
748 -LICENSE="BSD"
749 -KEYWORDS="~x86"
750 -
751 -DEPEND="dev-chicken/syntax-case
752 - dev-chicken/iset"
753 -RDEPEND="${DEPEND}"
754
755 diff --git a/dev-libs/lightning/files/fix-install-main-include-file.patch b/dev-libs/lightning/files/fix-install-main-include-file.patch
756 deleted file mode 100644
757 index cdda4418..00000000
758 --- a/dev-libs/lightning/files/fix-install-main-include-file.patch
759 +++ /dev/null
760 @@ -1,12 +0,0 @@
761 -diff -Naru lightning-1.2.orig/Makefile.am lightning-1.2/Makefile.am
762 ---- lightning-1.2.orig/Makefile.am 2004-11-08 16:09:24.000000000 +0100
763 -+++ lightning-1.2/Makefile.am 2009-01-11 00:22:23.000000000 +0100
764 -@@ -4,7 +4,7 @@
765 - SUBDIRS = . doc lightning opcode tests
766 - EXTRA_DIST = config/texi2dvi config/help2man
767 -
768 --noinst_HEADERS = lightning.h
769 -+include_HEADERS = lightning.h
770 -
771 - aclocaldir = $(datadir)/aclocal
772 - dist_aclocal_DATA = lightning.m4
773
774 diff --git a/dev-libs/lightning/lightning-1.2.ebuild b/dev-libs/lightning/lightning-1.2.ebuild
775 deleted file mode 100644
776 index 4bd040cf..00000000
777 --- a/dev-libs/lightning/lightning-1.2.ebuild
778 +++ /dev/null
779 @@ -1,29 +0,0 @@
780 -# Copyright 1999-2017 Gentoo Foundation
781 -# Distributed under the terms of the GNU General Public License v2
782 -
783 -inherit eutils autotools
784 -
785 -DESCRIPTION="A library that generates assembly language code at run-time."
786 -HOMEPAGE="http://www.gnu.org/software/lightning/"
787 -SRC_URI="http://ftp.gnu.org/gnu/lightning/${P}.tar.gz"
788 -
789 -LICENSE="GPL-2"
790 -SLOT="0"
791 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
792 -IUSE="debug"
793 -
794 -src_unpack() {
795 - unpack ${A} && cd "${S}"
796 - epatch "${FILESDIR}"/fix-install-main-include-file.patch
797 - eautoreconf
798 -}
799 -
800 -src_compile() {
801 - econf $(use_enable debug assertions) || die "econf failed"
802 - emake || die "emake failed"
803 -}
804 -
805 -src_install() {
806 - emake DESTDIR="${D}" install || die "emake install failed"
807 - dodoc AUTHORS NEWS README THANKS
808 -}