summaryrefslogtreecommitdiff
path: root/extra/gnuplot
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
commitb618c3d0693aec564c6746238fd05d94e31d3b76 (patch)
tree4a4834f3097bba25dba1adeba4324080c1b4bf7b /extra/gnuplot
parent8cb5196780766f47b595410eed8ddbee2e8add08 (diff)
Tue Apr 3 14:54:45 UTC 2012
Diffstat (limited to 'extra/gnuplot')
-rw-r--r--extra/gnuplot/lua_tikz.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/gnuplot/lua_tikz.patch b/extra/gnuplot/lua_tikz.patch
deleted file mode 100644
index f9a939d47..000000000
--- a/extra/gnuplot/lua_tikz.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- term/lua/gnuplot-tikz-444.lua Sun Nov 13 00:57:15 2011
-+++ term/lua/gnuplot-tikz.lua Fri Nov 25 01:11:38 2011
-@@ -251,6 +251,7 @@
- gp.write(string.format("\\begin{tikzpicture}[gnuplot%s]\n",global_opt))
- gp.write(string.format("%%%% generated with GNUPLOT %sp%s (%s; terminal rev. %s, script rev. %s)\n%%%% %s\n",
- term.gp_version, term.gp_patchlevel,
-+ _VERSION,
- string.sub(term.lua_term_revision,7,-3),
- pgf.REVISION,os.date()))
- if font ~= "" then \ No newline at end of file