diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-17 17:37:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-17 17:37:56 +0000 |
commit | 502ef1bf101f5b31803f118766f1915db60944c0 (patch) | |
tree | 949a9070e18cb21b439080b9f93591c94ef65269 /sci-mathematics/maxima/files | |
parent | media-libs/alsa-lib: Fix typo alsa-drivers to alsa-driver (bug #345009) (diff) | |
download | historical-502ef1bf101f5b31803f118766f1915db60944c0.tar.gz historical-502ef1bf101f5b31803f118766f1915db60944c0.tar.bz2 historical-502ef1bf101f5b31803f118766f1915db60944c0.zip |
Fix maintainer mode, thanks Francois Bissey, bug #343331. Remove old.
Package-Manager: portage-2.1.9.40/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/maxima/files')
7 files changed, 0 insertions, 194 deletions
diff --git a/sci-mathematics/maxima/files/maxima-5.20.1-ecl-10.4.1.patch b/sci-mathematics/maxima/files/maxima-5.20.1-ecl-10.4.1.patch deleted file mode 100644 index 9f11b2614ad4..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.20.1-ecl-10.4.1.patch +++ /dev/null @@ -1,80 +0,0 @@ -diff -u -r maxima-5.20.1/lisp-utils/defsystem.lisp maxima-5.20.1-patched/lisp-utils/defsystem.lisp ---- maxima-5.20.1/lisp-utils/defsystem.lisp 2009-05-13 10:01:40.000000000 +0200 -+++ maxima-5.20.1-patched/lisp-utils/defsystem.lisp 2010-04-04 16:22:53.000000000 +0200 -@@ -871,6 +871,8 @@ - :cormanlisp - :scl - :abcl -+ :ccl -+ :ecl - (and allegro-version>= (version>= 4 1))) - (eval-when #-(or :lucid) - (:compile-toplevel :load-toplevel :execute) -@@ -993,10 +995,10 @@ - - #+abcl (defpackage make (:use "COMMON-LISP") (:nicknames "MK")) - --#+(or clisp cormanlisp ecl (and gcl defpackage) sbcl) -+#+(or clisp cormanlisp ecl (and gcl defpackage) sbcl ccl) - (defpackage "MAKE" (:use "COMMON-LISP") (:nicknames "MK")) - --#-(or :sbcl :cltl2 :lispworks :ecl :scl :abcl) -+#-(or :sbcl :cltl2 :lispworks :ecl :scl :abcl :ccl) - (in-package :make :nicknames '("MK")) - - ;;; For CLtL2 compatible lisps... -@@ -1052,7 +1054,7 @@ - (eval-when (compile load eval) - (in-package :make)) - --#+(or ecl abcl) -+#+(or ecl abcl ccl) - (in-package :make) - - ;;; *** Marco Antoniotti <marcoxa@icsi.berkeley.edu> 19970105 -@@ -4127,9 +4129,9 @@ - (unless *old-require* - (setf *old-require* - (symbol-function -- #-(or (and :excl :allegro-v4.0) :mcl :sbcl :scl :lispworks :abcl) 'lisp:require -+ #-(or (and :excl :allegro-v4.0) :ecl :mcl :sbcl :scl :lispworks :abcl :openmcl) 'lisp:require - #+(and :excl :allegro-v4.0) 'cltl1:require -- #+(or :sbcl :scl) 'cl:require -+ #+(or :ecl :sbcl :scl) 'cl:require - #+(or :lispworks3.1 :abcl) 'common-lisp::require - #+(and :lispworks (not :lispworks3.1)) 'system::require - #+:openmcl 'cl:require -@@ -4139,9 +4141,9 @@ - (unless *dont-redefine-require* - (let (#+(or :mcl (and :CCL (not :lispworks))) - (ccl:*warn-if-redefine-kernel* nil)) -- #-(or (and allegro-version>= (version>= 4 1)) :lispworks) -+ #-(or :ecl (and allegro-version>= (version>= 4 1)) :lispworks) - (setf (symbol-function -- #-(or (and :excl :allegro-v4.0) :mcl :sbcl :scl :lispworks :abcl) 'lisp:require -+ #-(or (and :excl :allegro-v4.0) :mcl :sbcl :scl :lispworks :abcl :openmcl) 'lisp:require - #+(and :excl :allegro-v4.0) 'cltl1:require - #+(or :lispworks3.1 :abcl) 'common-lisp::require - #+(or :sbcl :scl) 'cl:require -@@ -4150,6 +4152,12 @@ - #+(and :mcl (not :openmcl)) 'ccl:require - ) - (symbol-function 'new-require)) -+ #+:ecl -+ (progn -+ (ext:package-lock "CL" nil) -+ (setf (symbol-function 'lisp:require) -+ (symbol-function 'new-require)) -+ (ext:package-lock "CL" t)) - #+:lispworks - (let ((warn-packs system::*packages-for-warn-on-redefinition*)) - (declare (special system::*packages-for-warn-on-redefinition*)) -diff -u -r maxima-5.20.1/src/ecl-port.lisp maxima-5.20.1-patched/src/ecl-port.lisp ---- maxima-5.20.1/src/ecl-port.lisp 2008-08-10 21:18:07.000000000 +0200 -+++ maxima-5.20.1-patched/src/ecl-port.lisp 2010-04-04 16:23:02.000000000 +0200 -@@ -21,3 +21,5 @@ - - (si::trap-fpe 'floating-point-underflow nil) - -+(ext:package-lock "CL" nil) -+ diff --git a/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch b/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch deleted file mode 100644 index d0ab0a5e768d..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/307349 - ---- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el -+++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el -@@ -2109,6 +2109,7 @@ - ;;; The next functions are from comint.el in cvs emacs - (if (and - (not maxima-running-xemacs) -+ (<= emacs-major-version 21) - (or - (< emacs-major-version 21) - (< emacs-minor-version 3))) diff --git a/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch b/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch deleted file mode 100644 index d0ab0a5e768d..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/307349 - ---- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el -+++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el -@@ -2109,6 +2109,7 @@ - ;;; The next functions are from comint.el in cvs emacs - (if (and - (not maxima-running-xemacs) -+ (<= emacs-major-version 21) - (or - (< emacs-major-version 21) - (< emacs-minor-version 3))) diff --git a/sci-mathematics/maxima/files/maxima-5.21.1.patch b/sci-mathematics/maxima/files/maxima-5.21.1.patch deleted file mode 100644 index 189fbb97ae33..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.21.1.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -r -U1 maxima-5.21.1.orig/configure maxima-5.21.1/configure ---- maxima-5.21.1.orig/configure 2010-04-24 18:34:21.000000000 +0200 -+++ maxima-5.21.1/configure 2010-04-27 03:37:50.000000000 +0200 -@@ -2560,3 +2560,3 @@ - --openmcl_default_name=openmcl -+openmcl_default_name=ccl - # Check whether --enable-openmcl or --disable-openmcl was given. -diff -r -U1 maxima-5.21.1.orig/src/maxima.in maxima-5.21.1/src/maxima.in ---- maxima-5.21.1.orig/src/maxima.in 2009-07-13 17:25:25.000000000 +0200 -+++ maxima-5.21.1/src/maxima.in 2010-04-27 03:36:24.000000000 +0200 -@@ -131,5 +131,5 @@ - if [ "$layout_autotools" = "true" ]; then -- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -- exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - fi -@@ -137,5 +137,5 @@ - if [ "$layout_autotools" = "true" ]; then -- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -- exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - fi -@@ -156,3 +156,3 @@ - # in the function get-application-args in command-line.lisp -- exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e "(let\* ((\*read-default-float-format\* 'double-float)) (cl-user::run))" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - elif [ "$MAXIMA_LISP" = "ecl" ]; then -@@ -160,3 +160,3 @@ - elif [ "$MAXIMA_LISP" = "sbcl" ]; then -- exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --no-sysinit --no-userinit --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -ôÏÌØËÏ × maxima-5.21.1/src: maxima.in.orig diff --git a/sci-mathematics/maxima/files/maxima-5.22.1-emacs-version.patch b/sci-mathematics/maxima/files/maxima-5.22.1-emacs-version.patch deleted file mode 100644 index d0ab0a5e768d..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.22.1-emacs-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/307349 - ---- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el -+++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el -@@ -2109,6 +2109,7 @@ - ;;; The next functions are from comint.el in cvs emacs - (if (and - (not maxima-running-xemacs) -+ (<= emacs-major-version 21) - (or - (< emacs-major-version 21) - (< emacs-minor-version 3))) diff --git a/sci-mathematics/maxima/files/maxima-5.22.1.patch b/sci-mathematics/maxima/files/maxima-5.22.1.patch deleted file mode 100644 index 9f6920a0b3b7..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.22.1.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -U1 -r maxima-5.22.1.orig//configure.in maxima-5.22.1//configure.in ---- maxima-5.22.1.orig//configure.in 2010-08-12 10:21:49.000000000 +0700 -+++ maxima-5.22.1//configure.in 2010-09-17 23:20:49.000000000 +0700 -@@ -276,3 +276,3 @@ - dnl n.b. openmcl_default_name is hardcoded in "with" message --openmcl_default_name=openmcl -+openmcl_default_name=ccl - AC_ARG_ENABLE(openmcl,[ --enable-openmcl Use OpenMCL], -diff -U1 -r maxima-5.22.1.orig//src/maxima.in maxima-5.22.1//src/maxima.in ---- maxima-5.22.1.orig//src/maxima.in 2010-08-01 23:58:57.000000000 +0700 -+++ maxima-5.22.1//src/maxima.in 2010-09-17 23:10:40.000000000 +0700 -@@ -137,5 +137,5 @@ - if [ "$layout_autotools" = "true" ]; then -- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -- exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - fi -@@ -143,5 +143,5 @@ - if [ "$layout_autotools" = "true" ]; then -- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else -- exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - fi -@@ -166,3 +166,3 @@ - elif [ "$MAXIMA_LISP" = "sbcl" ]; then -- exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" -+ exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --no-sysinit --no-userinit --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" - else diff --git a/sci-mathematics/maxima/files/maxima-clozurecl.patch b/sci-mathematics/maxima/files/maxima-clozurecl.patch deleted file mode 100644 index 79cdb7a82d33..000000000000 --- a/sci-mathematics/maxima/files/maxima-clozurecl.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -r -U1 maxima-5.20.1.orig/configure maxima-5.20.1/configure ---- maxima-5.20.1.orig/configure 2009-12-14 09:20:43.000000000 +0600 -+++ maxima-5.20.1/configure 2009-12-17 23:00:13.000000000 +0600 -@@ -2560,3 +2560,3 @@ - --openmcl_default_name=openmcl -+openmcl_default_name=ccl - # Check whether --enable-openmcl or --disable-openmcl was given. |