blob: 0fbc0fefd55a206ebbc16f033b27a86d50e9a693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kcachegrind/kcachegrind-0.3b.ebuild,v 1.6 2004/06/25 02:37:50 agriffis Exp $
inherit kde
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"
SLOT="0"
RDEPEND=">=dev-util/calltree-0.9.1
media-gfx/graphviz"
|