sci-mathematics/maxima: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 30 Mar 2019 15:49:46 +0000 (16:49 +0100)
committerAaron Bauman <bman@gentoo.org>
Thu, 4 Apr 2019 21:16:22 +0000 (17:16 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11548
Signed-off-by: Aaron Bauman <bman@gentoo.org>
sci-mathematics/maxima/files/emacs-27.patch [deleted file]

diff --git a/sci-mathematics/maxima/files/emacs-27.patch b/sci-mathematics/maxima/files/emacs-27.patch
deleted file mode 100644 (file)
index ded1165..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el
---- maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el     2016-04-03 03:42:45.000000000 +0600
-+++ maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el  2018-09-05 20:29:46.843231210 +0700
-@@ -528,5 +528,5 @@
-     (set-process-filter imaxima-gs-process 'imaxima-gs-filter)
-     (imaxima-gs-wait)
--    (process-kill-without-query imaxima-gs-process nil)
-+    (set-process-query-on-exit-flag imaxima-gs-process nil)
-     (unless (eq (process-status imaxima-gs-process) 'run)
-       (setq output (shell-command-to-string (concat imaxima-gs-program " -h")))