diff options
Diffstat (limited to 'sci-mathematics/maxima/files')
4 files changed, 0 insertions, 64 deletions
diff --git a/sci-mathematics/maxima/files/digest-maxima-5.11.0-r2 b/sci-mathematics/maxima/files/digest-maxima-5.11.0-r2 deleted file mode 100644 index 706606789654..000000000000 --- a/sci-mathematics/maxima/files/digest-maxima-5.11.0-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d9ae353e8eba9b9d5686e119e59ab88c maxima-5.11.0.tar.gz 13924132 -RMD160 8f7fb1b8bc7438ffdc393a0eb0f86b5efa79ef3e maxima-5.11.0.tar.gz 13924132 -SHA256 7a7259123bd81a7de3609c7e59b561d49e2710a8f7117c42f373afdd6a6786ac maxima-5.11.0.tar.gz 13924132 diff --git a/sci-mathematics/maxima/files/digest-maxima-5.13.0 b/sci-mathematics/maxima/files/digest-maxima-5.13.0 deleted file mode 100644 index a744fcabcc6f..000000000000 --- a/sci-mathematics/maxima/files/digest-maxima-5.13.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7317ba22fc485554b15aceb6bc22542b maxima-5.13.0.tar.gz 19216173 -RMD160 2ec91678f8c6a6f863d6ba448f299793e52c822a maxima-5.13.0.tar.gz 19216173 -SHA256 9625e09785f88f738faf40ad64889acd17328e043c39ef5ad56f3172d76af187 maxima-5.13.0.tar.gz 19216173 diff --git a/sci-mathematics/maxima/files/maxima-5.11.0-diff_form.patch b/sci-mathematics/maxima/files/maxima-5.11.0-diff_form.patch deleted file mode 100644 index 8bf1f5c8e239..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.11.0-diff_form.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -U2 --recursive maxima-5.11.0-orig/src/init-cl.lisp maxima-5.11.0/src/init-cl.lisp ---- maxima-5.11.0-orig/src/init-cl.lisp 2006-12-09 22:50:19.000000000 +0100 -+++ maxima-5.11.0/src/init-cl.lisp 2006-12-27 00:11:06.000000000 +0100 -@@ -326,4 +326,5 @@ - "contrib/unit" - "contrib/Zeilberger" -+ "diff_form" - "diffequations" - "lbfgs" diff --git a/sci-mathematics/maxima/files/maxima-5.11.0-xdg-utils.patch b/sci-mathematics/maxima/files/maxima-5.11.0-xdg-utils.patch deleted file mode 100644 index eb0cb91ce007..000000000000 --- a/sci-mathematics/maxima/files/maxima-5.11.0-xdg-utils.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- maxima-5.11.0/interfaces/emacs/misc/bookmode.el.xdg_utils 2000-05-08 01:09:44.000000000 -0500 -+++ maxima-5.11.0/interfaces/emacs/misc/bookmode.el 2006-12-27 13:07:51.000000000 -0600 -@@ -680,7 +680,7 @@ - - (and tem - (list (concat "View "(nth 1 tem)) -- 'call-process "ghostview" nil nil nil -+ 'call-process "xdg-open" nil nil nil - (expand-file-name(nth 1 tem)) - )) - (list "Cancel") -@@ -705,7 +705,7 @@ - (concat - (cond ((looking-at "%PS") "") - (t "gzip -dc | ")) -- "ghostview -") -+ "xdg-open -") - - ))) - ---- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl.xdg_utils 2006-12-09 13:52:11.000000000 -0600 -+++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Menu.tcl 2006-12-27 13:00:45.000000000 -0600 -@@ -245,9 +245,9 @@ - } - } else { - -- set selectedbrowser mozilla -+ set selectedbrowser xdg-open - -- foreach b { firefox mozilla konqueror epiphany galeon amaya netscape } { -+ foreach b { xdg-open htmlview firefox mozilla konqueror epiphany galeon amaya netscape } { - if { ! [catch {exec which $b} ] } { - set selectedbrowser $b - break } } ---- maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl.xdg_utils 2006-10-01 17:42:48.000000000 -0500 -+++ maxima-5.11.0/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-12-27 13:01:52.000000000 -0600 -@@ -143,9 +143,9 @@ - image/gif netmath - image/png netmath - image/jpeg netmath -- application/postscript "ghostview -safer %s" -- application/pdf "acroread %s" -- application/x-dvi "xdvi %s" -+ application/postscript "xdg-open %s" -+ application/pdf "xdg-open %s" -+ application/x-dvi "xdg-open %s" - } - set maxima_priv(imagecounter) 0 - |