summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:20:12 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:20:12 +0000
commit78117c4d907a31c8c841d7a6e29e35e9a4fa27ca (patch)
tree85598bf8e6a0ef5aedfeea8516456284bd597599 /sci-physics/root
parentStable on amd64, bug #229709 (diff)
downloadgentoo-2-78117c4d907a31c8c841d7a6e29e35e9a4fa27ca.tar.gz
gentoo-2-78117c4d907a31c8c841d7a6e29e35e9a4fa27ca.tar.bz2
gentoo-2-78117c4d907a31c8c841d7a6e29e35e9a4fa27ca.zip
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/ChangeLog6
-rw-r--r--sci-physics/root/root-5.16.00.ebuild5
-rw-r--r--sci-physics/root/root-5.18.00d.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 7cf5459d7cf8..d5f5260b15eb 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/root
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.31 2008/07/26 21:40:13 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.32 2008/07/27 22:20:12 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> root-5.16.00.ebuild,
+ root-5.18.00d.ebuild:
+ QA: Get rid of deprecated qt_min_version().
26 Jul 2008; Carsten Lohrke <carlo@gentoo.org> root-5.18.00d.ebuild,
root-5.20.00.ebuild:
diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild
index a21125426da9..4b671613f876 100644
--- a/sci-physics/root/root-5.16.00.ebuild
+++ b/sci-physics/root/root-5.16.00.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.13 2008/07/18 09:19:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.14 2008/07/27 22:20:12 carlo Exp $
+EAPI=1
inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran
DOC_PV=$(get_major_version)_$(get_version_component_range 2)
@@ -31,7 +32,7 @@ DEPEND="sys-apps/shadow
afs? ( net-fs/openafs )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
- qt3? ( $(qt_min_version 3.3.4) )
+ qt3? ( x11-libs/qt:3 )
fftw? ( >=sci-libs/fftw-3 )
python? ( dev-lang/python )
ruby? ( dev-lang/ruby )
diff --git a/sci-physics/root/root-5.18.00d.ebuild b/sci-physics/root/root-5.18.00d.ebuild
index 6624d3e3b4ed..6403f0deea37 100644
--- a/sci-physics/root/root-5.18.00d.ebuild
+++ b/sci-physics/root/root-5.18.00d.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.18.00d.ebuild,v 1.5 2008/07/27 14:23:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.18.00d.ebuild,v 1.6 2008/07/27 22:20:12 carlo Exp $
EAPI="1"
inherit versionator flag-o-matic eutils toolchain-funcs qt3 qt4 fortran
@@ -35,7 +35,7 @@ RDEPEND="sys-apps/shadow
postgres? ( virtual/postgresql-server )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
- qt3? ( !qt4? ( $(qt_min_version 3.3.4) ) )
+ qt3? ( !qt4? ( x11-libs/qt:3 ) )
qt4? ( || ( ( x11-libs/qt-gui:4
x11-libs/qt-opengl:4
x11-libs/qt-qt3support:4