diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 15:21:18 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 15:21:18 +0000 |
commit | 9cf097a88244608f9b2db3efca0267bf3b80b40e (patch) | |
tree | 6e7fa96fc7a1a6d71036087f916b3e289bf69a17 /dev-lisp/cl-cclan | |
parent | initial import (diff) | |
download | historical-9cf097a88244608f9b2db3efca0267bf3b80b40e.tar.gz historical-9cf097a88244608f9b2db3efca0267bf3b80b40e.tar.bz2 historical-9cf097a88244608f9b2db3efca0267bf3b80b40e.zip |
initial import
Diffstat (limited to 'dev-lisp/cl-cclan')
-rw-r--r-- | dev-lisp/cl-cclan/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-cclan/cl-cclan-1.77.2.ebuild | 30 | ||||
-rw-r--r-- | dev-lisp/cl-cclan/files/digest-cl-cclan-1.77.2 | 1 |
3 files changed, 33 insertions, 3 deletions
diff --git a/dev-lisp/cl-cclan/Manifest b/dev-lisp/cl-cclan/Manifest index 41137d4e6260..fb687f0ae7d1 100644 --- a/dev-lisp/cl-cclan/Manifest +++ b/dev-lisp/cl-cclan/Manifest @@ -1,4 +1,3 @@ -MD5 f826c59c3f100cc380cc7df78bb8954d ChangeLog 320 -MD5 c3a1f89b37e930373faf3de76779d18a cl-cclan-1.77.2.ebuild 784 -MD5 da095acba68ba685ceb364f32f203c0e cl-cclan-1.77.2.ebuild~ 989 +MD5 965e02d5575dc08e58024a90c25f4c84 ChangeLog 322 +MD5 d6d4668eb2b3734919eaffc00a77a3d8 cl-cclan-1.77.2.ebuild 793 MD5 391a01fa14100c417cf1a398cb95a879 files/digest-cl-cclan-1.77.2 70 diff --git a/dev-lisp/cl-cclan/cl-cclan-1.77.2.ebuild b/dev-lisp/cl-cclan/cl-cclan-1.77.2.ebuild new file mode 100644 index 000000000000..f4e2b5185ea1 --- /dev/null +++ b/dev-lisp/cl-cclan/cl-cclan-1.77.2.ebuild @@ -0,0 +1,30 @@ +# 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-cclan/cl-cclan-1.77.2.ebuild,v 1.1 2003/10/06 15:21:16 mkennedy Exp $ + +inherit common-lisp + +DEB_PV=1 + +DESCRIPTION="Comprehensive Common Lisp Archive Network" +HOMEPAGE="http://cclan.sourceforge.net + http://www.cliki.net/cclan + http://packages.debian.org/unstable/devel/cl-cclan.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/cl-asdf_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lisp/cl-asdf + virtual/commonlisp + dev-lisp/common-lisp-controller" + +CLPACKAGE=cclan + +S=${WORKDIR}/cl-asdf-${PV} + +src_install() { + common-lisp-install cclan*.lisp cclan.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-cclan/files/digest-cl-cclan-1.77.2 b/dev-lisp/cl-cclan/files/digest-cl-cclan-1.77.2 new file mode 100644 index 000000000000..a72e1d27a664 --- /dev/null +++ b/dev-lisp/cl-cclan/files/digest-cl-cclan-1.77.2 @@ -0,0 +1 @@ +MD5 dc76d07b025853bc76bd5496914bdfc3 cl-asdf_1.77.2.orig.tar.gz 40084 |