summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-02-23 08:48:23 +0000
committerUlrich Müller <ulm@gentoo.org>2011-02-23 08:48:23 +0000
commit5fe4dd0fe3f6f864290be82d49831d35c5bcb4f1 (patch)
tree812a0c1e1c02abf97204e49c2a54359dc1ba60de /sci-visualization
parentversion bump (diff)
downloadhistorical-5fe4dd0fe3f6f864290be82d49831d35c5bcb4f1.tar.gz
historical-5fe4dd0fe3f6f864290be82d49831d35c5bcb4f1.tar.bz2
historical-5fe4dd0fe3f6f864290be82d49831d35c5bcb4f1.zip
Add an einfo message about PDF output.
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gnuplot/Manifest8
-rw-r--r--sci-visualization/gnuplot/gnuplot-4.4.2.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-visualization/gnuplot/Manifest b/sci-visualization/gnuplot/Manifest
index 73ec6978b46e..5cd1d332c188 100644
--- a/sci-visualization/gnuplot/Manifest
+++ b/sci-visualization/gnuplot/Manifest
@@ -10,13 +10,13 @@ DIST gnuplot-4.2.5-lua-term.patch.bz2 26660 RMD160 981db04276ce51ece9b95076856b9
DIST gnuplot-4.2.6.tar.gz 2936753 RMD160 3b1726e5327b17bb7b528198e62a12b9fe3e5a76 SHA1 d11fdde8218bee98597ee836cbc17e4bf6093b70 SHA256 81fbc2eb6077bd6abfe98c5c82aae14a2c970473ee4c2c37743ff3b1e2aa8e82
DIST gnuplot-4.4.2.tar.gz 3299690 RMD160 077d6d353e0370d1f8463693380030722f5789af SHA1 35666be22e877ade5e272199d3d81555c141cef5 SHA256 37e8c8d4838fb84a3ad97a6c4823f086b929cb18d6613a2d0e8227ce0d4de9e4
EBUILD gnuplot-4.2.6-r1.ebuild 6179 RMD160 158d4e5792b4c7c6bc18972b71899f4eb7299a63 SHA1 fc3dc7780c03127e89ff5da76ab0519078e6176d SHA256 b0ff53a3c30fb642c0c16d6d4a5fbe4dde00da33d65e94bb0fc79b6d88eeb59a
-EBUILD gnuplot-4.4.2.ebuild 5890 RMD160 3e62b2391532dd688f33eaf9b41117af8f092c37 SHA1 f1adeb9d200aca9cf32182d8a0d9b442663374b3 SHA256 f1d3f0d9b10c3011bf23bd8c175a3d5d7280ce12a630a2435d88c7f0b25370fc
+EBUILD gnuplot-4.4.2.ebuild 6099 RMD160 66ab7667338fbeba69bb297dc2e155d19bc8ecbb SHA1 0506f164a8040f2b1e4e22a78475a05eb81d24ce SHA256 55f7526f40d9b8f8eb8b48b6870bd20e7a143343a1cb274020d1cf85039270de
MISC ChangeLog 28077 RMD160 07588c29c40b6c5c4c458a9aa8e4304da992891b SHA1 2cf4b6277f8259a0ec1fb7beab3fc377fea89538 SHA256 e8a0b1d19ba36dcb9af367958838e85275989f8ca44d9039a72b299602045f58
MISC metadata.xml 404 RMD160 7c05f336a5561bb8b6dfa4ac1f70889c0c6d3f5c SHA1 a8ae16bc80aedbedbfa575b538bf95b71ce4c319 SHA256 dfacaf36a82a2dd67ea22d03f8c6c56bd4bd60588e9187c8a8e0988ae10a3a3b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEARECAAYFAk1j5l4ACgkQOeoy/oIi7uzMtACfSXFbWEwBXOUMBVtYjxQ+f5AY
-/GkAoLIHyIEMuOiO9ul3THpjZecS4V7D
-=24n5
+iEYEARECAAYFAk1ky1kACgkQOeoy/oIi7uxIHQCgwJnYxv3ouUBo53giMIQ2fR05
+msgAoNRQCZhXqQOE4AXXv0Wqg2tLpBfR
+=OwPb
-----END PGP SIGNATURE-----
diff --git a/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild b/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild
index 145ebb7c1fd6..f035d3a7cd5d 100644
--- a/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild,v 1.12 2011/02/22 16:31:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.2.ebuild,v 1.13 2011/02/23 08:48:23 ulm Exp $
EAPI=3
@@ -190,7 +190,12 @@ pkg_postinst() {
use emacs && elisp-site-regen
use latex && texmf-update
+ einfo "Gnuplot no longer links against pdflib, see the ChangeLog for"
+ einfo "details. You can use the \"pdfcairo\" terminal for PDF output."
+ use cairo || einfo "It is available with USE=\"cairo\"."
+
if use svga; then
+ echo
einfo "In order to enable ordinary users to use SVGA console graphics"
einfo "gnuplot needs to be set up as setuid root. Please note that"
einfo "this is usually considered to be a security hazard."