summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-06-10 04:54:06 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-06-10 04:54:06 +0000
commitf0499138e7aa5e43bdb88278d6bef3650c46e229 (patch)
treeb29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-kmrcl
parentinitial common lisp import (diff)
downloadgentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz
gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2
gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.zip
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-kmrcl')
-rw-r--r--dev-lisp/cl-kmrcl/ChangeLog8
-rw-r--r--dev-lisp/cl-kmrcl/Manifest5
-rw-r--r--dev-lisp/cl-kmrcl/cl-kmrcl-1.46.ebuild27
-rw-r--r--dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.461
4 files changed, 38 insertions, 3 deletions
diff --git a/dev-lisp/cl-kmrcl/ChangeLog b/dev-lisp/cl-kmrcl/ChangeLog
new file mode 100644
index 000000000000..f22254d85991
--- /dev/null
+++ b/dev-lisp/cl-kmrcl/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-lisp/cl-kmrcl
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $
+
+*cl-kmrcl-1.46 (07 Jul 2003)
+
+ 07 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> :
+ initial import
diff --git a/dev-lisp/cl-kmrcl/Manifest b/dev-lisp/cl-kmrcl/Manifest
index 8fa6ff0373c8..c411722c97c1 100644
--- a/dev-lisp/cl-kmrcl/Manifest
+++ b/dev-lisp/cl-kmrcl/Manifest
@@ -1,4 +1,3 @@
-MD5 9f0023e8b3563135b124ce858ec78d7b cl-kmrcl-1.46.ebuild 650
-MD5 093aeba11b379c4206ba76f5feb12950 ChangeLog 314
-MD5 31ae8e06325055aff076689f49ef9362 cl-kmrcl-1.46.ebuild~ 726
+MD5 2308fcfd410c1f78b8726cb7b9d38529 cl-kmrcl-1.46.ebuild 753
+MD5 98f4570435f7b224af54168b69d26b66 ChangeLog 320
MD5 53999d4040756cce557dc1c4f739f384 files/digest-cl-kmrcl-1.46 61
diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.46.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.46.ebuild
new file mode 100644
index 000000000000..24c772d187d8
--- /dev/null
+++ b/dev-lisp/cl-kmrcl/cl-kmrcl-1.46.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/cl-kmrcl-1.46.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg"
+HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html
+ http://b9.com/debian.html"
+SRC_URI="ftp://ftp.b9.com/kmrcl/kmrcl-${PV}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lisp/cl-rt"
+
+CLPACKAGE=kmrcl
+
+S=${WORKDIR}/kmrcl-${PV}
+
+src_install() {
+ common-lisp-install *.lisp *.asd
+ common-lisp-system-symlink
+ common-lisp-system-symlink ${CLPACKAGE}-tests
+
+ dodoc README rt-test.lisp
+}
diff --git a/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.46 b/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.46
new file mode 100644
index 000000000000..48e32a041a1b
--- /dev/null
+++ b/dev-lisp/cl-kmrcl/files/digest-cl-kmrcl-1.46
@@ -0,0 +1 @@
+MD5 901efe57b4bd90a801fb635f8078277a kmrcl-1.46.tar.gz 18547