diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 09:18:30 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 09:18:30 +0000 |
commit | 760cc145a07087b38f34942a0c58d0c6bf7d2f27 (patch) | |
tree | 8c6a0a0fa650b6704a1ac06668630d0fc7b19f45 /dev-lisp/common-lisp-controller/files | |
parent | x86 for chrpath (diff) | |
download | gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.tar.gz gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.tar.bz2 gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.zip |
controler refresh
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/common-lisp-controller/files')
4 files changed, 34 insertions, 3 deletions
diff --git a/dev-lisp/common-lisp-controller/files/4.12-user-clc-systems-gentoo.patch b/dev-lisp/common-lisp-controller/files/4.12-user-clc-systems-gentoo.patch new file mode 100644 index 000000000000..b0601a0c3b07 --- /dev/null +++ b/dev-lisp/common-lisp-controller/files/4.12-user-clc-systems-gentoo.patch @@ -0,0 +1,18 @@ +diff -u clc.orig/common-lisp-controller.lisp clc/common-lisp-controller.lisp +--- clc.orig/common-lisp-controller.lisp 2004-09-30 06:33:07.000000000 -0500 ++++ clc/common-lisp-controller.lisp 2005-02-10 00:43:05.763351623 -0600 +@@ -111,11 +111,6 @@ + ;; register the systems root: + (push *systems-root* + (symbol-value (intern (symbol-name :*central-registry*) +- (find-package :asdf)))) +- ;; register the users root: +- (push (merge-pathnames ".clc/systems/" +- (user-homedir-pathname)) +- (symbol-value (intern (symbol-name :*central-registry*) + (find-package :asdf)))))) + (values)) + +Only in clc: common-lisp-controller.lisp~ +Common subdirectories: clc.orig/debian and clc/debian +Common subdirectories: clc.orig/man and clc/man diff --git a/dev-lisp/common-lisp-controller/files/4.12/lisp-config.lisp b/dev-lisp/common-lisp-controller/files/4.12/lisp-config.lisp new file mode 100644 index 000000000000..a6d36ce22005 --- /dev/null +++ b/dev-lisp/common-lisp-controller/files/4.12/lisp-config.lisp @@ -0,0 +1,3 @@ + +(in-package common-lisp-user) + diff --git a/dev-lisp/common-lisp-controller/files/README.Gentoo b/dev-lisp/common-lisp-controller/files/README.Gentoo index b9b62ec99415..8ba447122fe8 100644 --- a/dev-lisp/common-lisp-controller/files/README.Gentoo +++ b/dev-lisp/common-lisp-controller/files/README.Gentoo @@ -1,13 +1,22 @@ --*- Mode: outline -*- + -*-outline-*- -* IMPORTANT +* Common Lisp Controller 4.x + +With version 4.x of the Debian Common Lisp Controller, the design of +the controller was simplified so that source was compiled into +/var/cache/, per user, on demand (ie. when you evaluate (require :foo) +at the REPL). + +* Common Lisp Controller 3.x + +** IMPORTANT The Common Lisp Controller (CLC) in Gentoo GNU/Linux is a modified version of the original CLC sources from the Debian Project. Do not send bug reports to the Debian Project -- always send bug reports to http://bugs.gentoo.org. -* NOTES +** NOTES If you are used to the CLC in Debian, please note that the Gentoo CLC does not require an Internet super-server such as inetd or xinetd in diff --git a/dev-lisp/common-lisp-controller/files/digest-common-lisp-controller-4.12 b/dev-lisp/common-lisp-controller/files/digest-common-lisp-controller-4.12 new file mode 100644 index 000000000000..b828905f72ec --- /dev/null +++ b/dev-lisp/common-lisp-controller/files/digest-common-lisp-controller-4.12 @@ -0,0 +1 @@ +MD5 cace0e276683e67df03fc10a54f54f42 common-lisp-controller_4.12.tar.gz 22453 |