diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-04 23:24:59 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-04 23:24:59 +0000 |
commit | 65f20df079361f95a8b784767d25469aa172235a (patch) | |
tree | 4e2a46adcbbe773e166092e3b26eb9861eedf234 /dev-lisp/cl-clem/files | |
parent | Do not depend on "virtual/libc" (package not in system target). (diff) | |
download | gentoo-2-65f20df079361f95a8b784767d25469aa172235a.tar.gz gentoo-2-65f20df079361f95a8b784767d25469aa172235a.tar.bz2 gentoo-2-65f20df079361f95a8b784767d25469aa172235a.zip |
New upstream version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-lisp/cl-clem/files')
-rw-r--r-- | dev-lisp/cl-clem/files/0.1.6.20060104-fasl-output-gentoo.patch | 40 | ||||
-rw-r--r-- | dev-lisp/cl-clem/files/digest-cl-clem-0.1.6.20060104 | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-lisp/cl-clem/files/0.1.6.20060104-fasl-output-gentoo.patch b/dev-lisp/cl-clem/files/0.1.6.20060104-fasl-output-gentoo.patch new file mode 100644 index 000000000000..698223d5005a --- /dev/null +++ b/dev-lisp/cl-clem/files/0.1.6.20060104-fasl-output-gentoo.patch @@ -0,0 +1,40 @@ +diff -ur clem.orig/clem-test.asd clem/clem-test.asd +--- clem.orig/clem-test.asd 2005-07-06 17:57:35.000000000 -0500 ++++ clem/clem-test.asd 2005-07-25 01:30:37.000000000 -0500 +@@ -14,15 +14,6 @@ + + (defmethod source-file-type ((c clem-test-cl-source-file) (s module)) "cl") + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) +- +-(defmethod asdf::output-files :around ((operation compile-op) (c clem-test-cl-source-file)) +- (list (merge-pathnames *fasl-directory* (compile-file-pathname (component-pathname c))))) +- +- + (defsystem :clem-test + :version "20050614.1" + :depends-on (ch-util clem) +Only in clem: clem-test.asd~ +diff -ur clem.orig/clem.asd clem/clem.asd +--- clem.orig/clem.asd 2005-07-24 15:45:05.000000000 -0500 ++++ clem/clem.asd 2005-07-25 01:30:46.000000000 -0500 +@@ -14,15 +14,6 @@ + + (defmethod source-file-type ((c clem-cl-source-file) (s module)) "cl") + +-(defparameter *fasl-directory* +- (make-pathname :directory '(:relative #+sbcl "sbcl-fasl" +- #+openmcl "openmcl-fasl" +- #-(or sbcl openmcl) "fasl"))) +- +-(defmethod asdf::output-files ((operation compile-op) (c clem-cl-source-file)) +- (list (merge-pathnames *fasl-directory* +- (compile-file-pathname (component-pathname c))))) +- + (defsystem :clem + :name "clem" + :author "Cyrus Harmon <ch-lisp@bobobeach.com>" +Only in clem: clem.asd~ diff --git a/dev-lisp/cl-clem/files/digest-cl-clem-0.1.6.20060104 b/dev-lisp/cl-clem/files/digest-cl-clem-0.1.6.20060104 new file mode 100644 index 000000000000..6e940319d6df --- /dev/null +++ b/dev-lisp/cl-clem/files/digest-cl-clem-0.1.6.20060104 @@ -0,0 +1 @@ +MD5 e12e3195103b85b7e49506a9e0059230 clem-0.1.6-20060104.tar.gz 37947 |