From 3928a494c08756468dd48f2fe8984751a50ad1c1 Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Sun, 8 Apr 2018 15:31:28 +0200 Subject: dev-lisp/common-lisp-controller: Drop last rited package Closes: https://bugs.gentoo.org/646742 --- .../files/4.27/lisp-config.lisp | 3 --- .../files/5.13/lisp-config.lisp | 3 --- .../common-lisp-controller/files/README.Gentoo | 27 ---------------------- 3 files changed, 33 deletions(-) delete mode 100644 dev-lisp/common-lisp-controller/files/4.27/lisp-config.lisp delete mode 100644 dev-lisp/common-lisp-controller/files/5.13/lisp-config.lisp delete mode 100644 dev-lisp/common-lisp-controller/files/README.Gentoo (limited to 'dev-lisp/common-lisp-controller/files') diff --git a/dev-lisp/common-lisp-controller/files/4.27/lisp-config.lisp b/dev-lisp/common-lisp-controller/files/4.27/lisp-config.lisp deleted file mode 100644 index a6d36ce22005..000000000000 --- a/dev-lisp/common-lisp-controller/files/4.27/lisp-config.lisp +++ /dev/null @@ -1,3 +0,0 @@ - -(in-package common-lisp-user) - diff --git a/dev-lisp/common-lisp-controller/files/5.13/lisp-config.lisp b/dev-lisp/common-lisp-controller/files/5.13/lisp-config.lisp deleted file mode 100644 index a6d36ce22005..000000000000 --- a/dev-lisp/common-lisp-controller/files/5.13/lisp-config.lisp +++ /dev/null @@ -1,3 +0,0 @@ - -(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 deleted file mode 100644 index adaa56315a4f..000000000000 --- a/dev-lisp/common-lisp-controller/files/README.Gentoo +++ /dev/null @@ -1,27 +0,0 @@ - -*-outline-*- - -* Common Lisp Controller 4.x and 5.x - -With version 4.x and 5.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 - -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 -order to function. The original CLC implementation's clc-send-command -has been replaced with a shell script which implements the same -interface, but bypasses clc-build-daemon entirely. - --- Matthew Kennedy -- cgit v1.2.3