diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-01-02 14:57:12 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-01-02 14:57:12 +0000 |
commit | 7255505c9e87db705e9b567d9a9f7bda498bb381 (patch) | |
tree | 96f5c5b8a04ceade4f60ba4af368a7f049b8bbf1 /dev-util/kcachegrind | |
parent | new revision that adsd the kcachegrid patch for call tree racing support (diff) | |
download | historical-7255505c9e87db705e9b567d9a9f7bda498bb381.tar.gz historical-7255505c9e87db705e9b567d9a9f7bda498bb381.tar.bz2 historical-7255505c9e87db705e9b567d9a9f7bda498bb381.zip |
a kde frontend for cachegrind
Diffstat (limited to 'dev-util/kcachegrind')
-rw-r--r-- | dev-util/kcachegrind/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/kcachegrind/files/digest-kcachegrind-0.3 | 1 | ||||
-rw-r--r-- | dev-util/kcachegrind/kcachegrind-0.3.ebuild | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/kcachegrind/ChangeLog b/dev-util/kcachegrind/ChangeLog new file mode 100644 index 000000000000..090807e2d2dd --- /dev/null +++ b/dev-util/kcachegrind/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-util/kcachegrind +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/ChangeLog,v 1.1 2003/01/02 14:57:12 danarmak Exp $ + +*kcachegrind-0.3 (02 Jan 2003) + + 02 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : + + A KDE frontend for viewing the traces generated by cachegrind, the cache + profiler from valgrind. Closes bugs #12347, #7546. diff --git a/dev-util/kcachegrind/files/digest-kcachegrind-0.3 b/dev-util/kcachegrind/files/digest-kcachegrind-0.3 new file mode 100644 index 000000000000..4ea6f0603aef --- /dev/null +++ b/dev-util/kcachegrind/files/digest-kcachegrind-0.3 @@ -0,0 +1 @@ +MD5 4532a949ded59b40de0cb54d63a8918a kcachegrind-0.3.tar.gz 717980 diff --git a/dev-util/kcachegrind/kcachegrind-0.3.ebuild b/dev-util/kcachegrind/kcachegrind-0.3.ebuild new file mode 100644 index 000000000000..c8328c7e111b --- /dev/null +++ b/dev-util/kcachegrind/kcachegrind-0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/kcachegrind-0.3.ebuild,v 1.1 2003/01/02 14:57:12 danarmak Exp $ +inherit kde-base + +need-kde 3 + +IUSE="" +DESCRIPTION="A kde frontend for the cachegrind profiling tool, which is part of valgrind" +SRC_URI="mirror://sourceforge/kcachegrind/${P}.tar.gz" +HOMEPAGE="http://kcachegrind.sourceforge.net" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +RDEPEND="$RDEPEND >=dev-util/valgrind-1.0.4-r1"
\ No newline at end of file |