summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-11 19:47:39 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-11 19:47:39 +0000
commitee6149adef85a4d966b38c8615fcbfebaa4b1409 (patch)
tree37c88aea5d2155c5d13b9d99d609416666357cc1 /sci-visualization/gnuplot
parent<dev-games/physfs-2 is gone (diff)
downloadgentoo-2-ee6149adef85a4d966b38c8615fcbfebaa4b1409.tar.gz
gentoo-2-ee6149adef85a4d966b38c8615fcbfebaa4b1409.tar.bz2
gentoo-2-ee6149adef85a4d966b38c8615fcbfebaa4b1409.zip
Add einfo message about GDFONTPATH to pkg_postinst, bug 292458.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r--sci-visualization/gnuplot/ChangeLog5
-rw-r--r--sci-visualization/gnuplot/gnuplot-4.2.6.ebuild11
2 files changed, 13 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
index 59159377aafd..b2dae221a1e7 100644
--- a/sci-visualization/gnuplot/ChangeLog
+++ b/sci-visualization/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.130 2009/11/03 18:39:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.131 2009/11/11 19:47:39 ulm Exp $
+
+ 11 Nov 2009; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.6.ebuild:
+ Add einfo message about GDFONTPATH to pkg_postinst, bug 292458.
03 Nov 2009; Raúl Porcel <armin76@gentoo.org> gnuplot-4.2.6.ebuild:
ia64/s390/sparc stable wrt #288967
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild
index d36ba36d55bb..af372780d6c9 100644
--- a/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild,v 1.8 2009/11/03 18:39:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.6.ebuild,v 1.9 2009/11/11 19:47:39 ulm Exp $
EAPI=2
@@ -187,12 +187,19 @@ pkg_postinst() {
use emacs && elisp-site-regen
use latex && texmf-update
- if use svga ; then
+ if use svga; then
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."
einfo "As root, manually \"chmod u+s /usr/bin/gnuplot\"."
fi
+ if use gd; then
+ echo
+ einfo "For font support in png/jpeg/gif output, you may have to"
+ einfo "set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment"
+ einfo "variables. See the FAQ file in /usr/share/doc/${PF}/"
+ einfo "for more information."
+ fi
}
pkg_postrm() {