summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-09-16 15:46:02 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-09-16 15:46:02 +0000
commit21bf711bd1e75b450e7056c3934e8957f21ce095 (patch)
treefc55e73ab089d52fefef4393fa81a77d3ff204c3 /dev-util/callgrind
parentVersion bump. (diff)
downloadhistorical-21bf711bd1e75b450e7056c3934e8957f21ce095.tar.gz
historical-21bf711bd1e75b450e7056c3934e8957f21ce095.tar.bz2
historical-21bf711bd1e75b450e7056c3934e8957f21ce095.zip
Initial import to reaplce calltree - bug #62863
Diffstat (limited to 'dev-util/callgrind')
-rw-r--r--dev-util/callgrind/ChangeLog7
-rw-r--r--dev-util/callgrind/Manifest4
-rw-r--r--dev-util/callgrind/callgrind-0.9.9.ebuild24
-rw-r--r--dev-util/callgrind/files/digest-callgrind-0.9.91
-rw-r--r--dev-util/callgrind/metadata.xml10
5 files changed, 46 insertions, 0 deletions
diff --git a/dev-util/callgrind/ChangeLog b/dev-util/callgrind/ChangeLog
new file mode 100644
index 000000000000..06998520a755
--- /dev/null
+++ b/dev-util/callgrind/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for dev-util/callgrind
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/ChangeLog,v 1.1 2004/09/16 15:46:02 caleb Exp $
+
+ 16 Sep 2004; Caleb Tennis <caleb@gentoo.org> :
+ Initial import - replaces dev-util/calltree - bug #62863
+
diff --git a/dev-util/callgrind/Manifest b/dev-util/callgrind/Manifest
new file mode 100644
index 000000000000..f4204306920e
--- /dev/null
+++ b/dev-util/callgrind/Manifest
@@ -0,0 +1,4 @@
+MD5 4689521ad4da8b0c70240133bb42ec3c callgrind-0.9.9.ebuild 758
+MD5 f0a9cc58f405422075c9665ace4747df ChangeLog 317
+MD5 529b0525960162ce61483f92814f4e79 metadata.xml 249
+MD5 cd14654b42032ef02a3c219b09c1c667 files/digest-callgrind-0.9.9 67
diff --git a/dev-util/callgrind/callgrind-0.9.9.ebuild b/dev-util/callgrind/callgrind-0.9.9.ebuild
new file mode 100644
index 000000000000..8321a59da444
--- /dev/null
+++ b/dev-util/callgrind/callgrind-0.9.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/callgrind-0.9.9.ebuild,v 1.1 2004/09/16 15:46:02 caleb Exp $
+
+inherit eutils
+
+DESCRIPTION="A plugin for cachegrind that adds call-graph profiling, needed by kcachegrind"
+HOMEPAGE="http://kcachegrind.sourceforge.net/"
+SRC_URI="http://kcachegrind.sourceforge.net/${P}.tar.gz"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+RDEPEND=">=dev-util/valgrind-2.2.0"
+DEPEND="${RDEPEND}
+ !dev-util/calltree"
+
+src_install() {
+ einstall || die
+ rm -rf ${D}/usr/share/doc/valgrind
+ dodoc AUTHORS INSTALL README || die "dodoc failed"
+ dohtml docs/*.html || die "dohtml failed"
+}
diff --git a/dev-util/callgrind/files/digest-callgrind-0.9.9 b/dev-util/callgrind/files/digest-callgrind-0.9.9
new file mode 100644
index 000000000000..245437546ac3
--- /dev/null
+++ b/dev-util/callgrind/files/digest-callgrind-0.9.9
@@ -0,0 +1 @@
+MD5 4a245112d471b4f94bba8080a5bf5ba7 callgrind-0.9.9.tar.gz 180841
diff --git a/dev-util/callgrind/metadata.xml b/dev-util/callgrind/metadata.xml
new file mode 100644
index 000000000000..6f66a4fe6dde
--- /dev/null
+++ b/dev-util/callgrind/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<!--
+<maintainer>
+<description>Package has no maintainer</description>
+</maintainer>
+-->
+</pkgmetadata>