summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-05-23 10:36:44 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-05-23 10:36:44 +0000
commite0de096cfa73e7e98229707b94562c0a1e892417 (patch)
treeff1beb6ecaaef60c54e76d6cceea7b48889c09e7 /dev-util/calltree
parentAdd calltree to support the newest kcachegrind (diff)
downloadgentoo-2-e0de096cfa73e7e98229707b94562c0a1e892417.tar.gz
gentoo-2-e0de096cfa73e7e98229707b94562c0a1e892417.tar.bz2
gentoo-2-e0de096cfa73e7e98229707b94562c0a1e892417.zip
Add calltree to support the newest kcachegrind
Diffstat (limited to 'dev-util/calltree')
-rw-r--r--dev-util/calltree/ChangeLog10
-rw-r--r--dev-util/calltree/Manifest3
-rw-r--r--dev-util/calltree/calltree-0.2.95.ebuild23
-rw-r--r--dev-util/calltree/files/digest-calltree-0.2.951
4 files changed, 36 insertions, 1 deletions
diff --git a/dev-util/calltree/ChangeLog b/dev-util/calltree/ChangeLog
new file mode 100644
index 000000000000..0f2b37c15c11
--- /dev/null
+++ b/dev-util/calltree/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/calltree
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/calltree/ChangeLog,v 1.1 2003/05/23 10:36:35 pauldv Exp $
+
+*calltree-0.2.95 (23 May 2003)
+
+ 23 May 2003; Paul de Vrieze <pauldv@gentoo.org> calltree-0.2.95.ebuild:
+ Initial commit. calltree is a program that is needed for the newer
+ version of Kcachegrind.
+
diff --git a/dev-util/calltree/Manifest b/dev-util/calltree/Manifest
index d163caf7c12e..f531a9510d57 100644
--- a/dev-util/calltree/Manifest
+++ b/dev-util/calltree/Manifest
@@ -1,2 +1,3 @@
-MD5 da5c8b38ddb2f9d3528cda6ceb06884d calltree-0.2.95.ebuild 461
+MD5 c30282834d1428ace030c4ebb63fb9c9 calltree-0.2.95.ebuild 649
+MD5 292f6209e7a9ffe2734f40d2f9ce5ad7 ChangeLog 418
MD5 155439cd95da26c301bd0f6cb7ccb30c files/digest-calltree-0.2.95 67
diff --git a/dev-util/calltree/calltree-0.2.95.ebuild b/dev-util/calltree/calltree-0.2.95.ebuild
new file mode 100644
index 000000000000..ee5e6844a4ac
--- /dev/null
+++ b/dev-util/calltree/calltree-0.2.95.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/calltree/calltree-0.2.95.ebuild,v 1.1 2003/05/23 10:36:35 pauldv Exp $
+
+DESCRIPTION="A plugin for cachegrind that adds call-graph profiling"
+HOMEPAGE="http://kcachegrind.sourceforge.net/"
+SRC_URI="http://kcachegrind.sourceforge.net/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dev-util/valgrind-1.9.5"
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall
+ rm -r ${D}/usr/share/doc/valgrind
+ dodoc AUTHORS INSTALL README
+ dohtml docs/*.html
+}
diff --git a/dev-util/calltree/files/digest-calltree-0.2.95 b/dev-util/calltree/files/digest-calltree-0.2.95
new file mode 100644
index 000000000000..5fecabf37354
--- /dev/null
+++ b/dev-util/calltree/files/digest-calltree-0.2.95
@@ -0,0 +1 @@
+MD5 fb662b4fe9fd8a2d2e6f5229e90c6d19 calltree-0.2.95.tar.gz 159550