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/files | |
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/files')
-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 |
2 files changed, 10 insertions, 0 deletions
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 |