summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:45:18 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:45:18 +0000
commit7b771c990affc9e5b39989f435e073042b2dd1e0 (patch)
tree891b0a7e127fc0cf71c7385925f579057abbd137 /x11-misc/evolvotron
parent QA: Get rid of deprecated qt4_min_version(). (diff)
downloadgentoo-2-7b771c990affc9e5b39989f435e073042b2dd1e0.tar.gz
gentoo-2-7b771c990affc9e5b39989f435e073042b2dd1e0.tar.bz2
gentoo-2-7b771c990affc9e5b39989f435e073042b2dd1e0.zip
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r--x11-misc/evolvotron/ChangeLog6
-rw-r--r--x11-misc/evolvotron/evolvotron-0.5.0.ebuild8
-rw-r--r--x11-misc/evolvotron/evolvotron-0.5.1.ebuild6
3 files changed, 14 insertions, 6 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog
index 15a2f45ad1b0..07942d382f2a 100644
--- a/x11-misc/evolvotron/ChangeLog
+++ b/x11-misc/evolvotron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/evolvotron
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.17 2008/07/23 17:57:26 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.18 2008/07/28 21:45:18 carlo Exp $
+
+ 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> evolvotron-0.5.0.ebuild,
+ evolvotron-0.5.1.ebuild:
+ QA: Get rid of deprecated qt_min_version().
23 Jul 2008; Santiago M. Mola <coldwind@gentoo.org>
evolvotron-0.5.1.ebuild:
diff --git a/x11-misc/evolvotron/evolvotron-0.5.0.ebuild b/x11-misc/evolvotron/evolvotron-0.5.0.ebuild
index a870a7a89b16..43433088ee47 100644
--- a/x11-misc/evolvotron/evolvotron-0.5.0.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.5.0.ebuild
@@ -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/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.3 2007/11/09 15:40:47 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.4 2008/07/28 21:45:18 carlo Exp $
+
+EAPI=1
inherit qt3
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
-RDEPEND="$(qt_min_version 3)"
+RDEPEND="x11-libs/qt:3"
DEPEND="${RDEPEND}
dev-libs/boost"
diff --git a/x11-misc/evolvotron/evolvotron-0.5.1.ebuild b/x11-misc/evolvotron/evolvotron-0.5.1.ebuild
index 940010013fdb..0ea6eb28b7d5 100644
--- a/x11-misc/evolvotron/evolvotron-0.5.1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.5.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/x11-misc/evolvotron/evolvotron-0.5.1.ebuild,v 1.2 2008/07/23 17:57:26 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.1.ebuild,v 1.3 2008/07/28 21:45:18 carlo Exp $
+
+EAPI=1
inherit qt3
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="$(qt_min_version 3)"
+RDEPEND="x11-libs/qt:3"
DEPEND="${RDEPEND}
dev-libs/boost"