From 81b947883609f274574d41292eed907b71537ff6 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 7 Aug 2004 05:22:07 +0000 Subject: boo-ya ka-sha! --- .../files/19a/cmucl-hemlock-dict.asd-gentoo.patch | 22 ++++++++++++++++++++++ .../cmucl-source/files/digest-cmucl-source-19a | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 dev-lisp/cmucl-source/files/19a/cmucl-hemlock-dict.asd-gentoo.patch create mode 100644 dev-lisp/cmucl-source/files/digest-cmucl-source-19a (limited to 'dev-lisp/cmucl-source/files') 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 -- cgit v1.2.3-65-gdbad