diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:53:04 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:53:04 +0000 |
commit | 617b5ce9977eeb5a7a7977ef4c6974bf0aecf19f (patch) | |
tree | bcfe11291f5c920da39dfc65ba00f51356086a04 /dev-lisp/cl-quick-arrays | |
parent | DEPEND on sed >= 4 (diff) | |
download | historical-617b5ce9977eeb5a7a7977ef4c6974bf0aecf19f.tar.gz historical-617b5ce9977eeb5a7a7977ef4c6974bf0aecf19f.tar.bz2 historical-617b5ce9977eeb5a7a7977ef4c6974bf0aecf19f.zip |
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-quick-arrays')
-rw-r--r-- | dev-lisp/cl-quick-arrays/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/Manifest | 6 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/files/digest-cl-quick-arrays-1.0 | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-lisp/cl-quick-arrays/ChangeLog b/dev-lisp/cl-quick-arrays/ChangeLog new file mode 100644 index 000000000000..b92b455384c4 --- /dev/null +++ b/dev-lisp/cl-quick-arrays/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-quick-arrays +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +*cl-quick-arrays-1.0 (07 Jul 2003) + + 07 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> : + initial import diff --git a/dev-lisp/cl-quick-arrays/Manifest b/dev-lisp/cl-quick-arrays/Manifest new file mode 100644 index 000000000000..c01c38d54614 --- /dev/null +++ b/dev-lisp/cl-quick-arrays/Manifest @@ -0,0 +1,6 @@ +MD5 ff3cd4da6f81c8a7d1c6cb5a291f9d88 ChangeLog 332 +MD5 7a189d0358af0743665b9462afbd1b88 cl-quick-arrays-1.0.ebuild 655 +MD5 992cbf0615095a60a3d7d798a53f8602 cl-quick-arrays-1.0.ebuild~ 789 +MD5 47bae7c3e79929f06cf61b0e673bc756 files/digest-cl-regex-1 66 +MD5 775ce5bda500fe5a8d71d0956d6044ee files/regex.asd 830 +MD5 7363e44218945f35799d3aa70e3c1f75 files/digest-cl-quick-arrays-1.0 72 diff --git a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0.ebuild b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0.ebuild new file mode 100644 index 000000000000..17d12be87158 --- /dev/null +++ b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0.ebuild @@ -0,0 +1,25 @@ +# 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-quick-arrays/cl-quick-arrays-1.0.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Common Lisp library offering less flexible, but faster arrays" +HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays.html + http://www.cliki.net/quick-arrays" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-quick-arrays/${PN}_${PV}-8.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=quick-arrays + +S=${WORKDIR}/quick-arrays-${PV} + +src_install() { + common-lisp-install *.asd *.lisp + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-quick-arrays/files/digest-cl-quick-arrays-1.0 b/dev-lisp/cl-quick-arrays/files/digest-cl-quick-arrays-1.0 new file mode 100644 index 000000000000..246c2f206efb --- /dev/null +++ b/dev-lisp/cl-quick-arrays/files/digest-cl-quick-arrays-1.0 @@ -0,0 +1 @@ +MD5 35fd4ab0bc7a8e10c593e0e98fcfb0ed cl-quick-arrays_1.0-8.tar.gz 11519 |