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-unit | |
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-unit')
-rw-r--r-- | dev-lisp/cl-unit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-unit/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-unit/cl-unit-1.3.ebuild | 27 | ||||
-rw-r--r-- | dev-lisp/cl-unit/files/clunit.asd | 9 | ||||
-rw-r--r-- | dev-lisp/cl-unit/files/digest-cl-unit-1.3 | 1 |
5 files changed, 47 insertions, 3 deletions
diff --git a/dev-lisp/cl-unit/ChangeLog b/dev-lisp/cl-unit/ChangeLog new file mode 100644 index 000000000000..006cb3447a87 --- /dev/null +++ b/dev-lisp/cl-unit/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-unit +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +*cl-unit-1.3 (07 Jul 2003) + + 07 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> : + initial import diff --git a/dev-lisp/cl-unit/Manifest b/dev-lisp/cl-unit/Manifest index 17f9418ca375..615b3d438a3c 100644 --- a/dev-lisp/cl-unit/Manifest +++ b/dev-lisp/cl-unit/Manifest @@ -1,5 +1,4 @@ -MD5 9ff7e8a1cbb19650290f7b786ef40b4b ChangeLog 316 -MD5 5985deda4e5737c8124436cdd975ec38 cl-unit-1.3.ebuild~ 639 -MD5 e7a08105a45e9e0b1e12ae200510203e cl-unit-1.3.ebuild 687 +MD5 6fd6b71ad833c95e52a508a267917cbe ChangeLog 316 +MD5 44d58f8398097db49b2757ee2aa5c76d cl-unit-1.3.ebuild 788 MD5 8aed1893ca66c8baf780fabd4dc15c26 files/clunit.asd 193 MD5 bbe5803788514526e500c86ac52b63c6 files/digest-cl-unit-1.3 67 diff --git a/dev-lisp/cl-unit/cl-unit-1.3.ebuild b/dev-lisp/cl-unit/cl-unit-1.3.ebuild new file mode 100644 index 000000000000..873cbe4178e7 --- /dev/null +++ b/dev-lisp/cl-unit/cl-unit-1.3.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-unit/cl-unit-1.3.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="A regression suite library for Common Lisp" +HOMEPAGE="http://www.ancar.org/CLUnit/docs/CLUnit.html + http://packages.debian.org/unstable/devel/cl-unit.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-unit/${PN}_${PV}.orig.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=clunit + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install *.lisp ${FILESDIR}/clunit.asd + common-lisp-system-symlink + dodoc license readme + dohtml docs/* +} diff --git a/dev-lisp/cl-unit/files/clunit.asd b/dev-lisp/cl-unit/files/clunit.asd new file mode 100644 index 000000000000..a43744624f91 --- /dev/null +++ b/dev-lisp/cl-unit/files/clunit.asd @@ -0,0 +1,9 @@ +;;;; -*- Mode: Lisp; Package: User; -*- + +(in-package :asdf) + +(defsystem :clunit + :perform (load-op :after (op clunit) + (pushnew :clunit cl:*features*)) + :components ((:file "clunit"))) + diff --git a/dev-lisp/cl-unit/files/digest-cl-unit-1.3 b/dev-lisp/cl-unit/files/digest-cl-unit-1.3 new file mode 100644 index 000000000000..b15e68b31ecd --- /dev/null +++ b/dev-lisp/cl-unit/files/digest-cl-unit-1.3 @@ -0,0 +1 @@ +MD5 e4d84cf603ed3106fb50353b683bc6af cl-unit_1.3.orig.tar.gz 36889 |