summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:12:11 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-27 22:12:11 +0000
commitce690fb31f74df6cb43ca2f1732e83d4457faa21 (patch)
treec0469753c772120433a849a4b1ccdb86c9a881cf /net-nds/luma
parent QA: Get rid of deprecated qt_min_version(). (diff)
downloadgentoo-2-ce690fb31f74df6cb43ca2f1732e83d4457faa21.tar.gz
gentoo-2-ce690fb31f74df6cb43ca2f1732e83d4457faa21.tar.bz2
gentoo-2-ce690fb31f74df6cb43ca2f1732e83d4457faa21.zip
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-nds/luma')
-rw-r--r--net-nds/luma/ChangeLog6
-rw-r--r--net-nds/luma/luma-2.1.3.ebuild8
-rw-r--r--net-nds/luma/luma-2.2.1.ebuild8
-rw-r--r--net-nds/luma/luma-2.3.ebuild5
-rw-r--r--net-nds/luma/luma-2.4.ebuild5
5 files changed, 21 insertions, 11 deletions
diff --git a/net-nds/luma/ChangeLog b/net-nds/luma/ChangeLog
index ac720bc16de8..f019a7ba8ee5 100644
--- a/net-nds/luma/ChangeLog
+++ b/net-nds/luma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/luma
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.34 2008/06/29 09:57:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.35 2008/07/27 22:12:11 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> luma-2.1.3.ebuild,
+ luma-2.2.1.ebuild, luma-2.3.ebuild, luma-2.4.ebuild:
+ QA: Get rid of deprecated qt_min_version().
29 Jun 2008; Torsten Veller <tove@gentoo.org> luma-2.3.ebuild,
luma-2.4.ebuild:
diff --git a/net-nds/luma/luma-2.1.3.ebuild b/net-nds/luma/luma-2.1.3.ebuild
index 4640b1d7eb0c..9b4d101d649a 100644
--- a/net-nds/luma/luma-2.1.3.ebuild
+++ b/net-nds/luma/luma-2.1.3.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/net-nds/luma/luma-2.1.3.ebuild,v 1.6 2008/05/13 18:30:08 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.1.3.ebuild,v 1.7 2008/07/27 22:12:11 carlo Exp $
+
+EAPI=1
inherit eutils qt3
@@ -13,12 +15,12 @@ SLOT="0"
KEYWORDS="ppc ~sparc x86"
IUSE="samba"
-RDEPEND="$(qt_min_version 3.2)
+RDEPEND="x11-libs/qt:3
>=dev-lang/python-2.3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
samba? ( >=dev-python/py-smbpasswd-1.0 )"
-DEPEND="$(qt_min_version 3.2)
+DEPEND="x11-libs/qt:3
>=dev-lang/python-2.3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
diff --git a/net-nds/luma/luma-2.2.1.ebuild b/net-nds/luma/luma-2.2.1.ebuild
index 2a74ead8c1eb..8eeb6eae601b 100644
--- a/net-nds/luma/luma-2.2.1.ebuild
+++ b/net-nds/luma/luma-2.2.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/net-nds/luma/luma-2.2.1.ebuild,v 1.3 2008/05/13 18:30:08 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.2.1.ebuild,v 1.4 2008/07/27 22:12:11 carlo Exp $
+
+EAPI=1
inherit eutils qt3
@@ -13,12 +15,12 @@ SLOT="0"
KEYWORDS="~ppc ~sparc ~x86 ~amd64"
IUSE="samba"
-RDEPEND="$(qt_min_version 3.2)
+RDEPEND="x11-libs/qt:3
>=dev-lang/python-2.3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
samba? ( >=dev-python/py-smbpasswd-1.0 )"
-DEPEND="$(qt_min_version 3.2)
+DEPEND="x11-libs/qt:3
>=dev-lang/python-2.3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
diff --git a/net-nds/luma/luma-2.3.ebuild b/net-nds/luma/luma-2.3.ebuild
index c6e46db860ca..72e64db1cd09 100644
--- a/net-nds/luma/luma-2.3.ebuild
+++ b/net-nds/luma/luma-2.3.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/net-nds/luma/luma-2.3.ebuild,v 1.7 2008/06/29 09:57:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v 1.8 2008/07/27 22:12:11 carlo Exp $
+EAPI=1
NEED_PYTHON=2.3
inherit eutils python qt3
@@ -15,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
IUSE="samba"
-RDEPEND="$(qt_min_version 3.2)
+RDEPEND="x11-libs/qt:3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
samba? ( >=dev-python/py-smbpasswd-1.0 )"
diff --git a/net-nds/luma/luma-2.4.ebuild b/net-nds/luma/luma-2.4.ebuild
index 2a4219ce04b7..01776bd00713 100644
--- a/net-nds/luma/luma-2.4.ebuild
+++ b/net-nds/luma/luma-2.4.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/net-nds/luma/luma-2.4.ebuild,v 1.3 2008/06/29 09:57:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.4 2008/07/27 22:12:11 carlo Exp $
+EAPI=1
NEED_PYTHON=2.3
inherit eutils python qt3
@@ -15,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="samba"
-RDEPEND="$(qt_min_version 3.2)
+RDEPEND="x11-libs/qt:3
>=dev-python/PyQt-3.10
>=dev-python/python-ldap-2.0.1
samba? ( >=dev-python/py-smbpasswd-1.0 )"