diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-21 21:09:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-21 21:09:35 +0000 |
commit | 80d3edfc35c179a325288fe0f7fc5c48d7f8a04c (patch) | |
tree | 40066c4a3144ceb301620fd1ef9353c2f5fb0fb7 /sci-visualization/gnuplot | |
parent | Bump to EAPI 5, remove old. (diff) | |
download | gentoo-2-80d3edfc35c179a325288fe0f7fc5c48d7f8a04c.tar.gz gentoo-2-80d3edfc35c179a325288fe0f7fc5c48d7f8a04c.tar.bz2 gentoo-2-80d3edfc35c179a325288fe0f7fc5c48d7f8a04c.zip |
Remove unused patch.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-4.4.4-tikz.patch | 13 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 8fedf47e0e57..831955f39d24 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.230 2014/03/21 17:17:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.231 2014/03/21 21:09:35 ulm Exp $ + + 21 Mar 2014; Ulrich Müller <ulm@gentoo.org> -files/gnuplot-4.4.4-tikz.patch: + Remove unused patch. *gnuplot-4.6.4-r1 (21 Mar 2014) diff --git a/sci-visualization/gnuplot/files/gnuplot-4.4.4-tikz.patch b/sci-visualization/gnuplot/files/gnuplot-4.4.4-tikz.patch deleted file mode 100644 index 174fdd1e18f9..000000000000 --- a/sci-visualization/gnuplot/files/gnuplot-4.4.4-tikz.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/396251 -http://sourceforge.net/tracker/?func=detail&aid=3441899&group_id=2055&atid=102055 - ---- gnuplot-4.4.4-orig/term/lua/gnuplot-tikz.lua -+++ gnuplot-4.4.4/term/lua/gnuplot-tikz.lua -@@ -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 |