From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KNETP-00023Q-7V for garchives@archives.gentoo.org; Sun, 27 Jul 2008 22:12:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26FA8E05CB; Sun, 27 Jul 2008 22:12:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD8D5E05CB for ; Sun, 27 Jul 2008 22:12:13 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 60A746664D for ; Sun, 27 Jul 2008 22:12:13 +0000 (UTC) Received: from carlo by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KNETM-00036c-4F for gentoo-commits@lists.gentoo.org; Sun, 27 Jul 2008 22:12:12 +0000 From: "Carsten Lohrke (carlo)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, carlo@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-nds/luma: luma-2.4.ebuild ChangeLog luma-2.1.3.ebuild luma-2.3.ebuild luma-2.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: luma-2.4.ebuild ChangeLog luma-2.1.3.ebuild luma-2.3.ebuild luma-2.2.1.ebuild X-VCS-Directories: net-nds/luma X-VCS-Committer: carlo X-VCS-Committer-Name: Carsten Lohrke Content-Type: text/plain; charset=utf8 Message-Id: Sender: Carsten Lohrke Date: Sun, 27 Jul 2008 22:12:12 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ea59fa6b-c674-4b56-a4af-c08c9e296ffb X-Archives-Hash: 08a47b9d49839710f2c5ec4985f3aab8 carlo 08/07/27 22:12:12 Modified: luma-2.4.ebuild ChangeLog luma-2.1.3.ebuild luma-2.3.ebuild luma-2.2.1.ebuild Log: QA: Get rid of deprecated qt_min_version(). (Portage version: 2.1.4.4) Revision Changes Path 1.4 net-nds/luma/luma-2.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.4.ebuild?r1=3D1.3&r2=3D1.4 Index: luma-2.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- luma-2.4.ebuild 29 Jun 2008 09:57:42 -0000 1.3 +++ luma-2.4.ebuild 27 Jul 2008 22:12:11 -0000 1.4 @@ -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 20= 08/06/29 09:57:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.4 20= 08/07/27 22:12:11 carlo Exp $ =20 +EAPI=3D1 NEED_PYTHON=3D2.3 =20 inherit eutils python qt3 @@ -15,7 +16,7 @@ KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" IUSE=3D"samba" =20 -RDEPEND=3D"$(qt_min_version 3.2) +RDEPEND=3D"x11-libs/qt:3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1 samba? ( >=3Ddev-python/py-smbpasswd-1.0 )" 1.35 net-nds/luma/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/Chang= eLog?rev=3D1.35&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/Chang= eLog?rev=3D1.35&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/Chang= eLog?r1=3D1.34&r2=3D1.35 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 29 Jun 2008 09:57:42 -0000 1.34 +++ ChangeLog 27 Jul 2008 22:12:11 -0000 1.35 @@ -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 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(). =20 29 Jun 2008; Torsten Veller luma-2.3.ebuild, luma-2.4.ebuild: 1.7 net-nds/luma/luma-2.1.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.1.3.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.1.3.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.1.3.ebuild?r1=3D1.6&r2=3D1.7 Index: luma-2.1.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.1.3.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- luma-2.1.3.ebuild 13 May 2008 18:30:08 -0000 1.6 +++ luma-2.1.3.ebuild 27 Jul 2008 22:12:11 -0000 1.7 @@ -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=3D1 =20 inherit eutils qt3 =20 @@ -13,12 +15,12 @@ KEYWORDS=3D"ppc ~sparc x86" IUSE=3D"samba" =20 -RDEPEND=3D"$(qt_min_version 3.2) +RDEPEND=3D"x11-libs/qt:3 >=3Ddev-lang/python-2.3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1 samba? ( >=3Ddev-python/py-smbpasswd-1.0 )" -DEPEND=3D"$(qt_min_version 3.2) +DEPEND=3D"x11-libs/qt:3 >=3Ddev-lang/python-2.3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1 1.8 net-nds/luma/luma-2.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.3.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.3.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.3.ebuild?r1=3D1.7&r2=3D1.8 Index: luma-2.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- luma-2.3.ebuild 29 Jun 2008 09:57:42 -0000 1.7 +++ luma-2.3.ebuild 27 Jul 2008 22:12:11 -0000 1.8 @@ -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 20= 08/06/29 09:57:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v 1.8 20= 08/07/27 22:12:11 carlo Exp $ =20 +EAPI=3D1 NEED_PYTHON=3D2.3 =20 inherit eutils python qt3 @@ -15,7 +16,7 @@ KEYWORDS=3D"~amd64 ppc sparc x86" IUSE=3D"samba" =20 -RDEPEND=3D"$(qt_min_version 3.2) +RDEPEND=3D"x11-libs/qt:3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1 samba? ( >=3Ddev-python/py-smbpasswd-1.0 )" 1.4 net-nds/luma/luma-2.2.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.2.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.2.1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/luma/luma-= 2.2.1.ebuild?r1=3D1.3&r2=3D1.4 Index: luma-2.2.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- luma-2.2.1.ebuild 13 May 2008 18:30:08 -0000 1.3 +++ luma-2.2.1.ebuild 27 Jul 2008 22:12:11 -0000 1.4 @@ -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=3D1 =20 inherit eutils qt3 =20 @@ -13,12 +15,12 @@ KEYWORDS=3D"~ppc ~sparc ~x86 ~amd64" IUSE=3D"samba" =20 -RDEPEND=3D"$(qt_min_version 3.2) +RDEPEND=3D"x11-libs/qt:3 >=3Ddev-lang/python-2.3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1 samba? ( >=3Ddev-python/py-smbpasswd-1.0 )" -DEPEND=3D"$(qt_min_version 3.2) +DEPEND=3D"x11-libs/qt:3 >=3Ddev-lang/python-2.3 >=3Ddev-python/PyQt-3.10 >=3Ddev-python/python-ldap-2.0.1