diff options
author | 2003-06-10 04:54:06 +0000 | |
---|---|---|
committer | 2003-06-10 04:54:06 +0000 | |
commit | f0499138e7aa5e43bdb88278d6bef3650c46e229 (patch) | |
tree | b29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-quick-arrays | |
parent | initial common lisp import (diff) | |
download | gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2 gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.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 | 7 | ||||
-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, 36 insertions, 5 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 index c01c38d54614..ebcc2cd5edca 100644 --- a/dev-lisp/cl-quick-arrays/Manifest +++ b/dev-lisp/cl-quick-arrays/Manifest @@ -1,6 +1,3 @@ -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 b4052d7dd4ab9ffb1306205b7ca23100 ChangeLog 340 +MD5 37160b6c2c4fb8ed672b19e15d10486c cl-quick-arrays-1.0.ebuild 785 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 |