summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-12-02 01:06:41 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-12-02 01:06:41 +0000
commita673f08a5b595990e6c2bd0edaf24c0e3c2930f0 (patch)
tree3664fd6ae1b9aed4381100687adef430b0ae750a /dev-lisp/sbcl/files
parentold (diff)
downloadgentoo-2-a673f08a5b595990e6c2bd0edaf24c0e3c2930f0.tar.gz
gentoo-2-a673f08a5b595990e6c2bd0edaf24c0e3c2930f0.tar.bz2
gentoo-2-a673f08a5b595990e6c2bd0edaf24c0e3c2930f0.zip
New upstream version; Removed old ebuilds.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lisp/sbcl/files')
-rw-r--r--dev-lisp/sbcl/files/0.9.3/README.Gentoo29
-rw-r--r--dev-lisp/sbcl/files/0.9.3/sbcl-gentoo.patch88
-rw-r--r--dev-lisp/sbcl/files/0.9.5/README.Gentoo30
-rw-r--r--dev-lisp/sbcl/files/0.9.5/customize-target-features.lisp-prefix5
-rw-r--r--dev-lisp/sbcl/files/0.9.5/customize-target-features.lisp-suffix2
-rw-r--r--dev-lisp/sbcl/files/0.9.5/install-clc.lisp34
-rw-r--r--dev-lisp/sbcl/files/0.9.5/sbcl.sh60
-rw-r--r--dev-lisp/sbcl/files/0.9.5/sbclrc18
-rw-r--r--dev-lisp/sbcl/files/0.9.6/customize-target-features.lisp-prefix5
-rw-r--r--dev-lisp/sbcl/files/0.9.6/customize-target-features.lisp-suffix2
-rw-r--r--dev-lisp/sbcl/files/0.9.6/install-clc.lisp34
-rw-r--r--dev-lisp/sbcl/files/0.9.6/sbcl-gentoo.patch70
-rw-r--r--dev-lisp/sbcl/files/0.9.6/sbcl.sh60
-rw-r--r--dev-lisp/sbcl/files/0.9.6/sbclrc18
-rw-r--r--dev-lisp/sbcl/files/0.9.7/README.Gentoo (renamed from dev-lisp/sbcl/files/0.9.6/README.Gentoo)2
-rw-r--r--dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-prefix (renamed from dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix)0
-rw-r--r--dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-suffix (renamed from dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix)0
-rw-r--r--dev-lisp/sbcl/files/0.9.7/install-clc.lisp (renamed from dev-lisp/sbcl/files/0.9.3/install-clc.lisp)0
-rw-r--r--dev-lisp/sbcl/files/0.9.7/sbcl-gentoo.patch (renamed from dev-lisp/sbcl/files/0.9.5/sbcl-gentoo.patch)22
-rw-r--r--dev-lisp/sbcl/files/0.9.7/sbcl.sh (renamed from dev-lisp/sbcl/files/0.9.3/sbcl.sh)0
-rw-r--r--dev-lisp/sbcl/files/0.9.7/sbclrc (renamed from dev-lisp/sbcl/files/0.9.3/sbclrc)0
-rw-r--r--dev-lisp/sbcl/files/digest-sbcl-0.9.57
-rw-r--r--dev-lisp/sbcl/files/digest-sbcl-0.9.67
-rw-r--r--dev-lisp/sbcl/files/digest-sbcl-0.9.7 (renamed from dev-lisp/sbcl/files/digest-sbcl-0.9.3)6
24 files changed, 15 insertions, 484 deletions
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 3ce2ce0dac07..000000000000
--- a/dev-lisp/sbcl/files/0.9.3/README.Gentoo
+++ /dev/null
@@ -1,29 +0,0 @@
--*- outline -*- $Id: README.Gentoo,v 1.1 2005/07/28 15:57:45 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/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.5/README.Gentoo b/dev-lisp/sbcl/files/0.9.5/README.Gentoo
deleted file mode 100644
index 33631930e228..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/README.Gentoo
+++ /dev/null
@@ -1,30 +0,0 @@
--*- outline -*- $Id: README.Gentoo,v 1.1 2005/10/23 19:46: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.5/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.5/customize-target-features.lisp-prefix
deleted file mode 100644
index 40f9a4fc85fa..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/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.5/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.5/customize-target-features.lisp-suffix
deleted file mode 100644
index dbbde7adc44e..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/customize-target-features.lisp-suffix
+++ /dev/null
@@ -1,2 +0,0 @@
-)
-list)
diff --git a/dev-lisp/sbcl/files/0.9.5/install-clc.lisp b/dev-lisp/sbcl/files/0.9.5/install-clc.lisp
deleted file mode 100644
index c8e0a93a729f..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/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.5/sbcl.sh b/dev-lisp/sbcl/files/0.9.5/sbcl.sh
deleted file mode 100644
index 66253874d2a3..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/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.5/sbclrc b/dev-lisp/sbcl/files/0.9.5/sbclrc
deleted file mode 100644
index 91f31720d896..000000000000
--- a/dev-lisp/sbcl/files/0.9.5/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.6/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.6/customize-target-features.lisp-prefix
deleted file mode 100644
index 40f9a4fc85fa..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/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.6/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.6/customize-target-features.lisp-suffix
deleted file mode 100644
index dbbde7adc44e..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/customize-target-features.lisp-suffix
+++ /dev/null
@@ -1,2 +0,0 @@
-)
-list)
diff --git a/dev-lisp/sbcl/files/0.9.6/install-clc.lisp b/dev-lisp/sbcl/files/0.9.6/install-clc.lisp
deleted file mode 100644
index c8e0a93a729f..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/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.6/sbcl-gentoo.patch b/dev-lisp/sbcl/files/0.9.6/sbcl-gentoo.patch
deleted file mode 100644
index ae33fab29736..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/sbcl-gentoo.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-diff -ur sbcl-0.9.6.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.6/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
---- sbcl-0.9.6.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-08-02 06:42:56.000000000 -0500
-+++ sbcl-0.9.6/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2005-09-28 12:34:17.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")))
-Only in sbcl-0.9.6/contrib/sb-bsd-sockets: sb-bsd-sockets.asd.~1.22.~
-diff -ur sbcl-0.9.6.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.6/contrib/sb-posix/sb-posix.asd
---- sbcl-0.9.6.orig/contrib/sb-posix/sb-posix.asd 2004-08-04 05:54:18.000000000 -0500
-+++ sbcl-0.9.6/contrib/sb-posix/sb-posix.asd 2005-09-28 12:35:34.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!")))))
-Only in sbcl-0.9.6/contrib/sb-posix: sb-posix.asd.~1.11.~
-diff -ur sbcl-0.9.6.orig/src/runtime/runtime.c sbcl-0.9.6/src/runtime/runtime.c
---- sbcl-0.9.6.orig/src/runtime/runtime.c 2005-09-21 10:01:15.000000000 -0500
-+++ sbcl-0.9.6/src/runtime/runtime.c 2005-09-28 16:33:46.000000000 -0500
-@@ -62,7 +62,7 @@
- #endif
-
- #ifndef SBCL_HOME
--#define SBCL_HOME "/usr/local/lib/sbcl/"
-+#define SBCL_HOME "/usr/lib/sbcl/"
- #endif
-
-
diff --git a/dev-lisp/sbcl/files/0.9.6/sbcl.sh b/dev-lisp/sbcl/files/0.9.6/sbcl.sh
deleted file mode 100644
index 66253874d2a3..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/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.6/sbclrc b/dev-lisp/sbcl/files/0.9.6/sbclrc
deleted file mode 100644
index 91f31720d896..000000000000
--- a/dev-lisp/sbcl/files/0.9.6/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.6/README.Gentoo b/dev-lisp/sbcl/files/0.9.7/README.Gentoo
index 83911c1dc9ed..ac4ce45c5e8a 100644
--- a/dev-lisp/sbcl/files/0.9.6/README.Gentoo
+++ b/dev-lisp/sbcl/files/0.9.7/README.Gentoo
@@ -1,4 +1,4 @@
--*- outline -*- $Id: README.Gentoo,v 1.1 2005/10/28 14:56:05 mkennedy Exp $
+-*- outline -*- $Id: README.Gentoo,v 1.1 2005/12/02 01:06:41 mkennedy Exp $
Gentoo GNU/Linux specific notes for SBCL
----------------------------------------
diff --git a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix b/dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-prefix
index 40f9a4fc85fa..40f9a4fc85fa 100644
--- a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-prefix
+++ b/dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-prefix
diff --git a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix b/dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-suffix
index dbbde7adc44e..dbbde7adc44e 100644
--- a/dev-lisp/sbcl/files/0.9.3/customize-target-features.lisp-suffix
+++ b/dev-lisp/sbcl/files/0.9.7/customize-target-features.lisp-suffix
diff --git a/dev-lisp/sbcl/files/0.9.3/install-clc.lisp b/dev-lisp/sbcl/files/0.9.7/install-clc.lisp
index c8e0a93a729f..c8e0a93a729f 100644
--- a/dev-lisp/sbcl/files/0.9.3/install-clc.lisp
+++ b/dev-lisp/sbcl/files/0.9.7/install-clc.lisp
diff --git a/dev-lisp/sbcl/files/0.9.5/sbcl-gentoo.patch b/dev-lisp/sbcl/files/0.9.7/sbcl-gentoo.patch
index adb5d40d479d..815a3405268e 100644
--- a/dev-lisp/sbcl/files/0.9.5/sbcl-gentoo.patch
+++ b/dev-lisp/sbcl/files/0.9.7/sbcl-gentoo.patch
@@ -1,6 +1,6 @@
-diff -ur sbcl-0.9.5.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.5/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
---- sbcl-0.9.5.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-08-02 06:42:56.000000000 -0500
-+++ sbcl-0.9.5/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2005-09-28 12:34:17.000000000 -0500
+diff -ur sbcl-0.9.7.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.7/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
+--- sbcl-0.9.7.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2004-08-02 06:42:56.000000000 -0500
++++ sbcl-0.9.7/contrib/sb-bsd-sockets/sb-bsd-sockets.asd 2005-09-28 12:34:17.000000000 -0500
@@ -102,15 +102,3 @@
(defmethod perform :after ((o load-op) (c (eql (find-system :sb-bsd-sockets))))
@@ -17,10 +17,10 @@ diff -ur sbcl-0.9.5.orig/contrib/sb-bsd-sockets/sb-bsd-sockets.asd sbcl-0.9.5/co
-(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")))
-Only in sbcl-0.9.5/contrib/sb-bsd-sockets: sb-bsd-sockets.asd.~1.22.~
-diff -ur sbcl-0.9.5.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.5/contrib/sb-posix/sb-posix.asd
---- sbcl-0.9.5.orig/contrib/sb-posix/sb-posix.asd 2004-08-04 05:54:18.000000000 -0500
-+++ sbcl-0.9.5/contrib/sb-posix/sb-posix.asd 2005-09-28 12:35:34.000000000 -0500
+Only in sbcl-0.9.7/contrib/sb-bsd-sockets: sb-bsd-sockets.asd.~1.22.~
+diff -ur sbcl-0.9.7.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.7/contrib/sb-posix/sb-posix.asd
+--- sbcl-0.9.7.orig/contrib/sb-posix/sb-posix.asd 2004-08-04 05:54:18.000000000 -0500
++++ sbcl-0.9.7/contrib/sb-posix/sb-posix.asd 2005-09-28 12:35:34.000000000 -0500
@@ -88,33 +88,5 @@
:package :sb-posix :depends-on ("defpackage"))
(:file "interface" :depends-on ("constants" "macros" "designator" "alien"))))
@@ -55,10 +55,10 @@ diff -ur sbcl-0.9.5.orig/contrib/sb-posix/sb-posix.asd sbcl-0.9.5/contrib/sb-pos
- t)
- (t
- (error "non-errno tests failed!")))))
-Only in sbcl-0.9.5/contrib/sb-posix: sb-posix.asd.~1.11.~
-diff -ur sbcl-0.9.5.orig/src/runtime/runtime.c sbcl-0.9.5/src/runtime/runtime.c
---- sbcl-0.9.5.orig/src/runtime/runtime.c 2005-09-21 10:01:15.000000000 -0500
-+++ sbcl-0.9.5/src/runtime/runtime.c 2005-09-28 16:33:46.000000000 -0500
+Only in sbcl-0.9.7/contrib/sb-posix: sb-posix.asd.~1.11.~
+diff -ur sbcl-0.9.7.orig/src/runtime/runtime.c sbcl-0.9.7/src/runtime/runtime.c
+--- sbcl-0.9.7.orig/src/runtime/runtime.c 2005-09-21 10:01:15.000000000 -0500
++++ sbcl-0.9.7/src/runtime/runtime.c 2005-09-28 16:33:46.000000000 -0500
@@ -62,7 +62,7 @@
#endif
diff --git a/dev-lisp/sbcl/files/0.9.3/sbcl.sh b/dev-lisp/sbcl/files/0.9.7/sbcl.sh
index 66253874d2a3..66253874d2a3 100644
--- a/dev-lisp/sbcl/files/0.9.3/sbcl.sh
+++ b/dev-lisp/sbcl/files/0.9.7/sbcl.sh
diff --git a/dev-lisp/sbcl/files/0.9.3/sbclrc b/dev-lisp/sbcl/files/0.9.7/sbclrc
index 91f31720d896..91f31720d896 100644
--- a/dev-lisp/sbcl/files/0.9.3/sbclrc
+++ b/dev-lisp/sbcl/files/0.9.7/sbclrc
diff --git a/dev-lisp/sbcl/files/digest-sbcl-0.9.5 b/dev-lisp/sbcl/files/digest-sbcl-0.9.5
deleted file mode 100644
index 89cd4fc032f7..000000000000
--- a/dev-lisp/sbcl/files/digest-sbcl-0.9.5
+++ /dev/null
@@ -1,7 +0,0 @@
-MD5 29ad145f1fc45c65b8d65b39013bc43f sbcl-0.7.10-mips-linux-binary.tar.gz 7473873
-MD5 6c193e328cdb472787ef78401ee5294c sbcl-0.8.1-x86-linux-binary.tar.bz2 6348098
-MD5 3a72d0785ce0a8e02f9af632c2a4f217 sbcl-0.8.15-powerpc-linux-binary.tar.bz2 6656148
-MD5 029b85186984d0bfc8b49c4de1e8e45e sbcl-0.8.15-sparc-linux-binary.tar.bz2 6903090
-MD5 beba4861dc8de0a2420c483f15a93c05 sbcl-0.8.19-x86-64-linux-binary.tar.bz2 7466117
-MD5 7b768d3299248be8f41fa856fa335b81 sbcl-0.9.5-html.tar.bz2 117514
-MD5 f594f18813c08f262a6df9a36288adcb sbcl-0.9.5-source.tar.bz2 2658381
diff --git a/dev-lisp/sbcl/files/digest-sbcl-0.9.6 b/dev-lisp/sbcl/files/digest-sbcl-0.9.6
deleted file mode 100644
index 33c8b5b0ffda..000000000000
--- a/dev-lisp/sbcl/files/digest-sbcl-0.9.6
+++ /dev/null
@@ -1,7 +0,0 @@
-MD5 29ad145f1fc45c65b8d65b39013bc43f sbcl-0.7.10-mips-linux-binary.tar.gz 7473873
-MD5 6c193e328cdb472787ef78401ee5294c sbcl-0.8.1-x86-linux-binary.tar.bz2 6348098
-MD5 3a72d0785ce0a8e02f9af632c2a4f217 sbcl-0.8.15-powerpc-linux-binary.tar.bz2 6656148
-MD5 029b85186984d0bfc8b49c4de1e8e45e sbcl-0.8.15-sparc-linux-binary.tar.bz2 6903090
-MD5 beba4861dc8de0a2420c483f15a93c05 sbcl-0.8.19-x86-64-linux-binary.tar.bz2 7466117
-MD5 e2d56c8df81e73f7085791e9ef89a2b3 sbcl-0.9.6-html.tar.bz2 117398
-MD5 5e94122e73bc59c1411ff93fee948bfb sbcl-0.9.6-source.tar.bz2 2664152
diff --git a/dev-lisp/sbcl/files/digest-sbcl-0.9.3 b/dev-lisp/sbcl/files/digest-sbcl-0.9.7
index 05bba5fb84a1..e7daf109002c 100644
--- a/dev-lisp/sbcl/files/digest-sbcl-0.9.3
+++ b/dev-lisp/sbcl/files/digest-sbcl-0.9.7
@@ -1,7 +1,7 @@
-MD5 b6848cde3a7b26a2a82bc63b05ac58a5 sbcl-0.9.3-source.tar.bz2 2582754
-MD5 458ad42279c59159f7482de048890e72 sbcl-0.9.3-html.tar.bz2 113165
+MD5 29ad145f1fc45c65b8d65b39013bc43f sbcl-0.7.10-mips-linux-binary.tar.gz 7473873
MD5 6c193e328cdb472787ef78401ee5294c sbcl-0.8.1-x86-linux-binary.tar.bz2 6348098
MD5 3a72d0785ce0a8e02f9af632c2a4f217 sbcl-0.8.15-powerpc-linux-binary.tar.bz2 6656148
MD5 029b85186984d0bfc8b49c4de1e8e45e sbcl-0.8.15-sparc-linux-binary.tar.bz2 6903090
-MD5 29ad145f1fc45c65b8d65b39013bc43f sbcl-0.7.10-mips-linux-binary.tar.gz 7473873
MD5 beba4861dc8de0a2420c483f15a93c05 sbcl-0.8.19-x86-64-linux-binary.tar.bz2 7466117
+MD5 5d176eb894d6f8bbbe5afff9c75b1452 sbcl-0.9.7-html.tar.bz2 117773
+MD5 d5e5e4ae500f12b7523989222cb4cc88 sbcl-0.9.7-source.tar.bz2 2674470