summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:18:43 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:18:43 +0000
commitab24f11701ee87a3ae6a6d41a9aecb6a415ca10b (patch)
treef9b1205eead1173b02ac813e478dc122e94070ce /sci-astronomy
parentStable on amd64, bug #229709 (diff)
downloadgentoo-2-ab24f11701ee87a3ae6a6d41a9aecb6a415ca10b.tar.gz
gentoo-2-ab24f11701ee87a3ae6a6d41a9aecb6a415ca10b.tar.bz2
gentoo-2-ab24f11701ee87a3ae6a6d41a9aecb6a415ca10b.zip
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/orsa/ChangeLog6
-rw-r--r--sci-astronomy/orsa/orsa-0.6.1.ebuild6
-rw-r--r--sci-astronomy/orsa/orsa-0.7.0.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-astronomy/orsa/ChangeLog b/sci-astronomy/orsa/ChangeLog
index 14cb37d3de42..7033b579ad4e 100644
--- a/sci-astronomy/orsa/ChangeLog
+++ b/sci-astronomy/orsa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/orsa
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.15 2008/06/11 22:51:12 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.16 2008/07/27 22:18:43 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> orsa-0.6.1.ebuild,
+ orsa-0.7.0.ebuild:
+ QA: Get rid of deprecated qt_min_version().
11 Jun 2008; Markus Dittrich <markusle@gentoo.org> orsa-0.6.1.ebuild,
orsa-0.7.0.ebuild, +files/orsa-0.7.0-gcc4.3.patch:
diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild
index e8181d8afe72..fbe911b8504a 100644
--- a/sci-astronomy/orsa/orsa-0.6.1.ebuild
+++ b/sci-astronomy/orsa/orsa-0.6.1.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-astronomy/orsa/orsa-0.6.1.ebuild,v 1.10 2008/06/11 22:51:12 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.11 2008/07/27 22:18:43 carlo Exp $
+
+EAPI=1
inherit base flag-o-matic qt3
@@ -17,7 +19,7 @@ S="${WORKDIR}/${P/_/-}"
DEPEND="fftw? ( =sci-libs/fftw-2.1* )
>=sci-libs/gsl-1.3
- qt3? ( $(qt_min_version 3.3) )
+ qt3? ( x11-libs/qt:3 )
>=sys-libs/readline-4.2
mpi? ( sys-cluster/lam-mpi )
ginac? ( >=sci-mathematics/ginac-1.2.0 )
diff --git a/sci-astronomy/orsa/orsa-0.7.0.ebuild b/sci-astronomy/orsa/orsa-0.7.0.ebuild
index a9b90d5ad179..6dc5d39fdd6b 100644
--- a/sci-astronomy/orsa/orsa-0.7.0.ebuild
+++ b/sci-astronomy/orsa/orsa-0.7.0.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-astronomy/orsa/orsa-0.7.0.ebuild,v 1.2 2008/06/11 22:51:12 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild,v 1.3 2008/07/27 22:18:43 carlo Exp $
+
+EAPI=1
inherit qt3 flag-o-matic multilib
@@ -17,7 +19,7 @@ DEPEND=">=sys-libs/readline-4.2
opengl? ( virtual/opengl )
fftw? ( =sci-libs/fftw-2.1* )
gsl? ( >=sci-libs/gsl-1.5 )
- qt3? ( $(qt_min_version 3.3) )
+ qt3? ( x11-libs/qt:3 )
mpi? ( sys-cluster/openmpi )
ginac? ( >=sci-mathematics/ginac-1.2.0 )
cln? ( >=sci-libs/cln-1.1.6 )"