From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MJi9o-0003My-4n for garchives@archives.gentoo.org; Thu, 25 Jun 2009 06:10:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28A11E0374; Thu, 25 Jun 2009 06:09:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D658EE0374 for ; Thu, 25 Jun 2009 06:09:58 +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 8160866CFB for ; Thu, 25 Jun 2009 06:09:58 +0000 (UTC) Received: from yngwin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MJi9m-00075a-66 for gentoo-commits@lists.gentoo.org; Thu, 25 Jun 2009 06:09:58 +0000 From: "Ben de Groot (yngwin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, yngwin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/vitables: vitables-2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vitables-2.0.ebuild ChangeLog X-VCS-Directories: sci-misc/vitables X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ben de Groot Date: Thu, 25 Jun 2009 06:09:58 +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: 6fcafc75-053e-4b94-bb00-5b3caab6a428 X-Archives-Hash: b7f671cbc993ad2c91eb0cee5e69b152 yngwin 09/06/25 06:09:58 Modified: vitables-2.0.ebuild ChangeLog Log: Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep fo= r PyQt4 (check for more, bug 272136). Whitespace. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.2 sci-misc/vitables/vitables-2.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= vitables-2.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= vitables-2.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= vitables-2.0.ebuild?r1=3D1.1&r2=3D1.2 Index: vitables-2.0.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/sci-misc/vitables/vitables-2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vitables-2.0.ebuild 11 Jun 2009 20:44:13 -0000 1.1 +++ vitables-2.0.ebuild 25 Jun 2009 06:09:58 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild= ,v 1.1 2009/06/11 20:44:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild= ,v 1.2 2009/06/25 06:09:58 yngwin Exp $ =20 EAPI=3D"2" NEED_PYTHON=3D"2.5" @@ -18,8 +18,7 @@ IUSE=3D"doc examples" =20 DEPEND=3D">=3Ddev-python/pytables-2.0 - >=3Dx11-libs/qt-4.0 - >=3Ddev-python/PyQt4-4.4" + dev-python/PyQt4[X]" # FIXME: check if any other useflags are needed RDEPEND=3D"${DEPEND}" S=3D"${WORKDIR}/ViTables-${PV}" =20 @@ -38,5 +37,4 @@ if use doc; then dodoc doc/* fi - } 1.2 sci-misc/vitables/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= ChangeLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= ChangeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/vitables/= ChangeLog?r1=3D1.1&r2=3D1.2 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/sci-misc/vitables/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Jun 2009 20:44:13 -0000 1.1 +++ ChangeLog 25 Jun 2009 06:09:58 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/vitables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.1 200= 9/06/11 20:44:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 200= 9/06/25 06:09:58 yngwin Exp $ + + 25 Jun 2009; Ben de Groot vitables-2.0.ebuild: + Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep f= or + PyQt4 (check for more, bug 272136). Whitespace. =20 *vitables-2.0 (11 Jun 2009) =20