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.1-r1.ebuild
Date: Sat, 02 Mar 2013 21:53:16
Message-Id: 20130302215313.3D7CD2171D@flycatcher.gentoo.org
1 ulm 13/03/02 21:53:13
2
3 Modified: gnuplot-4.6.1-r1.ebuild
4 Log:
5 Whitespace.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-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.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gnuplot-4.6.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnuplot-4.6.1-r1.ebuild 2 Mar 2013 17:25:24 -0000 1.1
23 +++ gnuplot-4.6.1-r1.ebuild 2 Mar 2013 21:53:13 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.1-r1.ebuild,v 1.1 2013/03/02 17:25:24 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1-r1.ebuild,v 1.2 2013/03/02 21:53:13 ulm Exp $
29
30 EAPI=5
31
32 @@ -98,15 +98,15 @@
33 fi
34
35 DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog
36 - for details. You can use the "pdfcairo" terminal for PDF output.'
37 - use cairo || DOC_CONTENTS+=' It is available with USE="cairo".'
38 + for details. You can use the "pdfcairo" terminal for PDF output.'
39 + use cairo || DOC_CONTENTS+=' It is available with USE="cairo".'
40 use svga && DOC_CONTENTS+='\n\nIn order to enable ordinary users to use
41 SVGA console graphics, gnuplot needs to be set up as setuid root.
42 Please note that this is usually considered to be a security hazard.
43 As root, manually "chmod u+s /usr/bin/gnuplot".'
44 use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output,
45 you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT
46 - environment variables. See the FAQ file in /usr/share/doc/${PF}/
47 + environment variables. See the FAQ file in /usr/share/doc/${PF}/
48 for more information.'
49 }