From 9d54ef8c61839b12b04e3f719f44822578952d2b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Aug 2003 03:35:15 +0000 Subject: fix license/repoman --- dev-util/kprof/kprof-1.4.2.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'dev-util/kprof') 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} } - -- cgit v1.2.3-65-gdbad