public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/files/
@ 2021-12-11 19:50 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-12-11 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9812caba9fc14a50792d8bb22b468b336ec4138f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Dec  8 08:23:30 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 19:48:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9812caba

dev-perl/PGPLOT: remove unused patch(es)

Bug: https://github.com/gentoo/gentoo/pull/23222
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-perl/PGPLOT/files/PGPLOT-2.21-no-dot-inc.patch | 25 ------------------
 .../PGPLOT/files/PGPLOT-2.21-null-render.patch     | 30 ----------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-perl/PGPLOT/files/PGPLOT-2.21-no-dot-inc.patch b/dev-perl/PGPLOT/files/PGPLOT-2.21-no-dot-inc.patch
deleted file mode 100644
index b05067deeee5..000000000000
--- a/dev-perl/PGPLOT/files/PGPLOT-2.21-no-dot-inc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6d7ee026a19e889cbadbdaf9134588edf52e22c2 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Wed, 27 Dec 2017 13:23:26 +1300
-Subject: Fix test skips without '.' in @INC on Perl 5.25.7+
-
----
- test.pl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test.pl b/test.pl
-index d9a787c..d1b75ca 100755
---- a/test.pl
-+++ b/test.pl
-@@ -35,7 +35,7 @@ foreach $jjj (1..12) {
- 
-    print "============== Running test$jjj.p ==============\n";
-    %@ = ();       # Clear error status
--   do "test$jjj.p";
-+   do "./test$jjj.p";
-    warn $@ if $@; # Report any error detected
-    if($dev eq '/PNG' && $^O =~ /mswin32/i) {
-      system("ren pgplot.png pgplot_$jjj.png");
--- 
-2.15.1
-

diff --git a/dev-perl/PGPLOT/files/PGPLOT-2.21-null-render.patch b/dev-perl/PGPLOT/files/PGPLOT-2.21-null-render.patch
deleted file mode 100644
index b5db1d53cf8a..000000000000
--- a/dev-perl/PGPLOT/files/PGPLOT-2.21-null-render.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 39201312abf108ad5af4ff304484379154a237f1 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Wed, 27 Dec 2017 13:32:01 +1300
-Subject: Use NULL render device
-
-This absolves us from needing X11 for testing, while allowing
-explitly testing via X11 possible, including interactively if need be
----
- test.pl | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/test.pl b/test.pl
-index d1b75ca..95f7c25 100755
---- a/test.pl
-+++ b/test.pl
-@@ -22,9 +22,9 @@ else {$note = ''}
- if ($ENV{'PGPLOT_DEV'}) {
-     $dev = $ENV{'PGPLOT_DEV'};
- } else {
--print "Default Device for plot tests [recommend /XSERVE] ? $note ";
-+print "Default Device for plot tests [recommend /NULL] ? $note ";
- $dev = <STDIN>; chomp $dev;
--$dev = "/XSERVE" unless $dev=~/\w/;
-+$dev = "/NULL" unless $dev=~/\w/;
- }
- 
- if($dev eq '/PNG' && $^O =~ /mswin32/i) {system "del /F /Q *.png"};
--- 
-2.15.1
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-11 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 19:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox