summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-16 20:52:34 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-16 20:52:34 +0000
commiteafd03728fa81053ea083a354240e77fe3a436fa (patch)
tree97cf096e5e1f4c91315b96086d44be49c42a5867 /dev-lisp
parenttidy (diff)
downloadgentoo-2-eafd03728fa81053ea083a354240e77fe3a436fa.tar.gz
gentoo-2-eafd03728fa81053ea083a354240e77fe3a436fa.tar.bz2
gentoo-2-eafd03728fa81053ea083a354240e77fe3a436fa.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-ltk/ChangeLog6
-rw-r--r--dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild27
-rw-r--r--dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild30
-rw-r--r--dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild30
-rw-r--r--dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild4
-rw-r--r--dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.31
-rw-r--r--dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.51
-rw-r--r--dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.61
-rw-r--r--dev-lisp/cl-mcclim/ChangeLog5
-rw-r--r--dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild4
-rw-r--r--dev-lisp/cl-memoization/ChangeLog6
-rw-r--r--dev-lisp/cl-memoization/cl-memoization-1.0.ebuild33
-rw-r--r--dev-lisp/cl-memoization/cl-memoization-20050302.ebuild4
-rw-r--r--dev-lisp/cl-memoization/files/digest-cl-memoization-1.01
-rw-r--r--dev-lisp/cl-menusystem/ChangeLog6
-rw-r--r--dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild4
-rw-r--r--dev-lisp/cl-meta/ChangeLog6
-rw-r--r--dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild4
-rw-r--r--dev-lisp/cl-meta/cl-meta-0.1.2.ebuild33
-rw-r--r--dev-lisp/cl-meta/files/digest-cl-meta-0.1.21
20 files changed, 34 insertions, 173 deletions
diff --git a/dev-lisp/cl-ltk/ChangeLog b/dev-lisp/cl-ltk/ChangeLog
index bb24905b0724..7946358dbbde 100644
--- a/dev-lisp/cl-ltk/ChangeLog
+++ b/dev-lisp/cl-ltk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-ltk
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.7 2005/04/10 20:42:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.8 2005/04/16 20:47:40 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-ltk-0.8.3.ebuild,
+ -cl-ltk-0.8.5.ebuild, -cl-ltk-0.8.6.ebuild, cl-ltk-0.8.7.ebuild:
+ Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-ltk-0.8.7.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild
deleted file mode 100644
index 4aaaf29e135c..000000000000
--- a/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.3.ebuild,v 1.3 2005/02/03 00:01:16 mkennedy Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
-HOMEPAGE="http://www.peter-herth.de/ltk/"
-SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=ltk
-
-S=${WORKDIR}/${PN#cl-}
-
-src_install() {
- common-lisp-install *.lisp ltk.asd remote.tcl
- common-lisp-system-symlink
- dodoc *.{txt,pdf}
-}
diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild
deleted file mode 100644
index 25fb02da99ab..000000000000
--- a/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.5.ebuild,v 1.4 2005/02/03 00:01:16 mkennedy Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
-HOMEPAGE="http://www.peter-herth.de/ltk/"
-SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-RDEPEND="${DEPEND}
- dev-lang/tk"
-
-CLPACKAGE=ltk
-
-S=${WORKDIR}/${PN#cl-}
-
-src_install() {
- common-lisp-install *.lisp ltk.asd remote.tcl
- common-lisp-system-symlink
- dodoc *.{txt,pdf}
-}
diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild
deleted file mode 100644
index a63d1f4b4458..000000000000
--- a/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.6.ebuild,v 1.2 2005/02/03 00:01:16 mkennedy Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
-HOMEPAGE="http://www.peter-herth.de/ltk/"
-SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-RDEPEND="${DEPEND}
- dev-lang/tk"
-
-CLPACKAGE=ltk
-
-S=${WORKDIR}/${PN#cl-}
-
-src_install() {
- common-lisp-install *.lisp ltk.asd remote.tcl
- common-lisp-system-symlink
- dodoc *.{txt,pdf}
-}
diff --git a/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild b/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild
index c8b5bdc41d3b..5a7ca9fb0e06 100644
--- a/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild
+++ b/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild,v 1.2 2005/04/10 20:42:16 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/cl-ltk-0.8.7.ebuild,v 1.3 2005/04/16 20:47:41 mkennedy Exp $
inherit common-lisp eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.peter-herth.de/ltk/"
SRC_URI="http://www.peter-herth.de/ltk/${P#cl-}.tgz"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3
deleted file mode 100644
index 35776fa40d79..000000000000
--- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 df463f08f40423a49c7d7d2c8d9ccd26 ltk-0.8.3.tgz 130946
diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5
deleted file mode 100644
index 6f91d84a8eaa..000000000000
--- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 567d7fc384b0025c5f364e47cc33da85 ltk-0.8.5.tgz 134641
diff --git a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6 b/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6
deleted file mode 100644
index b517ff88ab65..000000000000
--- a/dev-lisp/cl-ltk/files/digest-cl-ltk-0.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7dce63024b84094a143204951e24aa4d ltk-0.8.6.tgz 168528
diff --git a/dev-lisp/cl-mcclim/ChangeLog b/dev-lisp/cl-mcclim/ChangeLog
index 9fbf20dfc2d4..72b2706ca35a 100644
--- a/dev-lisp/cl-mcclim/ChangeLog
+++ b/dev-lisp/cl-mcclim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-mcclim
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/ChangeLog,v 1.8 2005/04/11 07:36:23 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/ChangeLog,v 1.9 2005/04/16 20:50:04 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-mcclim-0.9.1.ebuild:
+ Keywording; Removed old ebuilds
11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-mcclim-0.9.1.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild b/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild
index 70b2782bf9c4..b38d27e59478 100644
--- a/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild
+++ b/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild,v 1.2 2005/04/11 07:36:23 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/cl-mcclim-0.9.1.ebuild,v 1.3 2005/04/16 20:50:04 mkennedy Exp $
inherit common-lisp elisp eutils
@@ -15,7 +15,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-mcclim/cl-mcclim_${PV}.orig
http://ftp.debian.org/debian/pool/main/c/cl-mcclim/cl-mcclim_${PV}-${DEB_PV}.diff.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="emacs doc"
DEPEND="dev-lisp/common-lisp-controller
diff --git a/dev-lisp/cl-memoization/ChangeLog b/dev-lisp/cl-memoization/ChangeLog
index b1a987d8156b..556f5cff8510 100644
--- a/dev-lisp/cl-memoization/ChangeLog
+++ b/dev-lisp/cl-memoization/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-memoization
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.2 2005/04/10 21:44:07 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.3 2005/04/16 20:50:30 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -cl-memoization-1.0.ebuild, cl-memoization-20050302.ebuild:
+ Keywording; Removed old ebuilds
*cl-memoization-20050302 (10 Apr 2005)
diff --git a/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild b/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild
deleted file mode 100644
index dcbe4a00aae2..000000000000
--- a/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-1.0.ebuild,v 1.1 2004/10/15 03:52:11 mkennedy Exp $
-
-inherit common-lisp
-
-DEB_PV=9
-
-DESCRIPTION="Memoization support to CMU Common Lisp"
-HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=memoization
-
-S=${WORKDIR}/memoization-${PV}
-
-src_unpack() {
- unpack ${A}
- rm ${S}/Makefile || die
-}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp
- do-debian-credits
-}
diff --git a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild
index b41ab8ea48cd..ddd97dcee383 100644
--- a/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild
+++ b/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.1 2005/04/10 21:44:07 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.2 2005/04/16 20:50:30 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-memoization/${PN}_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0 b/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0
deleted file mode 100644
index 7c02b5921614..000000000000
--- a/dev-lisp/cl-memoization/files/digest-cl-memoization-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7835ee4c0c87ef99d3a831fbda8c6674 cl-memoization_1.0-9.tar.gz 80955
diff --git a/dev-lisp/cl-menusystem/ChangeLog b/dev-lisp/cl-menusystem/ChangeLog
index 4df90454f1d7..8f6a15973222 100644
--- a/dev-lisp/cl-menusystem/ChangeLog
+++ b/dev-lisp/cl-menusystem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-menusystem
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.3 2005/04/10 21:45:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.4 2005/04/16 20:51:24 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-menusystem-20030919.ebuild:
+ Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
cl-menusystem-20030919.ebuild:
diff --git a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild b/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild
index 3fc7ea378eb2..8fdceea53e48 100644
--- a/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild
+++ b/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.4 2005/04/10 21:45:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.5 2005/04/16 20:51:24 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/"
SRC_URI="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/cl-menusystem-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-meta/ChangeLog b/dev-lisp/cl-meta/ChangeLog
index b63cade07a8f..65f69189595e 100644
--- a/dev-lisp/cl-meta/ChangeLog
+++ b/dev-lisp/cl-meta/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-meta
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.5 2005/04/10 21:47:27 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.6 2005/04/16 20:52:34 mkennedy Exp $
+
+ 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-meta-0.1.2.ebuild,
+ cl-meta-0.1.2-r1.ebuild:
+ Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
cl-meta-0.1.2-r1.ebuild:
diff --git a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild b/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
index ad5aeee4fad6..858c6d4dc427 100644
--- a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
+++ b/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.5 2005/04/10 21:47:27 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.6 2005/04/16 20:52:34 mkennedy Exp $
inherit common-lisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://cclan.sourceforge.net/
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-meta/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild b/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild
deleted file mode 100644
index 12e70ed2c5a9..000000000000
--- a/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2.ebuild,v 1.3 2004/07/14 15:56:34 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="An implementation of META, a technique for building efficient recursive descent parsers."
-HOMEPAGE="http://cclan.sourceforge.net/
- http://www.cliki.net/Meta
- http://packages.debian.org/unstable/devel/cl-meta"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-meta/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=meta
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- dodoc Prag-Parse.{html,ps} README
-}
-
-pkg_preinst() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
-
-pkg_postrm() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
diff --git a/dev-lisp/cl-meta/files/digest-cl-meta-0.1.2 b/dev-lisp/cl-meta/files/digest-cl-meta-0.1.2
deleted file mode 100644
index b159027eddfd..000000000000
--- a/dev-lisp/cl-meta/files/digest-cl-meta-0.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 33949c0cfd9daff251cd0e90220bd072 cl-meta_0.1.2.orig.tar.gz 49305