diff options
Diffstat (limited to 'dev-util/kprof')
-rw-r--r-- | dev-util/kprof/kprof-1.4.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-util/kprof/kprof-1.4.2.ebuild b/dev-util/kprof/kprof-1.4.2.ebuild index 99b02e6ba506..d32bc21e1263 100644 --- a/dev-util/kprof/kprof-1.4.2.ebuild +++ b/dev-util/kprof/kprof-1.4.2.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.2.ebuild,v 1.2 2003/07/12 14:28:13 aliz Exp $ +# 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.3 2003/08/07 03:31:38 vapier Exp $ inherit kde-base need-kde 3 -IUSE="" 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" -HOMEPAGE="http://kprof.sourceforge.net" -LICENSE="GPL-2" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" src_unpack() { base_src_unpack - # Rename the source directory to include the version to make the eclass happy mv ${WORKDIR}/${PN} ${WORKDIR}/${P} } - |