diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-08-07 05:22:07 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-08-07 05:22:07 +0000 |
commit | 81b947883609f274574d41292eed907b71537ff6 (patch) | |
tree | 15e292d44046ac9cf43ded04a989c7389fb49010 /dev-lisp/cmucl-source/files | |
parent | dev-lisp/cl-rsm-gen-prog (diff) | |
download | gentoo-2-81b947883609f274574d41292eed907b71537ff6.tar.gz gentoo-2-81b947883609f274574d41292eed907b71537ff6.tar.bz2 gentoo-2-81b947883609f274574d41292eed907b71537ff6.zip |
boo-ya ka-sha!
Diffstat (limited to 'dev-lisp/cmucl-source/files')
-rw-r--r-- | dev-lisp/cmucl-source/files/19a/cmucl-hemlock-dict.asd-gentoo.patch | 22 | ||||
-rw-r--r-- | dev-lisp/cmucl-source/files/digest-cmucl-source-19a | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/cmucl-source/files/19a/cmucl-hemlock-dict.asd-gentoo.patch b/dev-lisp/cmucl-source/files/19a/cmucl-hemlock-dict.asd-gentoo.patch new file mode 100644 index 000000000000..b1aacff984a9 --- /dev/null +++ b/dev-lisp/cmucl-source/files/19a/cmucl-hemlock-dict.asd-gentoo.patch @@ -0,0 +1,22 @@ +diff -ur cmucl-19a-release-20040728.orig.orig/own-work/cmucl-hemlock-dict.asd cmucl-19a-release-20040728.orig/own-work/cmucl-hemlock-dict.asd +--- cmucl-19a-release-20040728.orig.orig/own-work/cmucl-hemlock-dict.asd 2004-08-03 10:49:24.000000000 -0500 ++++ cmucl-19a-release-20040728.orig/own-work/cmucl-hemlock-dict.asd 2004-08-03 22:02:01.490752840 -0500 +@@ -7,7 +7,7 @@ + + #+cmu + (eval-when (:load-toplevel :compile-toplevel :execute) +- (defun user::hemlock-compile-dictionary (source-file ++ (defun cl-user::hemlock-compile-dictionary (source-file + &rest rest + &key + output-file +@@ -35,7 +35,7 @@ + (list list))) + #+cmu + (defmethod perform ((op compile-op) (c dictionary-source-file)) +- (user::hemlock-compile-dictionary (component-pathname c) ++ (cl-user::hemlock-compile-dictionary (component-pathname c) + :output-file (car (output-files op c)))) + + (defmethod perform ((op load-op) (c dictionary-source-file)) + diff --git a/dev-lisp/cmucl-source/files/digest-cmucl-source-19a b/dev-lisp/cmucl-source/files/digest-cmucl-source-19a new file mode 100644 index 000000000000..0902aa2155b5 --- /dev/null +++ b/dev-lisp/cmucl-source/files/digest-cmucl-source-19a @@ -0,0 +1,2 @@ +MD5 6b37fe4815935af73f0efd1312e6a969 cmucl_19a-release-20040728.orig.tar.gz 4456803 +MD5 a1b0e25d77646e6f83a0c723f2e46b14 cmucl_19a-release-20040728-1.diff.gz 1500168 |