commit: 3b6dd702c014fbe0841a92bfd7d6a7e0ab27a745 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat May 15 15:41:01 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 21:05:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6dd702
dev-perl/PDL-Graphics-Gnuplot: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/20820 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../PDL-Graphics-Gnuplot-2.11.0-outputfile.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-perl/PDL-Graphics-Gnuplot/files/PDL-Graphics-Gnuplot-2.11.0-outputfile.patch b/dev-perl/PDL-Graphics-Gnuplot/files/PDL-Graphics-Gnuplot-2.11.0-outputfile.patch deleted file mode 100644 index 7d33370584a..00000000000 --- a/dev-perl/PDL-Graphics-Gnuplot/files/PDL-Graphics-Gnuplot-2.11.0-outputfile.patch +++ /dev/null @@ -1,23 +0,0 @@ -From b12c3f5de6340b997e5a2992710828f3e89308a0 Mon Sep 17 00:00:00 2001 -From: Simon Reinhardt <simon.reinha...@stud.uni-regensburg.de> -Date: Mon, 26 Jun 2017 14:57:32 +0200 -Subject: [PATCH] Fix #65: No quoting for output filenames. - -Insert missing call to quote_escape (escape backslashes and such for gnuplot -double-quote strings). ---- - lib/PDL/Graphics/Gnuplot.pm | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/PDL/Graphics/Gnuplot.pm b/lib/PDL/Graphics/Gnuplot.pm -index 0edf7ef..ff96cc9 100644 ---- a/lib/PDL/Graphics/Gnuplot.pm -+++ b/lib/PDL/Graphics/Gnuplot.pm -@@ -5188,6 +5188,7 @@ our $pOptionsTable = - if($vv ne $v) { - carp "INFO: Plotting to '$vv'\n"; - } -+ $vv = quote_escape($vv); - return "set $k \"$vv\"\n"; - }, - undef,3,