Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.4-r1.ebuild ChangeLog
Date: Sat, 22 Mar 2014 19:25:51
Message-Id: 20140322192548.12F752004F@flycatcher.gentoo.org
1 ulm 14/03/22 19:25:48
2
3 Modified: gnuplot-4.6.4-r1.ebuild ChangeLog
4 Log:
5 Install the GNU Info file with doinfo, as the install-info make target does not work with USE=-emacs.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gnuplot-4.6.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnuplot-4.6.4-r1.ebuild 21 Mar 2014 17:17:07 -0000 1.1
23 +++ gnuplot-4.6.4-r1.ebuild 22 Mar 2014 19:25:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild,v 1.1 2014/03/21 17:17:07 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.4-r1.ebuild,v 1.2 2014/03/22 19:25:47 ulm Exp $
29
30 EAPI=5
31
32 @@ -191,7 +191,7 @@
33 }
34
35 src_install () {
36 - emake -j1 DESTDIR="${D}" install install-info
37 + emake -j1 DESTDIR="${D}" install
38
39 if use emacs; then
40 # Gentoo Emacs site-lisp configuration
41 @@ -200,6 +200,7 @@
42 elisp-site-file-install ${E_SITEFILE} || die
43 fi
44
45 + doinfo docs/gnuplot.info
46 dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
47 newdoc term/PostScript/README README-ps
48 newdoc term/js/README README-js
49
50
51
52 1.232 sci-visualization/gnuplot/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.232&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.232&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.231&r2=1.232
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
61 retrieving revision 1.231
62 retrieving revision 1.232
63 diff -u -r1.231 -r1.232
64 --- ChangeLog 21 Mar 2014 21:09:35 -0000 1.231
65 +++ ChangeLog 22 Mar 2014 19:25:47 -0000 1.232
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sci-visualization/gnuplot
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.231 2014/03/21 21:09:35 ulm Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.232 2014/03/22 19:25:47 ulm Exp $
71 +
72 + 22 Mar 2014; Ulrich Müller <ulm@g.o> gnuplot-4.6.4-r1.ebuild:
73 + Install the GNU Info file with doinfo, as the install-info make target does
74 + not work with USE=-emacs.
75
76 21 Mar 2014; Ulrich Müller <ulm@g.o> -files/gnuplot-4.4.4-tikz.patch:
77 Remove unused patch.