public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/valkyrie: valkyrie-1.2.0.ebuild valkyrie-1.3.0.ebuild ChangeLog
@ 2008-07-27 21:42 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-07-27 21:42 UTC (permalink / raw
  To: gentoo-commits

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=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebuild?r1=1.5&r2=1.6

Index: valkyrie-1.2.0.ebuild
===================================================================
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.ebuild,v 1.5 2007/12/15 13:35:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.2.0.ebuild,v 1.6 2008/07/27 21:42:32 carlo Exp $
+
+EAPI=1
 
 inherit eutils qt3
 
@@ -13,7 +15,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug"
 
-DEPEND="$(qt_min_version 3)"
+DEPEND="x11-libs/qt:3"
 RDEPEND="${DEPEND}
 	=dev-util/valgrind-3.2*"
 



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=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild?r1=1.1&r2=1.2

Index: valkyrie-1.3.0.ebuild
===================================================================
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.ebuild,v 1.1 2008/07/17 03:48:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild,v 1.2 2008/07/27 21:42:32 carlo Exp $
 
+EAPI=1
 inherit eutils qt3
 
 DESCRIPTION="Graphical front-end to the Valgrind suite of tools"
@@ -13,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug"
 
-DEPEND="$(qt_min_version 3)"
+DEPEND="x11-libs/qt:3"
 RDEPEND="${DEPEND}
 	=dev-util/valgrind-3.3*"
 



1.9                  dev-util/valkyrie/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
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 2008/07/17 03:48:55 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.9 2008/07/27 21:42:32 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> valkyrie-1.2.0.ebuild,
+  valkyrie-1.3.0.ebuild:
+  QA: Get rid of deprecated qt_min_version().
 
 *valkyrie-1.3.0 (17 Jul 2008)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-27 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 21:42 [gentoo-commits] gentoo-x86 commit in dev-util/valkyrie: valkyrie-1.2.0.ebuild valkyrie-1.3.0.ebuild ChangeLog Carsten Lohrke (carlo)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox