summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:48:04 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:48:04 +0000
commitc65e571dd2bb9fb435721c07f9cf6f0cab843ad5 (patch)
tree5eb4e399e27b3950e86b50e28e0284c999799c07 /x11-misc
parentQA: Get rid of deprecated qt4_min_version(). (diff)
downloadhistorical-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')
-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
-rw-r--r--x11-misc/ifpgui/ChangeLog7
-rw-r--r--x11-misc/ifpgui/ifpgui-0.10.8.ebuild8
-rw-r--r--x11-misc/qcomicbook/ChangeLog5
-rw-r--r--x11-misc/qcomicbook/qcomicbook-0.3.4.ebuild8
7 files changed, 33 insertions, 15 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"
diff --git a/x11-misc/ifpgui/ChangeLog b/x11-misc/ifpgui/ChangeLog
index 3237b7cb4726..86065411c6af 100644
--- a/x11-misc/ifpgui/ChangeLog
+++ b/x11-misc/ifpgui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/ifpgui
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ChangeLog,v 1.4 2007/12/07 14:00:28 coldwind Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ChangeLog,v 1.5 2008/07/28 21:43:39 carlo Exp $
+
+ 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> ifpgui-0.10.8.ebuild:
+ QA: Get rid of deprecated qt_min_version().
07 Dec 2007; Santiago M. Mola <coldwind@gentoo.org> files/ifpgui.desktop,
ifpgui-0.10.8.ebuild:
diff --git a/x11-misc/ifpgui/ifpgui-0.10.8.ebuild b/x11-misc/ifpgui/ifpgui-0.10.8.ebuild
index c06a9f95e452..916178f23cda 100644
--- a/x11-misc/ifpgui/ifpgui-0.10.8.ebuild
+++ b/x11-misc/ifpgui/ifpgui-0.10.8.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/ifpgui/ifpgui-0.10.8.ebuild,v 1.4 2007/12/07 14:00:28 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ifpgui-0.10.8.ebuild,v 1.5 2008/07/28 21:43:39 carlo Exp $
+
+EAPI=1
inherit eutils qt3
@@ -19,7 +21,7 @@ for x in ${LANGS}; do
done
RDEPEND=">=media-libs/libifp-1.0.0.2
- $(qt_min_version 3.3)
+ x11-libs/qt:3
>=dev-libs/libusb-0.1.7"
DEPEND="${RDEPEND}
doc? ( >=app-doc/doxygen-1.3.7 )"
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog
index 5354d4948cf0..ae4c08436065 100644
--- a/x11-misc/qcomicbook/ChangeLog
+++ b/x11-misc/qcomicbook/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/qcomicbook
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.20 2008/07/27 01:23:10 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.21 2008/07/28 21:48:04 carlo Exp $
+
+ 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qcomicbook-0.3.4.ebuild:
+ QA: Get rid of deprecated qt_min_version().
27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qcomicbook-0.4.0.ebuild:
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
diff --git a/x11-misc/qcomicbook/qcomicbook-0.3.4.ebuild b/x11-misc/qcomicbook/qcomicbook-0.3.4.ebuild
index 9a1ee6adb95d..eaef0b1c3c44 100644
--- a/x11-misc/qcomicbook/qcomicbook-0.3.4.ebuild
+++ b/x11-misc/qcomicbook/qcomicbook-0.3.4.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/qcomicbook/qcomicbook-0.3.4.ebuild,v 1.3 2007/08/21 22:29:55 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.3.4.ebuild,v 1.4 2008/07/28 21:48:04 carlo Exp $
+
+EAPI=1
inherit autotools eutils qt3
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-RDEPEND="$(qt_min_version 3.3)
+RDEPEND="x11-libs/qt:3
media-libs/imlib2
|| ( app-arch/unrar app-arch/rar )
app-arch/zip"