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 /dev-util/oprofile
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
Diffstat (limited to 'dev-util/oprofile')
-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
3 files changed, 13 insertions, 5 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=""