summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/callgrind/callgrind-0.10.0.ebuild')
-rw-r--r--dev-util/callgrind/callgrind-0.10.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/callgrind/callgrind-0.10.0.ebuild b/dev-util/callgrind/callgrind-0.10.0.ebuild
deleted file mode 100644
index fc65c4117f10..000000000000
--- a/dev-util/callgrind/callgrind-0.10.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/callgrind-0.10.0.ebuild,v 1.3 2006/01/12 03:06:18 lu_zero 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"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="=dev-util/valgrind-3.0*
- !dev-util/calltree"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- # Installs docs into stray directory
- rm -rf ${D}/usr/share/doc/valgrind
-
- dodoc AUTHORS ChangeLog README TODO
- dohtml docs/*.html
-}