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 | e301cd7db26a2442a2c18bf44ff8f9050c5667fa (patch) | |
tree | 14d9dbe9286474dddee49862e20656b3a3e4520a /dev-lisp/cl-clem/files | |
parent | Stable on x86; bug #117505 (diff) | |
download | historical-e301cd7db26a2442a2c18bf44ff8f9050c5667fa.tar.gz historical-e301cd7db26a2442a2c18bf44ff8f9050c5667fa.tar.bz2 historical-e301cd7db26a2442a2c18bf44ff8f9050c5667fa.zip |
New upstream version.
Package-Manager: portage-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 |