summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-07-25 18:07:47 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-07-25 18:07:47 +0000
commit27ef1be64b890cc9bfddb135dddc7d917e05877c (patch)
tree0852170f70f56dfd9970755c3edbe515bfad6169 /dev-lisp
parentUpdates to ghc and cabal eclasses to go with ghc-6.6.x upgrade. (diff)
downloadgentoo-2-27ef1be64b890cc9bfddb135dddc7d917e05877c.tar.gz
gentoo-2-27ef1be64b890cc9bfddb135dddc7d917e05877c.tar.bz2
gentoo-2-27ef1be64b890cc9bfddb135dddc7d917e05877c.zip
remove old support files
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/sbcl/files/0.9.17/README.Gentoo30
-rw-r--r--dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-prefix5
-rw-r--r--dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-suffix2
-rw-r--r--dev-lisp/sbcl/files/0.9.17/disable-tests-gentoo.patch54
-rw-r--r--dev-lisp/sbcl/files/0.9.17/install-clc.lisp37
-rw-r--r--dev-lisp/sbcl/files/0.9.17/sbcl.sh65
-rw-r--r--dev-lisp/sbcl/files/0.9.17/sbclrc16
-rw-r--r--dev-lisp/sbcl/files/0.9.17/vanilla-module-install-source-gentoo.patch10
-rw-r--r--dev-lisp/sbcl/files/0.9.3/README.Gentoo29
-rw-r--r--dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix5
-rw-r--r--dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix2
-rw-r--r--dev-lisp/sbcl/files/0.9.3/install-clc.lisp34
-rw-r--r--dev-lisp/sbcl/files/0.9.3/sbcl-gentoo.patch88
-rw-r--r--dev-lisp/sbcl/files/0.9.3/sbclrc18
-rw-r--r--dev-lisp/sbcl/files/0.9.4/README.Gentoo29
-rw-r--r--dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-prefix5
-rw-r--r--dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-suffix2
-rw-r--r--dev-lisp/sbcl/files/0.9.4/install-clc.lisp34
-rw-r--r--dev-lisp/sbcl/files/0.9.4/sbcl-gentoo.patch88
-rw-r--r--dev-lisp/sbcl/files/0.9.4/sbcl.sh60
-rw-r--r--dev-lisp/sbcl/files/0.9.4/sbclrc18
21 files changed, 0 insertions, 631 deletions
diff --git a/dev-lisp/sbcl/files/0.9.17/README.Gentoo b/dev-lisp/sbcl/files/0.9.17/README.Gentoo
deleted file mode 100644
index 6f5b5d9b0409..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/README.Gentoo
+++ /dev/null
@@ -1,30 +0,0 @@
-$Id: README.Gentoo,v 1.1 2006/09/30 04:56:25 mkennedy Exp $
-
-Gentoo GNU/Linux specific notes for SBCL
-----------------------------------------
-
-This is the README.Gentoo file from /usr/share/doc/@PF@/ directory.
-
- * The Gentoo port uses patches from the Debian project's SBCL port.
-
- * An SBCL with support for multi-threading on GNU/Linux for the x86 and amd64
- platforms is available with 'USE="threads" emerge dev-lisp/sbcl'. Note, an
- NPTL-enabled GLIBC is a requirement beginning with SBCL 0.9.5.
-
- * asdf-install is installed as sbcl-asdf-install (the man-page is similarly
- named).
-
- * Support for the Common Lisp Controller is available.
-
- * If "nosource" is in your USE flags, then SBCL's source will not be installed
- (in /usr/lib/sbcl/src).
-
- * If "unicode" is in your USE flags, then support for SBCL
- Unicode will be included.
-
- * If "ldb" is in your USE flags, then support for the SBCL low-level debugger
- will be included.
-
-If you encounter any problems or have suggestions, use http://bugs.gentoo.org.
-Please don't bother the upstream authors unless you are absolutely certain it is
-not Gentoo-related.
diff --git a/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-prefix
deleted file mode 100644
index 40f9a4fc85fa..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-prefix
+++ /dev/null
@@ -1,5 +0,0 @@
-(lambda (list)
-(flet ((enable (x)
-(pushnew x list))
-(disable (x)
-(setf list (remove x list))))
diff --git a/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-suffix
deleted file mode 100644
index dbbde7adc44e..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/customize-target-features.lisp-suffix
+++ /dev/null
@@ -1,2 +0,0 @@
-)
-list)
diff --git a/dev-lisp/sbcl/files/0.9.17/disable-tests-gentoo.patch b/dev-lisp/sbcl/files/0.9.17/disable-tests-gentoo.patch
deleted file mode 100644
index d68ee4250ba6..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/disable-tests-gentoo.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -ur sbcl-0.9.14.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.17/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
---- sbcl-0.9.17.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2006-06-09 09:11:29.000000000 -0500
-+++ sbcl-0.9.17/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2006-07-09 11:42:19.000000000 -0500
-@@ -42,19 +42,3 @@
-
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets))))
- (provide 'sb-bsd-sockets))
--
--#-win32
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets))))
-- (operate 'load-op 'sb-bsd-sockets-tests)
-- (operate 'test-op 'sb-bsd-sockets-tests))
--
--#-win32
--(defsystem sb-bsd-sockets-tests
-- :depends-on (sb-rt sb-bsd-sockets #-win32 sb-posix)
-- :components ((:file "tests")))
--
--#-win32
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets-tests))))
-- (or (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (error "test-op failed")))
--
-diff -ur sbcl-0.9.17.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.17/contrib/sb-posix/sb-posix.asd
---- sbcl-0.9.17.orig/contrib/sb-posix/sb-posix.asd 2006-03-07 06:04:27.000000000 -0600
-+++ sbcl-0.9.17/contrib/sb-posix/sb-posix.asd 2006-07-09 11:43:16.000000000 -0500
-@@ -22,27 +22,3 @@
-
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-posix))))
- (provide 'sb-posix))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix))))
-- (operate 'load-op 'sb-posix-tests)
-- (operate 'test-op 'sb-posix-tests))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix-tests))))
-- (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (let ((failures (funcall (intern "PENDING-TESTS" "SB-RT")))
-- (ignored-failures (loop for sym being the symbols of :sb-posix-tests
-- if (search ".ERROR" (symbol-name sym))
-- collect sym)))
-- (cond
-- ((null failures)
-- t)
-- ((null (set-difference failures ignored-failures))
-- (warn "~@<some POSIX implementations return incorrect error values for ~
-- failing calls, but there is legitimate variation between ~
-- implementations too. If you think the errno ~
-- from your platform is valid, please contact the sbcl ~
-- developers; otherwise, please submit a bug report to your ~
-- kernel distributor~@:>")
-- t)
-- (t
-- (error "non-errno tests failed!")))))
diff --git a/dev-lisp/sbcl/files/0.9.17/install-clc.lisp b/dev-lisp/sbcl/files/0.9.17/install-clc.lisp
deleted file mode 100644
index 8ae9a3828dff..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/install-clc.lisp
+++ /dev/null
@@ -1,37 +0,0 @@
-;;; -*- Mode: LISP; Package: CL-USER -*-
-;;;
-;;; Copyright (C) Peter Van Eynde 2001 and Kevin Rosenberg 2002-2003
-;;;
-;;; License: LGPL v2
-;;;
-
-;; This file is originally from the Debian project patch to SBCL
-;; upstream.
-
-(in-package "COMMON-LISP-USER")
-
-(handler-case
- (load "/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp")
- (error (e)
- (format t "~%Error during load of common-lisp-controller.lisp: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(handler-case
- (common-lisp-controller:init-common-lisp-controller-v4 "sbcl")
- (error (e)
- (format t "~%Error running init-common-lisp-controller-v4: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(when (probe-file #p"/etc/lisp.config")
- (load #p"/etc/lisp.config"))
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*"
- #P"/usr/share/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*"
- #P"/usr/share/sbcl/**/*.*")))
-
-(ignore-errors
- (format t "~%Saving to sbcl-new.core...")
- (sb-ext:gc :full t)
- (sb-ext:save-lisp-and-die "sbcl-new.core"))
diff --git a/dev-lisp/sbcl/files/0.9.17/sbcl.sh b/dev-lisp/sbcl/files/0.9.17/sbcl.sh
deleted file mode 100644
index 6693bd9b4e8b..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/sbcl.sh
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/bin/sh
-
-# This file is originally from the Debian project patch to SBCL
-# upstream. It has been modified by the Gentoo project to NOT use
-# /etc/sbcl.rc which has been confusing because SBCL docs refer
-# /etc/sbclrc.
-
-if [ ! -f /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp ] ; then
- cat <<EOF
-$0: cannot find the common-lisp-controller source.
-EOF
- exit 0
-fi
-
-build_error()
-{
- echo "Build failure $1"
- exit 1
-}
-
-case $1 in
- install-clc)
- echo $0 loading and dumping clc.
- ( cd /usr/lib/sbcl
- /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core \
- --noinform --sysinit /etc/sbclrc --userinit /dev/null \
- --load "/usr/lib/sbcl/install-clc.lisp" # 2> /dev/null
- mv sbcl-new.core sbcl.core || (echo FAILED ; cp sbcl-dist.core sbcl.core ) )
- ;;
- remove-clc)
- echo $0 removing clc-enabled image
- cp /usr/lib/sbcl/sbcl-dist.core /usr/lib/sbcl/sbcl.core
- ;;
- rebuild)
- echo $0 rebuilding...
- shift
- echo rebuilding $1
- /usr/bin/sbcl --noinform --sysinit /etc/sbclrc --userinit /dev/null \
- --disable-debugger \
- --eval \
-"(handler-case
- (progn
- (asdf:operate 'asdf:compile-op (quote $1))
- (sb-unix:unix-exit 0))
- (error (e)
- (ignore-errors (format t \"~&Build error: ~A~%\" e))
- (finish-output)
- (sb-unix:unix-exit 1)))" || build_error
- ;;
- remove)
- echo $0 removing packages...
- shift
- while [ ! -z "$1" ] ; do
- rm -rf "/var/cache/common-lisp-controller/*/sbcl/${1}"
- shift
- done
- ;;
- *)
- echo $0 unkown command $1
- echo known commands: rebuild, remove, install-clc, and remove-clc
- exit 1
- ;;
-esac
-
-exit 0 \ No newline at end of file
diff --git a/dev-lisp/sbcl/files/0.9.17/sbclrc b/dev-lisp/sbcl/files/0.9.17/sbclrc
deleted file mode 100644
index bd0ab76b6adf..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/sbclrc
+++ /dev/null
@@ -1,16 +0,0 @@
-;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CL-USER -*-
-
-;;; This file is installed as /etc/sbclrc and run on every invocation
-;;; of SBCL
-
-(if (probe-file "/etc/lisp-config.lisp")
- (load "/etc/lisp-config.lisp")
- (format t "~%;;; Warning: there is no /etc/lisp-config.lisp file"))
-
-;;; The following is required if you want source location functions to
-;;; work (such as those called when you use M-. (edit definition) in
-;;; ILISP or SLIME)
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*" #p"/usr/lib/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*" #p"/usr/lib/sbcl/**/*.*")))
diff --git a/dev-lisp/sbcl/files/0.9.17/vanilla-module-install-source-gentoo.patch b/dev-lisp/sbcl/files/0.9.17/vanilla-module-install-source-gentoo.patch
deleted file mode 100644
index 92dcff50e16b..000000000000
--- a/dev-lisp/sbcl/files/0.9.17/vanilla-module-install-source-gentoo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -ur sbcl-0.9.17.orig/contrib/vanilla-module.mk sbcl-0.9.17/contrib/vanilla-module.mk
---- sbcl-0.9.17.orig/contrib/vanilla-module.mk 2006-09-08 08:36:47.000000000 -0500
-+++ sbcl-0.9.17/contrib/vanilla-module.mk 2006-09-29 21:53:50.000000000 -0500
-@@ -5,4 +5,4 @@
- test:: $(MODULE).fasl
-
- install:
-- cp $(MODULE).fasl "$(BUILD_ROOT)$(INSTALL_DIR)"
-+ cp $(MODULE).fasl $(MODULE).lisp "$(BUILD_ROOT)$(INSTALL_DIR)"
-Only in sbcl-0.9.17/contrib: vanilla-module.mk.~1.6.~
diff --git a/dev-lisp/sbcl/files/0.9.3/README.Gentoo b/dev-lisp/sbcl/files/0.9.3/README.Gentoo
deleted file mode 100644
index 76f560d1b31e..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/README.Gentoo
+++ /dev/null
@@ -1,29 +0,0 @@
--*- outline -*- $Id: README.Gentoo,v 1.3 2005/12/02 02:51:57 mkennedy Exp $
-
-Gentoo GNU/Linux specific notes for SBCL
-----------------------------------------
-
-This is the README.Gentoo file from /usr/share/doc/@PF@/ directory.
-
- * The Gentoo port uses patches from the Debian project's SBCL port.
-
- * An SBCL with support for multi-threading on GNU/Linux for x86 is available
- with 'USE="threads" emerge dev-lisp/sbcl'
-
- * asdf-install is installed as sbcl-asdf-install (the man-page is similarly
- named).
-
- * Support for the Common Lisp Controller is available.
-
- * If "nosource" is in your USE flags, then SBCL's source will not be installed
- (in /usr/lib/sbcl/src).
-
- * If "unicode" is in your USE flags, then support for SBCL
- Unicode will be included.
-
- * If "ldb" is in your USE flags, then support for the SBCL low-level debugger
- will be included.
-
-If you encounter any problems or have suggestions, use http://bugs.gentoo.org.
-Please don't bother the upstream authors unless you are absolutely certain it is
-not Gentoo-related.
diff --git a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix
deleted file mode 100644
index 40f9a4fc85fa..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix
+++ /dev/null
@@ -1,5 +0,0 @@
-(lambda (list)
-(flet ((enable (x)
-(pushnew x list))
-(disable (x)
-(setf list (remove x list))))
diff --git a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix
deleted file mode 100644
index dbbde7adc44e..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix
+++ /dev/null
@@ -1,2 +0,0 @@
-)
-list)
diff --git a/dev-lisp/sbcl/files/0.9.3/install-clc.lisp b/dev-lisp/sbcl/files/0.9.3/install-clc.lisp
deleted file mode 100644
index c8e0a93a729f..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/install-clc.lisp
+++ /dev/null
@@ -1,34 +0,0 @@
-;;; -*- Mode: LISP; Package: CL-USER -*-
-;;;
-;;; Copyright (C) Peter Van Eynde 2001 and Kevin Rosenberg 2002-2003
-;;;
-;;; License: LGPL v2
-;;;
-(in-package "COMMON-LISP-USER")
-
-(handler-case
- (load "/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp")
- (error (e)
- (format t "~%Error during load of common-lisp-controller.lisp: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(handler-case
- (common-lisp-controller:init-common-lisp-controller-v4 "sbcl")
- (error (e)
- (format t "~%Error running init-common-lisp-controller-v4: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(when (probe-file #p"/etc/lisp.config")
- (load #p"/etc/lisp.config"))
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*"
- #P"/usr/share/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*"
- #P"/usr/share/sbcl/**/*.*")))
-
-(ignore-errors
- (format t "~%Saving to sbcl-new.core...")
- (sb-ext:gc :full t)
- (sb-ext:save-lisp-and-die "sbcl-new.core"
- :purify t))
diff --git a/dev-lisp/sbcl/files/0.9.3/sbcl-gentoo.patch b/dev-lisp/sbcl/files/0.9.3/sbcl-gentoo.patch
deleted file mode 100644
index 8b529fc6cb8c..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/sbcl-gentoo.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -ur --exclude '*~' sbcl-0.9.3.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.3/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
---- sbcl-0.9.3.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-08-02 06:42:56.000000000 -0500
-+++ sbcl-0.9.3/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2005-04-25 11:08:42.000000000 -0500
-@@ -102,15 +102,3 @@
-
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets))))
- (provide 'sb-bsd-sockets))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets))))
-- (operate 'load-op 'sb-bsd-sockets-tests)
-- (operate 'test-op 'sb-bsd-sockets-tests))
--
--(defsystem sb-bsd-sockets-tests
-- :depends-on (sb-rt sb-bsd-sockets sb-posix)
-- :components ((:file "tests")))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets-tests))))
-- (or (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (error "test-op failed")))
-diff -ur --exclude '*~' sbcl-0.9.3.orig/contrib/sb-posix/posix-tests.lisp sbcl-0.9.3/contrib/sb-posix/posix-tests.lisp
---- sbcl-0.9.3.orig/contrib/sb-posix/posix-tests.lisp 2005-01-06 06:47:57.000000000 -0600
-+++ sbcl-0.9.3/contrib/sb-posix/posix-tests.lisp 2005-04-25 11:06:50.000000000 -0500
-@@ -96,7 +96,7 @@
- (sb-posix:syscall-errno c)))
- #.sb-posix::eexist)
-
--(deftest mkdir.error.2
-+#+nil (deftest mkdir.error.2
- (handler-case
- (sb-posix:mkdir "/" 0)
- (sb-posix:syscall-error (c)
-@@ -149,7 +149,7 @@
- (sb-posix:syscall-errno c)))
- #.sb-posix::enotdir)
-
--(deftest rmdir.error.3
-+#+nil (deftest rmdir.error.3
- (handler-case
- (sb-posix:rmdir "/")
- (sb-posix:syscall-error (c)
-diff -ur --exclude '*~' sbcl-0.9.3.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.3/contrib/sb-posix/sb-posix.asd
---- sbcl-0.9.3.orig/contrib/sb-posix/sb-posix.asd 2004-08-04 05:54:18.000000000 -0500
-+++ sbcl-0.9.3/contrib/sb-posix/sb-posix.asd 2005-04-25 11:10:09.000000000 -0500
-@@ -88,33 +88,5 @@
- :package :sb-posix :depends-on ("defpackage"))
- (:file "interface" :depends-on ("constants" "macros" "designator" "alien"))))
-
--(defsystem sb-posix-tests
-- :depends-on (sb-rt)
-- :components ((:file "posix-tests")))
--
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-posix))))
- (provide 'sb-posix))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix))))
-- (operate 'load-op 'sb-posix-tests)
-- (operate 'test-op 'sb-posix-tests))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix-tests))))
-- (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (let ((failures (funcall (intern "PENDING-TESTS" "SB-RT")))
-- (ignored-failures (loop for sym being the symbols of :sb-posix-tests
-- if (search ".ERROR" (symbol-name sym))
-- collect sym)))
-- (cond
-- ((null failures)
-- t)
-- ((null (set-difference failures ignored-failures))
-- (warn "~@<some POSIX implementations return incorrect error values for ~
-- failing calls, but there is legitimate variation between ~
-- implementations too. If you think the errno ~
-- from your platform is valid, please contact the sbcl ~
-- developers; otherwise, please submit a bug report to your ~
-- kernel distributor~@:>")
-- t)
-- (t
-- (error "non-errno tests failed!")))))
-diff -ur --exclude '*~' sbcl-0.9.3.orig/src/runtime/GNUmakefile sbcl-0.9.3/src/runtime/GNUmakefile
---- sbcl-0.9.3.orig/src/runtime/GNUmakefile 2005-04-10 10:34:59.000000000 -0500
-+++ sbcl-0.9.3/src/runtime/GNUmakefile 2005-04-25 11:06:50.000000000 -0500
-@@ -33,6 +33,7 @@
- # symlink to Config-foo.
- include Config
-
-+CFLAGS += -DSBCL_HOME='"/usr/lib/sbcl"'
-
- C_SRCS = alloc.c backtrace.c breakpoint.c coreparse.c \
- dynbind.c gc-common.c globals.c interr.c interrupt.c \
diff --git a/dev-lisp/sbcl/files/0.9.3/sbclrc b/dev-lisp/sbcl/files/0.9.3/sbclrc
deleted file mode 100644
index 91f31720d896..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/sbclrc
+++ /dev/null
@@ -1,18 +0,0 @@
-;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CL-USER -*-
-
-;;; This file is installed as /etc/sbcl.rc and run on every invocation
-;;; of SBCL
-
-(if (probe-file "/etc/lisp-config.lisp")
- (load "/etc/lisp-config.lisp")
- (format t "~%;;; Warning: there is no /etc/lisp-config.lisp file"))
-
-;;; The following is required if you want source location functions to
-;;; work (such as those called when you use M-. (edit definition) in
-;;; ILISP or SLIME)
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*" #p"/usr/lib/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*" #p"/usr/lib/sbcl/**/*.*")))
-
-;;; sbclrc ends here
diff --git a/dev-lisp/sbcl/files/0.9.4/README.Gentoo b/dev-lisp/sbcl/files/0.9.4/README.Gentoo
deleted file mode 100644
index 06f27a49054a..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/README.Gentoo
+++ /dev/null
@@ -1,29 +0,0 @@
--*- outline -*- $Id: README.Gentoo,v 1.1 2005/09/01 18:40:50 mkennedy Exp $
-
-Gentoo GNU/Linux specific notes for SBCL
-----------------------------------------
-
-This is the README.Gentoo file from /usr/share/doc/@PF@/ directory.
-
- * The Gentoo port uses patches from the Debian project's SBCL port.
-
- * An SBCL with support for multi-threading on GNU/Linux for x86 is available
- with 'USE="threads" emerge dev-lisp/sbcl'
-
- * asdf-install is installed as sbcl-asdf-install (the man-page is similarly
- named).
-
- * Support for the Common Lisp Controller is available.
-
- * If "nosource" is in your USE flags, then SBCL's source will not be installed
- (in /usr/lib/sbcl/src).
-
- * If "unicode" is in your USE flags, then support for SBCL
- Unicode will be included.
-
- * If "ldb" is in your USE flags, then support for the SBCL low-level debugger
- will be included.
-
-If you encounter any problems or have suggestions, use http://bugs.gentoo.org.
-Please don't bother the upstream authors unless you are absolutely certain it is
-not Gentoo-related.
diff --git a/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-prefix
deleted file mode 100644
index 40f9a4fc85fa..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-prefix
+++ /dev/null
@@ -1,5 +0,0 @@
-(lambda (list)
-(flet ((enable (x)
-(pushnew x list))
-(disable (x)
-(setf list (remove x list))))
diff --git a/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-suffix
deleted file mode 100644
index dbbde7adc44e..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/customize-target-features.lisp-suffix
+++ /dev/null
@@ -1,2 +0,0 @@
-)
-list)
diff --git a/dev-lisp/sbcl/files/0.9.4/install-clc.lisp b/dev-lisp/sbcl/files/0.9.4/install-clc.lisp
deleted file mode 100644
index c8e0a93a729f..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/install-clc.lisp
+++ /dev/null
@@ -1,34 +0,0 @@
-;;; -*- Mode: LISP; Package: CL-USER -*-
-;;;
-;;; Copyright (C) Peter Van Eynde 2001 and Kevin Rosenberg 2002-2003
-;;;
-;;; License: LGPL v2
-;;;
-(in-package "COMMON-LISP-USER")
-
-(handler-case
- (load "/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp")
- (error (e)
- (format t "~%Error during load of common-lisp-controller.lisp: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(handler-case
- (common-lisp-controller:init-common-lisp-controller-v4 "sbcl")
- (error (e)
- (format t "~%Error running init-common-lisp-controller-v4: ~A~%" e)
- (sb-unix:unix-exit 1)))
-
-(when (probe-file #p"/etc/lisp.config")
- (load #p"/etc/lisp.config"))
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*"
- #P"/usr/share/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*"
- #P"/usr/share/sbcl/**/*.*")))
-
-(ignore-errors
- (format t "~%Saving to sbcl-new.core...")
- (sb-ext:gc :full t)
- (sb-ext:save-lisp-and-die "sbcl-new.core"
- :purify t))
diff --git a/dev-lisp/sbcl/files/0.9.4/sbcl-gentoo.patch b/dev-lisp/sbcl/files/0.9.4/sbcl-gentoo.patch
deleted file mode 100644
index 0e7d12379a6e..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/sbcl-gentoo.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -ur --exclude '*~' sbcl-0.9.4.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.4/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
---- sbcl-0.9.4.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-08-02 06:42:56.000000000 -0500
-+++ sbcl-0.9.4/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2005-04-25 11:08:42.000000000 -0500
-@@ -102,15 +102,3 @@
-
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets))))
- (provide 'sb-bsd-sockets))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets))))
-- (operate 'load-op 'sb-bsd-sockets-tests)
-- (operate 'test-op 'sb-bsd-sockets-tests))
--
--(defsystem sb-bsd-sockets-tests
-- :depends-on (sb-rt sb-bsd-sockets sb-posix)
-- :components ((:file "tests")))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-bsd-sockets-tests))))
-- (or (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (error "test-op failed")))
-diff -ur --exclude '*~' sbcl-0.9.4.orig/contrib/sb-posix/posix-tests.lisp sbcl-0.9.4/contrib/sb-posix/posix-tests.lisp
---- sbcl-0.9.4.orig/contrib/sb-posix/posix-tests.lisp 2005-01-06 06:47:57.000000000 -0600
-+++ sbcl-0.9.4/contrib/sb-posix/posix-tests.lisp 2005-04-25 11:06:50.000000000 -0500
-@@ -96,7 +96,7 @@
- (sb-posix:syscall-errno c)))
- #.sb-posix::eexist)
-
--(deftest mkdir.error.2
-+#+nil (deftest mkdir.error.2
- (handler-case
- (sb-posix:mkdir "/" 0)
- (sb-posix:syscall-error (c)
-@@ -149,7 +149,7 @@
- (sb-posix:syscall-errno c)))
- #.sb-posix::enotdir)
-
--(deftest rmdir.error.3
-+#+nil (deftest rmdir.error.3
- (handler-case
- (sb-posix:rmdir "/")
- (sb-posix:syscall-error (c)
-diff -ur --exclude '*~' sbcl-0.9.4.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.4/contrib/sb-posix/sb-posix.asd
---- sbcl-0.9.4.orig/contrib/sb-posix/sb-posix.asd 2004-08-04 05:54:18.000000000 -0500
-+++ sbcl-0.9.4/contrib/sb-posix/sb-posix.asd 2005-04-25 11:10:09.000000000 -0500
-@@ -88,33 +88,5 @@
- :package :sb-posix :depends-on ("defpackage"))
- (:file "interface" :depends-on ("constants" "macros" "designator" "alien"))))
-
--(defsystem sb-posix-tests
-- :depends-on (sb-rt)
-- :components ((:file "posix-tests")))
--
- (defmethod perform :after ((o load-op) (c (eql (find-system :sb-posix))))
- (provide 'sb-posix))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix))))
-- (operate 'load-op 'sb-posix-tests)
-- (operate 'test-op 'sb-posix-tests))
--
--(defmethod perform ((o test-op) (c (eql (find-system :sb-posix-tests))))
-- (funcall (intern "DO-TESTS" (find-package "SB-RT")))
-- (let ((failures (funcall (intern "PENDING-TESTS" "SB-RT")))
-- (ignored-failures (loop for sym being the symbols of :sb-posix-tests
-- if (search ".ERROR" (symbol-name sym))
-- collect sym)))
-- (cond
-- ((null failures)
-- t)
-- ((null (set-difference failures ignored-failures))
-- (warn "~@<some POSIX implementations return incorrect error values for ~
-- failing calls, but there is legitimate variation between ~
-- implementations too. If you think the errno ~
-- from your platform is valid, please contact the sbcl ~
-- developers; otherwise, please submit a bug report to your ~
-- kernel distributor~@:>")
-- t)
-- (t
-- (error "non-errno tests failed!")))))
-diff -ur --exclude '*~' sbcl-0.9.4.orig/src/runtime/GNUmakefile sbcl-0.9.4/src/runtime/GNUmakefile
---- sbcl-0.9.4.orig/src/runtime/GNUmakefile 2005-04-10 10:34:59.000000000 -0500
-+++ sbcl-0.9.4/src/runtime/GNUmakefile 2005-04-25 11:06:50.000000000 -0500
-@@ -33,6 +33,7 @@
- # symlink to Config-foo.
- include Config
-
-+CFLAGS += -DSBCL_HOME='"/usr/lib/sbcl"'
-
- C_SRCS = alloc.c backtrace.c breakpoint.c coreparse.c \
- dynbind.c gc-common.c globals.c interr.c interrupt.c \
diff --git a/dev-lisp/sbcl/files/0.9.4/sbcl.sh b/dev-lisp/sbcl/files/0.9.4/sbcl.sh
deleted file mode 100644
index 66253874d2a3..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/sbcl.sh
+++ /dev/null
@@ -1,60 +0,0 @@
-#!/bin/sh
-
-if [ ! -f /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp ] ; then
- cat <<EOF
-$0: cannot find the common-lisp-controller source.
-EOF
- exit 0
-fi
-
-build_error()
-{
- echo "Build failure $1"
- exit 1
-}
-
-case $1 in
- install-clc)
- echo $0 loading and dumping clc.
- ( cd /usr/lib/sbcl
- /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core \
- --noinform --sysinit /etc/sbclrc --userinit /dev/null \
- --load "/usr/lib/sbcl/install-clc.lisp" 2> /dev/null
- mv sbcl-new.core sbcl.core || (echo FAILED ; cp sbcl-dist.core sbcl.core ) )
- ;;
- remove-clc)
- echo $0 removing clc-enabled image
- cp /usr/lib/sbcl/sbcl-dist.core /usr/lib/sbcl/sbcl.core
- ;;
- rebuild)
- echo $0 rebuilding...
- shift
- echo rebuilding $1
- /usr/bin/sbcl --noinform --sysinit /etc/sbclrc --userinit /dev/null \
- --disable-debugger \
- --eval \
-"(handler-case
- (progn
- (asdf:operate 'asdf:compile-op (quote $1))
- (sb-unix:unix-exit 0))
- (error (e)
- (ignore-errors (format t \"~&Build error: ~A~%\" e))
- (finish-output)
- (sb-unix:unix-exit 1)))" || build_error
- ;;
- remove)
- echo $0 removing packages...
- shift
- while [ ! -z "$1" ] ; do
- rm -rf "/var/cache/common-lisp-controller/*/sbcl/${1}"
- shift
- done
- ;;
- *)
- echo $0 unkown command $1
- echo known commands: rebuild, remove, install-clc, and remove-clc
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/dev-lisp/sbcl/files/0.9.4/sbclrc b/dev-lisp/sbcl/files/0.9.4/sbclrc
deleted file mode 100644
index 91f31720d896..000000000000
--- a/dev-lisp/sbcl/files/0.9.4/sbclrc
+++ /dev/null
@@ -1,18 +0,0 @@
-;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CL-USER -*-
-
-;;; This file is installed as /etc/sbcl.rc and run on every invocation
-;;; of SBCL
-
-(if (probe-file "/etc/lisp-config.lisp")
- (load "/etc/lisp-config.lisp")
- (format t "~%;;; Warning: there is no /etc/lisp-config.lisp file"))
-
-;;; The following is required if you want source location functions to
-;;; work (such as those called when you use M-. (edit definition) in
-;;; ILISP or SLIME)
-
-(setf (logical-pathname-translations "SYS")
- '(("SYS:SRC;**;*.*.*" #p"/usr/lib/sbcl/src/**/*.*")
- ("SYS:CONTRIB;**;*.*.*" #p"/usr/lib/sbcl/**/*.*")))
-
-;;; sbclrc ends here