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 1KNE0h-0006Vt-Je for garchives@archives.gentoo.org; Sun, 27 Jul 2008 21:42:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0550BE070D; Sun, 27 Jul 2008 21:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B27D7E070D for ; Sun, 27 Jul 2008 21:42:34 +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 2609466C51 for ; Sun, 27 Jul 2008 21:42:34 +0000 (UTC) Received: from carlo by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KNE0e-0002NN-Va for gentoo-commits@lists.gentoo.org; Sun, 27 Jul 2008 21:42:33 +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 dev-util/valkyrie: valkyrie-1.2.0.ebuild valkyrie-1.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: valkyrie-1.2.0.ebuild valkyrie-1.3.0.ebuild ChangeLog X-VCS-Directories: dev-util/valkyrie 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 21:42:32 +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: 8f7167d7-7fdf-4a55-9c3c-0e0679050910 X-Archives-Hash: 43997141ad6fe00477503e1e498d85d8 carlo 08/07/27 21:42:32 Modified: valkyrie-1.2.0.ebuild valkyrie-1.3.0.ebuild ChangeLog Log: QA: Get rid of deprecated qt_min_version(). (Portage version: 2.1.4.4) Revision Changes Path 1.6 dev-util/valkyrie/valkyrie-1.2.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.2.0.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.2.0.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.2.0.ebuild?r1=3D1.5&r2=3D1.6 Index: valkyrie-1.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/dev-util/valkyrie/valkyrie-1.2.0.ebuild= ,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- valkyrie-1.2.0.ebuild 15 Dec 2007 13:35:43 -0000 1.5 +++ valkyrie-1.2.0.ebuild 27 Jul 2008 21:42:32 -0000 1.6 @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebui= ld,v 1.5 2007/12/15 13:35:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebui= ld,v 1.6 2008/07/27 21:42:32 carlo Exp $ + +EAPI=3D1 =20 inherit eutils qt3 =20 @@ -13,7 +15,7 @@ KEYWORDS=3D"~amd64 ~ppc ~x86" IUSE=3D"debug" =20 -DEPEND=3D"$(qt_min_version 3)" +DEPEND=3D"x11-libs/qt:3" RDEPEND=3D"${DEPEND} =3Ddev-util/valgrind-3.2*" =20 1.2 dev-util/valkyrie/valkyrie-1.3.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.3.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.3.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= valkyrie-1.3.0.ebuild?r1=3D1.1&r2=3D1.2 Index: valkyrie-1.3.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/dev-util/valkyrie/valkyrie-1.3.0.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- valkyrie-1.3.0.ebuild 17 Jul 2008 03:48:55 -0000 1.1 +++ valkyrie-1.3.0.ebuild 27 Jul 2008 21:42:32 -0000 1.2 @@ -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/dev-util/valkyrie/valkyrie-1.3.0.ebui= ld,v 1.1 2008/07/17 03:48:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebui= ld,v 1.2 2008/07/27 21:42:32 carlo Exp $ =20 +EAPI=3D1 inherit eutils qt3 =20 DESCRIPTION=3D"Graphical front-end to the Valgrind suite of tools" @@ -13,7 +14,7 @@ KEYWORDS=3D"~amd64 ~ppc ~x86" IUSE=3D"debug" =20 -DEPEND=3D"$(qt_min_version 3)" +DEPEND=3D"x11-libs/qt:3" RDEPEND=3D"${DEPEND} =3Ddev-util/valgrind-3.3*" =20 1.9 dev-util/valkyrie/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= ChangeLog?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= ChangeLog?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/= ChangeLog?r1=3D1.8&r2=3D1.9 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/dev-util/valkyrie/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 17 Jul 2008 03:48:55 -0000 1.8 +++ ChangeLog 27 Jul 2008 21:42:32 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/valkyrie # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.8 200= 8/07/17 03:48:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.9 200= 8/07/27 21:42:32 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke valkyrie-1.2.0.ebuild, + valkyrie-1.3.0.ebuild: + QA: Get rid of deprecated qt_min_version(). =20 *valkyrie-1.3.0 (17 Jul 2008) =20