diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 22:23:40 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 22:23:40 +0000 |
commit | 4fc37fbf6b766854246be28abaef8fbf4c4d1a7d (patch) | |
tree | f5306c432deda3946b5a1a444d45ec2b4954e2ca /sci-visualization/qtiplot | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-4fc37fbf6b766854246be28abaef8fbf4c4d1a7d.tar.gz gentoo-2-4fc37fbf6b766854246be28abaef8fbf4c4d1a7d.tar.bz2 gentoo-2-4fc37fbf6b766854246be28abaef8fbf4c4d1a7d.zip |
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization/qtiplot')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.7.7.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.8.5.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 0786c891be8d..06ba6bf5388f 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.28 2008/05/29 14:44:44 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.29 2008/07/27 22:23:40 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qtiplot-0.7.7.ebuild, + qtiplot-0.8.5.ebuild: + QA: Get rid of deprecated qt_min_version(). 29 May 2008; Ali Polatel <hawking@gentoo.org> qtiplot-0.9.6.2.ebuild: python_mod_compile is ROOT aware and can take multiple files as argument. diff --git a/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild b/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild index 5520d0d1370b..b36f91a301f6 100644 --- a/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild,v 1.5 2008/04/29 14:55:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.7.7.ebuild,v 1.6 2008/07/27 22:23:40 carlo Exp $ + +EAPI=1 inherit eutils multilib qt3 @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="bindist" -RDEPEND="$(qt_min_version 3.3) +RDEPEND="x11-libs/qt:3 <x11-libs/qwt-5 <x11-libs/qwtplot3d-0.2.7 !bindist? ( sci-libs/gsl ) diff --git a/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild b/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild index b0c05f2e83b0..0d6ef5faba8b 100644 --- a/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild,v 1.3 2008/02/13 14:33:59 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.8.5.ebuild,v 1.4 2008/07/27 22:23:40 carlo Exp $ + +EAPI=1 inherit eutils multilib qt3 @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bindist" -DEPEND="$(qt_min_version 3.3) +DEPEND="x11-libs/qt:3 =x11-libs/qwt-4* <x11-libs/qwtplot3d-0.2.7 !bindist? ( sci-libs/gsl ) |