summaryrefslogtreecommitdiff
blob: 482b597b44fc73e75442ce68e3df9bb641576029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.2.ebuild,v 1.9 2004/07/14 23:46:46 agriffis Exp $

inherit kde
need-kde 3

DESCRIPTION="A KDE3 visual tool helping developers to analyze the profiling results generated by code profilers."
HOMEPAGE="http://kprof.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

src_unpack() {
	base_src_unpack
	# Rename the source directory to include the version to make the eclass happy
	mv ${WORKDIR}/${PN} ${WORKDIR}/${P}
}