diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-19 06:12:38 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-19 06:12:38 +0000 |
commit | 2179c8f51793cfb9493dcc0bf9baf34dc30cbd2a (patch) | |
tree | 05bdddf564881d489fdf830861ccc901e512bf89 /sci-visualization | |
parent | version bump to release, fixes bug 169943, reported by Sebastian Schubert <s... (diff) | |
download | gentoo-2-2179c8f51793cfb9493dcc0bf9baf34dc30cbd2a.tar.gz gentoo-2-2179c8f51793cfb9493dcc0bf9baf34dc30cbd2a.tar.bz2 gentoo-2-2179c8f51793cfb9493dcc0bf9baf34dc30cbd2a.zip |
add myself to metadata; fix bug 171045: check if media-libs/gd has been built with PNG support, reported by Michael Benedict <mbenedict@twacs.com>
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 10 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.0.ebuild | 9 | ||||
-rw-r--r-- | sci-visualization/gnuplot/metadata.xml | 3 |
3 files changed, 20 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index ae2abb2cd1af..2b7d3bd8ce10 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.16 2007/06/19 06:04:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.17 2007/06/19 06:12:38 opfer Exp $ + + 19 Jun 2007; Christian Faulhammer <opfer@gentoo.org> metadata.xml, + gnuplot-4.2.0.ebuild: + add myself to metadata; fix bug 171045: check if media-libs/gd has been + built with PNG support, reported by Michael Benedict <mbenedict@twacs.com> *gnuplot-4.2.0 (19 Jun 2007) @@ -8,6 +13,9 @@ +gnuplot-4.2.0.ebuild: version bump to release, fixes bug 169943, reported by Sebastian Schubert <sebastian-schubert@gmx.de> + change latex USE flag with tetex + add some messages to die statements + clean up dependencies a bit 27 Apr 2007; Jeroen Roovers <jer@gentoo.org> gnuplot-4.0-r1.ebuild: Stable for HPPA too. diff --git a/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild index 12636b5f4c14..1f4278716608 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild,v 1.1 2007/06/19 06:04:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild,v 1.2 2007/06/19 06:12:38 opfer Exp $ inherit eutils elisp-common wxwidgets @@ -39,6 +39,13 @@ S=${WORKDIR}/${MY_P} E_SITEFILE="50gnuplot-gentoo.el" +pkg_setup() { + if use gd && ! built_with_use media-libs/gd png; then + eerror "media-libs/gd needs to be built with PNG support" + die "please rebuilt media-libs/gd with USE=png" + fi +} + src_compile() { # See bug #156427. if use tetex ; then diff --git a/sci-visualization/gnuplot/metadata.xml b/sci-visualization/gnuplot/metadata.xml index b60eba97bb2a..83371eaaabe7 100644 --- a/sci-visualization/gnuplot/metadata.xml +++ b/sci-visualization/gnuplot/metadata.xml @@ -5,4 +5,7 @@ <maintainer> <email>g2boojum@gentoo.org</email> </maintainer> +<maintainer> + <email>opfer@gentoo.org</email> +</maintainer> </pkgmetadata> |