Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/
Date: Fri, 18 Dec 2015 13:53:17
Message-Id: 1450446752.7b91a71f1073dea160d30dd851dc929bec90fadd.ulm@gentoo
1 commit: 7b91a71f1073dea160d30dd851dc929bec90fadd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 13:44:42 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 13:52:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b91a71f
7
8 sci-visualization/gnuplot: Remove unused patch file.
9
10 Package-Manager: portage-2.2.26
11
12 .../gnuplot/files/gnuplot-4.6.3-eldoc.patch | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/sci-visualization/gnuplot/files/gnuplot-4.6.3-eldoc.patch b/sci-visualization/gnuplot/files/gnuplot-4.6.3-eldoc.patch
16 deleted file mode 100644
17 index ad8395e..0000000
18 --- a/sci-visualization/gnuplot/files/gnuplot-4.6.3-eldoc.patch
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -https://bugs.gentoo.org/459172
22 -
23 ---- gnuplot-4.6.3-orig/docs/Makefile.in
24 -+++ gnuplot-4.6.3/docs/Makefile.in
25 -@@ -398,9 +398,9 @@
26 - @if test "$(EMACS)" != no; then \
27 - test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
28 - test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
29 -- $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
30 -+ $(EMACS) -batch -q -no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
31 - echo "Compiling gnuplot-eldoc.el" ; \
32 -- $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \
33 -+ $(EMACS) -batch -q -no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \
34 - else \
35 - echo "No emacs found - cannot create texinfo file" ; \
36 - fi