diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-04 23:14:09 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-04 23:14:09 +0000 |
commit | 712e150d5dc376ec105ecb73aacd8f8894b17a78 (patch) | |
tree | 15e6e001b3ae05e5853c9fb79abebff8beef8d84 /dev-lisp/cl-odcl/files | |
parent | Version bump, bug 79184. (diff) | |
download | historical-712e150d5dc376ec105ecb73aacd8f8894b17a78.tar.gz historical-712e150d5dc376ec105ecb73aacd8f8894b17a78.tar.bz2 historical-712e150d5dc376ec105ecb73aacd8f8894b17a78.zip |
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-lisp/cl-odcl/files')
-rw-r--r-- | dev-lisp/cl-odcl/files/1.3.5-package-lock-gentoo.patch | 27 | ||||
-rw-r--r-- | dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.3 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.4 | 1 |
3 files changed, 27 insertions, 2 deletions
diff --git a/dev-lisp/cl-odcl/files/1.3.5-package-lock-gentoo.patch b/dev-lisp/cl-odcl/files/1.3.5-package-lock-gentoo.patch new file mode 100644 index 000000000000..aa39fcbba9ad --- /dev/null +++ b/dev-lisp/cl-odcl/files/1.3.5-package-lock-gentoo.patch @@ -0,0 +1,27 @@ +diff -ur cl-odcl-1.3.5.orig/odcl.asd cl-odcl-1.3.5/odcl.asd +--- cl-odcl-1.3.5.orig/odcl.asd 2005-02-04 16:46:56.586578149 -0600 ++++ cl-odcl-1.3.5/odcl.asd 2005-02-04 17:05:26.734827463 -0600 +@@ -6,6 +6,14 @@ + (defpackage :odcl-system (:use #:asdf #:cl)) + (in-package :odcl-system) + ++(defclass unlocked-file (cl-source-file) ++ ()) ++ ++(defmethod perform ((o load-op) (c unlocked-file)) ++ (#+cmu ext:without-package-locks ++ #-cmu progn ++ (call-next-method))) ++ + #+sbcl (setf asdf::*compile-file-warnings-behaviour* :ignore) + + (defsystem :odcl +@@ -50,7 +58,7 @@ + (:file "persistence") + (:file "time") + (:file "iso-8601") +- #+cmu (:file "profile") ++ #+cmu (:unlocked-file "profile") + #+cmu (:file "log") + (:module "tests" + :components ((:file "test-avl") diff --git a/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.3 b/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.3 deleted file mode 100644 index 062791cb1b60..000000000000 --- a/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 235fa207f3ae6ed5ab58871ead87582a cl-odcl_1.3.3.orig.tar.gz 100875 diff --git a/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.4 b/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.4 deleted file mode 100644 index c0d9a80b8f04..000000000000 --- a/dev-lisp/cl-odcl/files/digest-cl-odcl-1.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c0890c2c9835f212b850d6f294b91c96 cl-odcl_1.3.4.orig.tar.gz 101027 |