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.4.2.ebuild
Date: Wed, 23 Feb 2011 08:48:36
Message-Id: 20110223084823.5666220054@flycatcher.gentoo.org
1 ulm 11/02/23 08:48:23
2
3 Modified: gnuplot-4.4.2.ebuild
4 Log:
5 Add an einfo message about PDF output.
6
7 (Portage version: 2.1.9.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 sci-visualization/gnuplot/gnuplot-4.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild?r1=1.12&r2=1.13
15
16 Index: gnuplot-4.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- gnuplot-4.4.2.ebuild 22 Feb 2011 16:31:25 -0000 1.12
23 +++ gnuplot-4.4.2.ebuild 23 Feb 2011 08:48:23 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.4.2.ebuild,v 1.12 2011/02/22 16:31:25 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild,v 1.13 2011/02/23 08:48:23 ulm Exp $
29
30 EAPI=3
31
32 @@ -190,7 +190,12 @@
33 use emacs && elisp-site-regen
34 use latex && texmf-update
35
36 + einfo "Gnuplot no longer links against pdflib, see the ChangeLog for"
37 + einfo "details. You can use the \"pdfcairo\" terminal for PDF output."
38 + use cairo || einfo "It is available with USE=\"cairo\"."
39 +
40 if use svga; then
41 + echo
42 einfo "In order to enable ordinary users to use SVGA console graphics"
43 einfo "gnuplot needs to be set up as setuid root. Please note that"
44 einfo "this is usually considered to be a security hazard."