diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-10-26 20:41:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-10-26 21:04:22 +0200 |
commit | 23773ed308ecc5b28cc6c140bfb15561ff399761 (patch) | |
tree | 8228464a1678d90849cd41255a937984e5a3b0ad /sci-visualization/gnuplot | |
parent | dev-util/lttng-tools: Add sub-slot dependency for userspace-rcu (diff) | |
download | gentoo-23773ed308ecc5b28cc6c140bfb15561ff399761.tar.gz gentoo-23773ed308ecc5b28cc6c140bfb15561ff399761.tar.bz2 gentoo-23773ed308ecc5b28cc6c140bfb15561ff399761.zip |
sci-visualization/gnuplot: Expand the PF variable in DOC_CONTENTS.
Thanks to Henning Schild <henning@hennsch.de> for pointing this out.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.0.7.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.2.2.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.2.4.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild index 73a772b926f5..8d3338bad0a1 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -91,10 +91,10 @@ src_prepare() { SVGA console graphics, gnuplot needs to be set up as setuid root. Please note that this is usually considered to be a security hazard. As root, manually "chmod u+s /usr/bin/gnuplot".' - use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment variables. See the FAQ file in /usr/share/doc/${PF}/ - for more information.' + for more information." mv configure.in configure.ac || die eautoreconf diff --git a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild index 0f63549de71a..b9ca6aa4f8c4 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -92,10 +92,10 @@ src_prepare() { SVGA console graphics, gnuplot needs to be set up as setuid root. Please note that this is usually considered to be a security hazard. As root, manually "chmod u+s /usr/bin/gnuplot".' - use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment variables. See the FAQ file in /usr/share/doc/${PF}/ - for more information.' + for more information." eautoreconf diff --git a/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild index b28e58c2381a..08d856ea6319 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -90,10 +90,10 @@ src_prepare() { SVGA console graphics, gnuplot needs to be set up as setuid root. Please note that this is usually considered to be a security hazard. As root, manually "chmod u+s /usr/bin/gnuplot".' - use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment variables. See the FAQ file in /usr/share/doc/${PF}/ - for more information.' + for more information." eautoreconf diff --git a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild index 70dc373cfd31..517402b50184 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -89,10 +89,10 @@ src_prepare() { SVGA console graphics, gnuplot needs to be set up as setuid root. Please note that this is usually considered to be a security hazard. As root, manually "chmod u+s /usr/bin/gnuplot".' - use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment variables. See the FAQ file in /usr/share/doc/${PF}/ - for more information.' + for more information." eautoreconf diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild index 60eb7036ba0e..b3ded5a93b29 100644 --- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -84,10 +84,10 @@ src_prepare() { DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog for details. You can use the "pdfcairo" terminal for PDF output.' use cairo || DOC_CONTENTS+=' It is available with USE="cairo".' - use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output, you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT environment variables. See the FAQ file in /usr/share/doc/${PF}/ - for more information.' + for more information." eautoreconf |