summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-25 19:52:18 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-25 19:56:34 +0100
commitdad2fef9431da5d53012fdab9a3a37ab64234a23 (patch)
treec59a604cce26d9f95db550894b6a4eb2efaa9370 /sci-libs/plplot/files/plplot-5.9.11-octave.patch
parentsci-libs/mathgl: Drop old (diff)
downloadgentoo-dad2fef9431da5d53012fdab9a3a37ab64234a23.tar.gz
gentoo-dad2fef9431da5d53012fdab9a3a37ab64234a23.tar.bz2
gentoo-dad2fef9431da5d53012fdab9a3a37ab64234a23.zip
sci-libs/plplot: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-libs/plplot/files/plplot-5.9.11-octave.patch')
-rw-r--r--sci-libs/plplot/files/plplot-5.9.11-octave.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/plplot/files/plplot-5.9.11-octave.patch b/sci-libs/plplot/files/plplot-5.9.11-octave.patch
deleted file mode 100644
index f21b4d2c4f8e..000000000000
--- a/sci-libs/plplot/files/plplot-5.9.11-octave.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up plplot-5.9.9/plplot_test/test_octave.sh.in.octave plplot-5.9.9/plplot_test/test_octave.sh.in
---- plplot-5.9.9/plplot_test/test_octave.sh.in.octave 2011-10-12 18:43:01.000000000 -0600
-+++ plplot-5.9.9/plplot_test/test_octave.sh.in 2012-01-16 08:29:46.551852247 -0700
-@@ -35,7 +35,7 @@ echo "$TOPDIR"
- export LD_LIBRARY_PATH="$TOPDIR"/src:"$TOPDIR"/lib/csa:"$TOPDIR"/lib/nn
-
- # Launch an Octave script that exercises all the demos
--$octave -f -q -p "$octavedir" <<EOF 2> test.error
-+$octave -f -q $octaveopts -p "$octavedir" <<EOF 2> test.error
-
- # Check verbose_test variable
- if (strcmp(getenv("verbose_test"),"on") == 1)