summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <zlin@gentoo.org>2008-02-18 22:40:47 +0000
committerBo Ørsted Andresen <zlin@gentoo.org>2008-02-18 22:40:47 +0000
commita35ad952250a33c759045d14e5c8e8a7b58f027a (patch)
tree41f431b7984fa4a8aba8555260f916518b43a015 /kde-base/kcachegrind
parentOld. (diff)
downloadgentoo-2-a35ad952250a33c759045d14e5c8e8a7b58f027a.tar.gz
gentoo-2-a35ad952250a33c759045d14e5c8e8a7b58f027a.tar.bz2
gentoo-2-a35ad952250a33c759045d14e5c8e8a7b58f027a.zip
Remove valgrind dependency (bug #158066). It is not required at build or run time.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r--kde-base/kcachegrind/ChangeLog7
-rw-r--r--kde-base/kcachegrind/kcachegrind-3.5.8.ebuild15
2 files changed, 18 insertions, 4 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog
index 0478af48c294..a31758ce3bac 100644
--- a/kde-base/kcachegrind/ChangeLog
+++ b/kde-base/kcachegrind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kcachegrind
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.75 2008/02/17 01:59:05 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.76 2008/02/18 22:40:47 zlin Exp $
+
+ 18 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org>
+ kcachegrind-3.5.8.ebuild:
+ Remove valgrind dependency (bug #158066). It is not required at build or run
+ time.
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-files/kcachegrind-3.5.6-graphviz-fix.patch, -kcachegrind-3.5.5.ebuild,
diff --git a/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild b/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild
index a46f13aed4a7..b64885de6089 100644
--- a/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild
+++ b/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild
@@ -1,17 +1,26 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild,v 1.6 2008/02/09 12:13:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.8.ebuild,v 1.7 2008/02/18 22:40:47 zlin Exp $
KMNAME=kdesdk
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
+inherit kde-meta
DESCRIPTION="KDE Frontend for Cachegrind"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="kdehiddenvisibility"
-DEPEND="!alpha? ( !sparc? ( !x86-fbsd? ( >=dev-util/valgrind-3.2.0 ) ) )"
+#DEPEND="!alpha? ( !sparc? ( !x86-fbsd? ( >=dev-util/valgrind-3.2.0 ) ) )"
RDEPEND="${DEPEND}
media-gfx/graphviz"
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ echo
+ elog "To make full use of ${PN} you should emerge >=dev-util/valgrind-3.2.0 and/or"
+ elog "dev-util/oprofile."
+ echo
+}