diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-29 18:11:49 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-29 18:11:49 +0000 |
commit | 3eadc5ddcf9cdab6b087458c763cfc2c45230d26 (patch) | |
tree | 34fccda4b23fb7b0f1e7bf01da0b3a2ee0a15636 /sci-libs/plplot | |
parent | Version bump (diff) | |
download | gentoo-2-3eadc5ddcf9cdab6b087458c763cfc2c45230d26.tar.gz gentoo-2-3eadc5ddcf9cdab6b087458c763cfc2c45230d26.tar.bz2 gentoo-2-3eadc5ddcf9cdab6b087458c763cfc2c45230d26.zip |
Fixed qt4 automagic dependencies, thanks Kacper Kowalik closing bug #302720
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.5.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 2bba1d5a01ae..c83a7088bd60 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/plplot -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.27 2009/12/26 17:45:27 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.28 2010/01/29 18:11:49 bicatali Exp $ + + 29 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.5.ebuild: + Fixed qt4 automagic dependencies, thanks Kacper Kowalik closing bug + #302720 26 Dec 2009; Peter Volkov <pva@gentoo.org> plplot-5.9.5.ebuild: virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only diff --git a/sci-libs/plplot/plplot-5.9.5.ebuild b/sci-libs/plplot/plplot-5.9.5.ebuild index 02442f86e21c..ac58a353d5de 100644 --- a/sci-libs/plplot/plplot-5.9.5.ebuild +++ b/sci-libs/plplot/plplot-5.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.3 2009/12/26 17:45:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.4 2010/01/29 18:11:49 bicatali Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -15,7 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ada cairo doc examples fortran gd gnome java jpeg latex octave - pdf perl png python qhull svg svga tcl threads tk truetype wxwidgets X" + pdf perl png python qhull qt4 svg svga tcl threads tk truetype wxwidgets X" RDEPEND="ada? ( virtual/gnat ) cairo? ( x11-libs/cairo[svg?,X?] ) @@ -29,6 +29,7 @@ RDEPEND="ada? ( virtual/gnat ) pdf? ( media-libs/libharu ) perl? ( dev-perl/PDL dev-perl/XML-DOM ) python? ( dev-python/numpy ) + qt4? ( x11-libs/qt-svg ) svga? ( media-libs/svgalib ) tcl? ( dev-lang/tcl dev-tcltk/itcl ) tk? ( dev-lang/tk dev-tcltk/itk ) @@ -110,10 +111,12 @@ src_configure() { $(cmake-utils_use_enable octave octave) $(cmake-utils_use_enable perl pdl) $(cmake-utils_use_enable python python) + $(cmake-utils_use_enable qt4 qt) $(cmake-utils_use_enable tcl tcl) $(cmake-utils_use_enable tcl itcl) $(cmake-utils_use_enable tk tk) $(cmake-utils_use_enable tk itk) + $(cmake-utils_pld qt4 _svgqt) $(cmake-utils_pld wxwidgets _wxwidgets) $(cmake-utils_pld wxwidgets _wxpng) $(cmake-utils_pld pdf pdf) |