summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-11 16:03:31 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-11 16:03:31 +0000
commitdc23337f78dfff101561f538f9dedc351511abe4 (patch)
treeddde8262fb3d683abfac2287866941c72c933801 /kde-base
parentFixes compilation error by not testing for termcap; Resolves Bug #134813. (diff)
downloadgentoo-2-dc23337f78dfff101561f538f9dedc351511abe4.tar.gz
gentoo-2-dc23337f78dfff101561f538f9dedc351511abe4.tar.bz2
gentoo-2-dc23337f78dfff101561f538f9dedc351511abe4.zip
Change callgrind to newer valgrind or callgrind depend thanks to Daniel Franke <franke.daniel@gmail.com> and Maurice van der Pot <griffon26@gentoo.org> in bug 136303
(Portage version: 2.1)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kcachegrind/ChangeLog9
-rw-r--r--kde-base/kcachegrind/kcachegrind-3.4.3.ebuild7
-rw-r--r--kde-base/kcachegrind/kcachegrind-3.5.2.ebuild5
-rw-r--r--kde-base/kcachegrind/kcachegrind-3.5.3.ebuild5
4 files changed, 18 insertions, 8 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog
index 6839b1d8aa00..7b8c7c199aad 100644
--- a/kde-base/kcachegrind/ChangeLog
+++ b/kde-base/kcachegrind/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-base/kcachegrind
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.40 2006/06/08 14:04:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.41 2006/06/11 16:03:31 genstef Exp $
+
+ 11 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
+ kcachegrind-3.4.3.ebuild, kcachegrind-3.5.2.ebuild,
+ kcachegrind-3.5.3.ebuild:
+ Change callgrind to newer valgrind or callgrind depend thanks to Daniel
+ Franke <franke.daniel@gmail.com> and Maurice van der Pot
+ <griffon26@gentoo.org> in bug 136303
08 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
kcachegrind-3.5.3.ebuild:
diff --git a/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild b/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild
index 36384c26469a..8acf60573b21 100644
--- a/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild
+++ b/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild,v 1.6 2005/12/10 07:37:32 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.4.3.ebuild,v 1.7 2006/06/11 16:03:31 genstef Exp $
KMNAME=kdesdk
MAXKDEVER=$PV
@@ -11,7 +11,8 @@ DESCRIPTION="KDE Frontend for Cachegrind"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="x86? ( dev-util/callgrind )"
+DEPEND="x86? ( || ( >=dev-util/valgrind-3.2.0
+ dev-util/callgrind ) )"
RDEPEND="${DEPEND}
media-gfx/graphviz"
diff --git a/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild b/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild
index 6676cc836a50..1c93b63fa7dc 100644
--- a/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild
+++ b/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild,v 1.7 2006/06/01 07:13:32 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.2.ebuild,v 1.8 2006/06/11 16:03:31 genstef Exp $
KMNAME=kdesdk
MAXKDEVER=$PV
@@ -11,7 +11,8 @@ DESCRIPTION="KDE Frontend for Cachegrind"
KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
IUSE=""
-DEPEND="x86? ( dev-util/callgrind )"
+DEPEND="x86? ( || ( >=dev-util/valgrind-3.2.0
+ dev-util/callgrind ) )"
RDEPEND="${DEPEND}
media-gfx/graphviz"
diff --git a/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild b/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild
index e2568530695a..613b9f6929c7 100644
--- a/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild
+++ b/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild,v 1.2 2006/06/08 14:04:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.3.ebuild,v 1.3 2006/06/11 16:03:31 genstef Exp $
KMNAME=kdesdk
MAXKDEVER=$PV
@@ -11,7 +11,8 @@ DESCRIPTION="KDE Frontend for Cachegrind"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND="x86? ( dev-util/callgrind )"
+DEPEND="x86? ( || ( >=dev-util/valgrind-3.2.0
+ dev-util/callgrind ) )"
RDEPEND="${DEPEND}
media-gfx/graphviz"