diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:48:04 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-28 21:48:04 +0000 |
commit | c65e571dd2bb9fb435721c07f9cf6f0cab843ad5 (patch) | |
tree | 5eb4e399e27b3950e86b50e28e0284c999799c07 /x11-misc/evolvotron | |
parent | QA: Get rid of deprecated qt4_min_version(). (diff) | |
download | historical-c65e571dd2bb9fb435721c07f9cf6f0cab843ad5.tar.gz historical-c65e571dd2bb9fb435721c07f9cf6f0cab843ad5.tar.bz2 historical-c65e571dd2bb9fb435721c07f9cf6f0cab843ad5.zip |
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.5.0.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.5.1.ebuild | 6 |
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" |