diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
commit | f0499138e7aa5e43bdb88278d6bef3650c46e229 (patch) | |
tree | b29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-port | |
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-port')
-rw-r--r-- | dev-lisp/cl-port/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-port/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-port/cl-port-1.0.1.1.ebuild | 26 | ||||
-rw-r--r-- | dev-lisp/cl-port/files/digest-cl-port-1.0.1.1 | 1 |
4 files changed, 37 insertions, 3 deletions
diff --git a/dev-lisp/cl-port/ChangeLog b/dev-lisp/cl-port/ChangeLog new file mode 100644 index 000000000000..dbb79549a3de --- /dev/null +++ b/dev-lisp/cl-port/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-port +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +*cl-port-1.0.1.1 (07 Jul 2003) + + 07 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> : + initial import diff --git a/dev-lisp/cl-port/Manifest b/dev-lisp/cl-port/Manifest index f72715331343..d690abf509eb 100644 --- a/dev-lisp/cl-port/Manifest +++ b/dev-lisp/cl-port/Manifest @@ -1,4 +1,3 @@ -MD5 ed5dd3396df4050572028a2fd700c285 ChangeLog 320 -MD5 fcb356f4070407e4e594f2cc00e16684 cl-port-1.0.1.1.ebuild 601 -MD5 4eeae2927f3dc700621f5a3927a14f09 cl-port-1.0.1.1.ebuild~ 890 +MD5 005570239c27d6c1d15b09bf3ae6277d ChangeLog 320 +MD5 8143ebbf5daf6aebb0d700671cd1f61f cl-port-1.0.1.1.ebuild 854 MD5 d8fafbc1ce715736d3afd21892baae6a files/digest-cl-port-1.0.1.1 71 diff --git a/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild new file mode 100644 index 000000000000..65bab3a08c54 --- /dev/null +++ b/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild @@ -0,0 +1,26 @@ +# 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-port/cl-port-1.0.1.1.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection such as code for sockets, shell functions and paths." +HOMEPAGE="http://www.sourceforge.net/projects/clocc/ + http://packages.debian.org/unstable/devel/cl-port.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-port/${PN}_${PV}.orig.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=port + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc port.html +} diff --git a/dev-lisp/cl-port/files/digest-cl-port-1.0.1.1 b/dev-lisp/cl-port/files/digest-cl-port-1.0.1.1 new file mode 100644 index 000000000000..bcdd94e9b999 --- /dev/null +++ b/dev-lisp/cl-port/files/digest-cl-port-1.0.1.1 @@ -0,0 +1 @@ +MD5 9e78d66ede3ab2264acef4839679ea3e cl-port_1.0.1.1.orig.tar.gz 20399 |