commit:     9873674c612fb2b87df71f633936abb57c96426a
Author:     Cyprien Nicolas (fulax) <cyprien <AT> nicolas <DOT> tf>
AuthorDate: Fri Jun  4 17:17:17 2021 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Fri Jun  4 17:40:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9873674c

Remove EAPI 0 ebuild per bug #782298

Signed-off-by: Cyprien Nicolas <cyprien <AT> nicolas.tf>

 dev-chicken/9pfs/9pfs-200804142117.ebuild          | 15 -----------
 .../F-operator/F-operator-200803110916.ebuild      | 13 ----------
 dev-chicken/advice/advice-200801221415.ebuild      | 10 --------
 dev-chicken/args/args-200802290956.ebuild          | 13 ----------
 dev-chicken/awk/awk-200801162015.ebuild            | 10 --------
 dev-chicken/datatype/datatype-200802252118.ebuild  | 10 --------
 dev-chicken/doctype/doctype-200801162015.ebuild    | 10 --------
 dev-chicken/easyffi/easyffi-200802130216.ebuild    | 13 ----------
 dev-chicken/eggdoc/eggdoc-200801162015.ebuild      | 14 -----------
 .../environments/environments-200802252118.ebuild  | 10 --------
 dev-chicken/iset/iset-200803080329.ebuild          | 10 --------
 dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild  | 23 -----------------
 dev-chicken/loop/loop-200803250926.ebuild          | 10 --------
 .../loopy-loop/loopy-loop-200803230022.ebuild      | 10 --------
 dev-chicken/mailbox/mailbox-200802252118.ebuild    | 12 ---------
 dev-chicken/make/make-200803112120.ebuild          | 10 --------
 .../misc-extn/misc-extn-200803201814.ebuild        | 12 ---------
 .../miscmacros/miscmacros-200803112120.ebuild      | 10 --------
 dev-chicken/numbers/numbers-200804020317.ebuild    | 13 ----------
 dev-chicken/pipeline/pipeline-200803180316.ebuild  | 12 ---------
 dev-chicken/pyffi/pyffi-200801162015.ebuild        | 18 --------------
 dev-chicken/readline/readline-200803240316.ebuild  | 13 ----------
 .../regex-case/regex-case-200801162015.ebuild      | 12 ---------
 .../regex-literals-200801162015.ebuild             | 10 --------
 .../riaxpander/riaxpander-200804042118.ebuild      | 10 --------
 dev-chicken/runcmd/runcmd-200801162015.ebuild      | 10 --------
 dev-chicken/silex/silex-200803222148.ebuild        | 10 --------
 dev-chicken/ssax/ssax-200803150318.ebuild          | 10 --------
 .../sxml-tools/sxml-tools-200801162015.ebuild      | 10 --------
 .../sxml-transforms-200801162015.ebuild            | 10 --------
 .../syntactic-closures-200801162015.ebuild         | 10 --------
 .../syntax-case/syntax-case-200803230022.ebuild    | 10 --------
 dev-chicken/tinyclos/tinyclos-200801162015.ebuild  | 10 --------
 .../unix-sockets-200801162015-r1.ebuild            | 15 -----------
 .../unix-test/unix-test-200804012117.ebuild        | 10 --------
 dev-chicken/unix-test/unix-test-9999.ebuild        | 20 ---------------
 dev-chicken/utf8/utf8-200803181518.ebuild          | 14 -----------
 .../files/fix-install-main-include-file.patch      | 12 ---------
 dev-libs/lightning/lightning-1.2.ebuild            | 29 ----------------------
 39 files changed, 483 deletions(-)

diff --git a/dev-chicken/9pfs/9pfs-200804142117.ebuild 
b/dev-chicken/9pfs/9pfs-200804142117.ebuild
deleted file mode 100644
index 82ef9dbc..00000000
--- a/dev-chicken/9pfs/9pfs-200804142117.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EGG_NAME="9p"
-
-inherit eggs
-
-DESCRIPTION="A pure Scheme implementation of the 9p networked filesystem 
protocol."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="dev-chicken/iset"
-RDEPEND="${DEPEND}"

diff --git a/dev-chicken/F-operator/F-operator-200803110916.ebuild 
b/dev-chicken/F-operator/F-operator-200803110916.ebuild
deleted file mode 100644
index b0f79d85..00000000
--- a/dev-chicken/F-operator/F-operator-200803110916.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DEPEND="dev-chicken/datatype"
-RDEPEND="${DEPEND}"
-
-DESCRIPTION="A facility for creating and deconstructing variant records (from 
EOPL)."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/advice/advice-200801221415.ebuild 
b/dev-chicken/advice/advice-200801221415.ebuild
deleted file mode 100644
index fc2142b2..00000000
--- a/dev-chicken/advice/advice-200801221415.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Allows modifying the behaviour of existing procedures by 
specifying code that should run before, after or instead of the original 
procedure."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/args/args-200802290956.ebuild 
b/dev-chicken/args/args-200802290956.ebuild
deleted file mode 100644
index c6dbc673..00000000
--- a/dev-chicken/args/args-200802290956.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DEPEND="dev-chicken/srfi37"
-RDEPEND="${DEPEND}"
-
-DESCRIPTION="Chicken-Scheme command-line argument handling, on top of SRFI 37."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/awk/awk-200801162015.ebuild 
b/dev-chicken/awk/awk-200801162015.ebuild
deleted file mode 100644
index 6b3e5a23..00000000
--- a/dev-chicken/awk/awk-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme adaptation of the SCSH/PLT 'awk' macro."
-
-LICENSE="LGPL-2"
-KEYWORDS="~x86"

diff --git a/dev-chicken/datatype/datatype-200802252118.ebuild 
b/dev-chicken/datatype/datatype-200802252118.ebuild
deleted file mode 100644
index 24ed82c4..00000000
--- a/dev-chicken/datatype/datatype-200802252118.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="A facility for creating and deconstructing variant records (from 
EOPL)."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/doctype/doctype-200801162015.ebuild 
b/dev-chicken/doctype/doctype-200801162015.ebuild
deleted file mode 100644
index 4c59c682..00000000
--- a/dev-chicken/doctype/doctype-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Exports strings corresponding to standard XML (XHTML, HTML) 
doctypes."
-
-LICENSE="public-domain"
-KEYWORDS="~x86"

diff --git a/dev-chicken/easyffi/easyffi-200802130216.ebuild 
b/dev-chicken/easyffi/easyffi-200802130216.ebuild
deleted file mode 100644
index 1c5f9175..00000000
--- a/dev-chicken/easyffi/easyffi-200802130216.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Generates bindings from C/C++ declarations."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="dev-chicken/silex"
-RDEPEND="${DEPEND}"

diff --git a/dev-chicken/eggdoc/eggdoc-200801162015.ebuild 
b/dev-chicken/eggdoc/eggdoc-200801162015.ebuild
deleted file mode 100644
index 2f01827e..00000000
--- a/dev-chicken/eggdoc/eggdoc-200801162015.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="An egg documentation tool."
-
-LICENSE="BSD"
-KEYWORDS="~x86"
-
-DEPEND="dev-chicken/sxml-transforms
-       dev-chicken/doctype"
-RDEPEND="${DEPEND}"

diff --git a/dev-chicken/environments/environments-200802252118.ebuild 
b/dev-chicken/environments/environments-200802252118.ebuild
deleted file mode 100644
index edb5b3bb..00000000
--- a/dev-chicken/environments/environments-200802252118.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="User defined evaluation environments."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/iset/iset-200803080329.ebuild 
b/dev-chicken/iset/iset-200803080329.ebuild
deleted file mode 100644
index 636f9065..00000000
--- a/dev-chicken/iset/iset-200803080329.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Integer sets."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"

diff --git a/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild 
b/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild
deleted file mode 100644
index 0aed8240..00000000
--- a/dev-chicken/lazy-ffi/lazy-ffi-200803230022.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs eutils
-
-DESCRIPTION="A Foreign Function Interface for lazy people, using gcc's libffi."
-
-LICENSE="BSD"
-KEYWORDS="~x86"
-
-DEPEND="dev-chicken/easyffi
-               dev-chicken/silex
-               >=sys-devel/gcc-3.3"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-       if ! built_with_use sys-devel/gcc libffi; then
-               eerror "You need to recompile sys-devel/gcc with"
-               eerror "USE=libffi before you can install lazy-ffi."
-               die "please recompile gcc with USE=libffi and try again."
-       fi
-}

diff --git a/dev-chicken/loop/loop-200803250926.ebuild 
b/dev-chicken/loop/loop-200803250926.ebuild
deleted file mode 100644
index d3c971e7..00000000
--- a/dev-chicken/loop/loop-200803250926.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme adaptation of the Common-Lisp 'LOOP' macro."
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"

diff --git a/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild 
b/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild
deleted file mode 100644
index 565ca5b8..00000000
--- a/dev-chicken/loopy-loop/loopy-loop-200803230022.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="A generalized iteration form supporting extensible iterator 
macros, keyword updates, and full recursion."
-
-LICENSE="public-domain"
-KEYWORDS="~x86"

diff --git a/dev-chicken/mailbox/mailbox-200802252118.ebuild 
b/dev-chicken/mailbox/mailbox-200802252118.ebuild
deleted file mode 100644
index 114cdab3..00000000
--- a/dev-chicken/mailbox/mailbox-200802252118.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Thread-safe queues with timeout."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"

diff --git a/dev-chicken/make/make-200803112120.ebuild 
b/dev-chicken/make/make-200803112120.ebuild
deleted file mode 100644
index af30a305..00000000
--- a/dev-chicken/make/make-200803112120.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme adaptation of the PLT 'make' macro."
-
-LICENSE="LGPL-2"
-KEYWORDS="~x86"

diff --git a/dev-chicken/misc-extn/misc-extn-200803201814.ebuild 
b/dev-chicken/misc-extn/misc-extn-200803201814.ebuild
deleted file mode 100644
index 5c634393..00000000
--- a/dev-chicken/misc-extn/misc-extn-200803201814.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Miscellaneous useful stuff."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/miscmacros/miscmacros-200803112120.ebuild 
b/dev-chicken/miscmacros/miscmacros-200803112120.ebuild
deleted file mode 100644
index ebf9af6a..00000000
--- a/dev-chicken/miscmacros/miscmacros-200803112120.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Various useful little macros."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/numbers/numbers-200804020317.ebuild 
b/dev-chicken/numbers/numbers-200804020317.ebuild
deleted file mode 100644
index 5827de3b..00000000
--- a/dev-chicken/numbers/numbers-200804020317.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Full numeric tower support."
-
-LICENSE="BSD"
-KEYWORDS="~x86"
-
-DEPEND="dev-libs/gmp"
-RDEPEND="${DEPEND}"

diff --git a/dev-chicken/pipeline/pipeline-200803180316.ebuild 
b/dev-chicken/pipeline/pipeline-200803180316.ebuild
deleted file mode 100644
index 5bd89285..00000000
--- a/dev-chicken/pipeline/pipeline-200803180316.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Run multiple subprocesses connected via pipes."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/pyffi/pyffi-200801162015.ebuild 
b/dev-chicken/pyffi/pyffi-200801162015.ebuild
deleted file mode 100644
index e82623be..00000000
--- a/dev-chicken/pyffi/pyffi-200801162015.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme interface to Python"
-
-LICENSE="GPL-3"
-KEYWORDS="~x86"
-
-DEPEND="dev-lang/python
-       dev-chicken/easyffi
-       dev-chicken/utf8
-       dev-chicken/eggdoc"
-RDEPEND="${DEPEND}"

diff --git a/dev-chicken/readline/readline-200803240316.ebuild 
b/dev-chicken/readline/readline-200803240316.ebuild
deleted file mode 100644
index 81c97730..00000000
--- a/dev-chicken/readline/readline-200803240316.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DEPEND="sys-libs/readline"
-RDEPEND="${DEPEND}"
-
-DESCRIPTION="Chicken-Scheme binding for the GNU readline library."
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"

diff --git a/dev-chicken/regex-case/regex-case-200801162015.ebuild 
b/dev-chicken/regex-case/regex-case-200801162015.ebuild
deleted file mode 100644
index 0254e554..00000000
--- a/dev-chicken/regex-case/regex-case-200801162015.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Provides an easy to use case construct for regular expression 
matching."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/regex-literals/regex-literals-200801162015.ebuild 
b/dev-chicken/regex-literals/regex-literals-200801162015.ebuild
deleted file mode 100644
index a443d1bb..00000000
--- a/dev-chicken/regex-literals/regex-literals-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="A reader extension providing precompiled regular expression 
literals of the form #/[a-z0-9]+/i and #r{^/path/(to)/file$}."
-
-LICENSE="MIT"
-KEYWORDS="~x86"

diff --git a/dev-chicken/riaxpander/riaxpander-200804042118.ebuild 
b/dev-chicken/riaxpander/riaxpander-200804042118.ebuild
deleted file mode 100644
index dc70007a..00000000
--- a/dev-chicken/riaxpander/riaxpander-200804042118.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Explicit renaming macros, syntactic-closures and syntax-rules."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/runcmd/runcmd-200801162015.ebuild 
b/dev-chicken/runcmd/runcmd-200801162015.ebuild
deleted file mode 100644
index 33e0b5c0..00000000
--- a/dev-chicken/runcmd/runcmd-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Convenience macros for running shell commands."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/silex/silex-200803222148.ebuild 
b/dev-chicken/silex/silex-200803222148.ebuild
deleted file mode 100644
index f8f671d5..00000000
--- a/dev-chicken/silex/silex-200803222148.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="An efficient and powerful lexer generator."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"

diff --git a/dev-chicken/ssax/ssax-200803150318.ebuild 
b/dev-chicken/ssax/ssax-200803150318.ebuild
deleted file mode 100644
index 91176339..00000000
--- a/dev-chicken/ssax/ssax-200803150318.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Oleg Kiselyov's XML parser."
-
-LICENSE="public-domain"
-KEYWORDS="~x86"

diff --git a/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild 
b/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild
deleted file mode 100644
index 6453d793..00000000
--- a/dev-chicken/sxml-tools/sxml-tools-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="The sxml-tools from the SSAX project."
-
-LICENSE="public-domain"
-KEYWORDS="~x86"

diff --git a/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild 
b/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild
deleted file mode 100644
index 47667e9c..00000000
--- a/dev-chicken/sxml-transforms/sxml-transforms-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="The SXML transformations (to XML, SXML, and HTML) from the SSAX 
project."
-
-LICENSE="public-domain"
-KEYWORDS="~x86"

diff --git 
a/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild 
b/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild
deleted file mode 100644
index 7995d24e..00000000
--- a/dev-chicken/syntactic-closures/syntactic-closures-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Hygienic macros with syntactic closures."
-
-LICENSE="MIT"
-KEYWORDS="~x86"

diff --git a/dev-chicken/syntax-case/syntax-case-200803230022.ebuild 
b/dev-chicken/syntax-case/syntax-case-200803230022.ebuild
deleted file mode 100644
index 7c761d0e..00000000
--- a/dev-chicken/syntax-case/syntax-case-200803230022.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Portable syntax-case macro and module system."
-
-LICENSE="MIT"
-KEYWORDS="~x86"

diff --git a/dev-chicken/tinyclos/tinyclos-200801162015.ebuild 
b/dev-chicken/tinyclos/tinyclos-200801162015.ebuild
deleted file mode 100644
index a5e64ef0..00000000
--- a/dev-chicken/tinyclos/tinyclos-200801162015.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme port of Gregor Kiczales' TinyCLOS object system."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild 
b/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild
deleted file mode 100644
index 8fb2ef63..00000000
--- a/dev-chicken/unix-sockets/unix-sockets-200801162015-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-OLD_EGGPAGE="yes"
-
-inherit eggs
-
-DESCRIPTION="Chicken-Scheme interface to UNIX domain sockets."
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="dev-chicken/easyffi"
-RDEPEND="${DEPEND}"
\ No newline at end of file

diff --git a/dev-chicken/unix-test/unix-test-200804012117.ebuild 
b/dev-chicken/unix-test/unix-test-200804012117.ebuild
deleted file mode 100644
index e19c2029..00000000
--- a/dev-chicken/unix-test/unix-test-200804012117.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="test(1) equivalence procedures."
-
-LICENSE="BSD"
-KEYWORDS="~x86"

diff --git a/dev-chicken/unix-test/unix-test-9999.ebuild 
b/dev-chicken/unix-test/unix-test-9999.ebuild
deleted file mode 100644
index 125cae26..00000000
--- a/dev-chicken/unix-test/unix-test-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NON_TRUNK=yes
-
-inherit eggs-svn
-
-eggs-svn-doc_maker() {
-       ln -s . unix-test
-       csi -s doc.scm > unix-test.html
-       rm unix-test
-}
-
-DESCRIPTION="test(1) equivalence procedures."
-
-LICENSE="BSD"
-KEYWORDS="~x86"
-
-DEPEND="dev-chicken/eggdoc"

diff --git a/dev-chicken/utf8/utf8-200803181518.ebuild 
b/dev-chicken/utf8/utf8-200803181518.ebuild
deleted file mode 100644
index deb5fd2d..00000000
--- a/dev-chicken/utf8/utf8-200803181518.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eggs
-
-DESCRIPTION="Unicode support."
-
-LICENSE="BSD"
-KEYWORDS="~x86"
-
-DEPEND="dev-chicken/syntax-case
-        dev-chicken/iset"
-RDEPEND="${DEPEND}"

diff --git a/dev-libs/lightning/files/fix-install-main-include-file.patch 
b/dev-libs/lightning/files/fix-install-main-include-file.patch
deleted file mode 100644
index cdda4418..00000000
--- a/dev-libs/lightning/files/fix-install-main-include-file.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naru lightning-1.2.orig/Makefile.am lightning-1.2/Makefile.am
---- lightning-1.2.orig/Makefile.am     2004-11-08 16:09:24.000000000 +0100
-+++ lightning-1.2/Makefile.am  2009-01-11 00:22:23.000000000 +0100
-@@ -4,7 +4,7 @@
- SUBDIRS = . doc lightning opcode tests
- EXTRA_DIST = config/texi2dvi config/help2man
- 
--noinst_HEADERS = lightning.h
-+include_HEADERS = lightning.h
- 
- aclocaldir = $(datadir)/aclocal
- dist_aclocal_DATA = lightning.m4

diff --git a/dev-libs/lightning/lightning-1.2.ebuild 
b/dev-libs/lightning/lightning-1.2.ebuild
deleted file mode 100644
index 4bd040cf..00000000
--- a/dev-libs/lightning/lightning-1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="A library that generates assembly language code at run-time."
-HOMEPAGE="http://www.gnu.org/software/lightning/";
-SRC_URI="http://ftp.gnu.org/gnu/lightning/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug"
-
-src_unpack() {
-       unpack ${A} && cd "${S}"
-       epatch "${FILESDIR}"/fix-install-main-include-file.patch
-       eautoreconf
-}
-
-src_compile() {
-       econf $(use_enable debug assertions) || die "econf failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS NEWS README THANKS
-}

Reply via email to