summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-27 21:42:32 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-27 21:42:32 +0000
commitf0266a3199fe0389f616133ccf54e826ec4bf5e5 (patch)
tree06ce9d436d20ff19ea79eae66a0a0e50b3c68265
parentQA: Get rid of deprecated qt_min_version(). (diff)
downloadhistorical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.tar.gz
historical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.tar.bz2
historical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.zip
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
-rw-r--r--dev-util/oprofile/ChangeLog6
-rw-r--r--dev-util/oprofile/oprofile-0.9.3.ebuild6
-rw-r--r--dev-util/oprofile/oprofile-0.9.4.ebuild6
-rw-r--r--dev-util/qsoapman/ChangeLog6
-rw-r--r--dev-util/qsoapman/qsoapman-0.3.ebuild8
-rw-r--r--dev-util/qsoapman/qsoapman-0.4.ebuild6
-rw-r--r--dev-util/valkyrie/ChangeLog6
-rw-r--r--dev-util/valkyrie/valkyrie-1.2.0.ebuild8
-rw-r--r--dev-util/valkyrie/valkyrie-1.3.0.ebuild5
9 files changed, 40 insertions, 17 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 3a1a37f0be88..00db7cc274ab 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/oprofile
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.50 2008/07/23 19:48:17 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.51 2008/07/27 21:40:26 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> oprofile-0.9.3.ebuild,
+ oprofile-0.9.4.ebuild:
+ QA: Get rid of deprecated qt_min_version().
23 Jul 2008; Michał Januszewski <spock@gentoo.org>
-files/oprofile-0.8.2.patch,
diff --git a/dev-util/oprofile/oprofile-0.9.3.ebuild b/dev-util/oprofile/oprofile-0.9.3.ebuild
index 668c13f196b2..428cd429f22e 100644
--- a/dev-util/oprofile/oprofile-0.9.3.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.3.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/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.6 2008/04/27 19:17:44 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.7 2008/07/27 21:40:26 carlo Exp $
+
+EAPI=1
inherit eutils qt3 linux-info
@@ -16,7 +18,7 @@ IUSE="qt3"
DEPEND=">=dev-libs/popt-1.7-r1
>=sys-devel/binutils-2.14.90.0.6-r3
>=sys-libs/glibc-2.3.2-r1
- qt3? ( $(qt_min_version 3.3) )"
+ qt3? ( x11-libs/qt:3 )"
src_unpack() {
unpack ${A}
diff --git a/dev-util/oprofile/oprofile-0.9.4.ebuild b/dev-util/oprofile/oprofile-0.9.4.ebuild
index 55beb5aab060..543779566a8e 100644
--- a/dev-util/oprofile/oprofile-0.9.4.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.4.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/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.1 2008/07/23 19:44:43 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.4.ebuild,v 1.2 2008/07/27 21:40:26 carlo Exp $
+
+EAPI=1
inherit eutils qt3 linux-info
@@ -16,7 +18,7 @@ IUSE="qt3"
DEPEND=">=dev-libs/popt-1.7-r1
>=sys-devel/binutils-2.14.90.0.6-r3
>=sys-libs/glibc-2.3.2-r1
- qt3? ( $(qt_min_version 3.3) )"
+ qt3? ( x11-libs/qt:3 )"
src_compile() {
local myconf=""
diff --git a/dev-util/qsoapman/ChangeLog b/dev-util/qsoapman/ChangeLog
index 0a47a263086c..088305875d6d 100644
--- a/dev-util/qsoapman/ChangeLog
+++ b/dev-util/qsoapman/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/qsoapman
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.10 2008/01/25 08:24:41 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.11 2008/07/27 21:38:38 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qsoapman-0.3.ebuild,
+ qsoapman-0.4.ebuild:
+ QA: Get rid of deprecated qt_min_version().
*qsoapman-0.4 (25 Jan 2008)
diff --git a/dev-util/qsoapman/qsoapman-0.3.ebuild b/dev-util/qsoapman/qsoapman-0.3.ebuild
index 44f96d7d8719..aab73d952cef 100644
--- a/dev-util/qsoapman/qsoapman-0.3.ebuild
+++ b/dev-util/qsoapman/qsoapman-0.3.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/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.8 2007/01/19 15:16:50 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.9 2008/07/27 21:38:38 carlo Exp $
+
+EAPI=1
inherit qt3
@@ -14,7 +16,7 @@ SLOT="0"
KEYWORDS="x86 ppc"
LICENSE="GPL-2"
-DEPEND="$(qt_min_version 3.1)"
+DEPEND="x11-libs/qt:3"
RDEPEND="${DEPEND}"
diff --git a/dev-util/qsoapman/qsoapman-0.4.ebuild b/dev-util/qsoapman/qsoapman-0.4.ebuild
index 9523ec0f50d3..5b0efdd2334f 100644
--- a/dev-util/qsoapman/qsoapman-0.4.ebuild
+++ b/dev-util/qsoapman/qsoapman-0.4.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/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.1 2008/01/25 08:24:41 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.2 2008/07/27 21:38:38 carlo Exp $
+
+EAPI=1
inherit qt3
@@ -14,7 +16,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
LICENSE="GPL-2"
-DEPEND="$(qt_min_version 3.1)"
+DEPEND="x11-libs/qt:3"
RDEPEND="${DEPEND}"
diff --git a/dev-util/valkyrie/ChangeLog b/dev-util/valkyrie/ChangeLog
index d993fed87a0d..d3ee6ae59125 100644
--- a/dev-util/valkyrie/ChangeLog
+++ b/dev-util/valkyrie/ChangeLog
@@ -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)
diff --git a/dev-util/valkyrie/valkyrie-1.2.0.ebuild b/dev-util/valkyrie/valkyrie-1.2.0.ebuild
index 9408cd205b73..f21146bc2326 100644
--- a/dev-util/valkyrie/valkyrie-1.2.0.ebuild
+++ b/dev-util/valkyrie/valkyrie-1.2.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/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 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"
-DEPEND="$(qt_min_version 3)"
+DEPEND="x11-libs/qt:3"
RDEPEND="${DEPEND}
=dev-util/valgrind-3.2*"
diff --git a/dev-util/valkyrie/valkyrie-1.3.0.ebuild b/dev-util/valkyrie/valkyrie-1.3.0.ebuild
index 116f3ee705aa..55a363a1a9a4 100644
--- a/dev-util/valkyrie/valkyrie-1.3.0.ebuild
+++ b/dev-util/valkyrie/valkyrie-1.3.0.ebuild
@@ -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 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"
-DEPEND="$(qt_min_version 3)"
+DEPEND="x11-libs/qt:3"
RDEPEND="${DEPEND}
=dev-util/valgrind-3.3*"