summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:35:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:35:15 +0000
commit9d54ef8c61839b12b04e3f719f44822578952d2b (patch)
tree42e96e1d4a6c36d7019ce455f02128719347fc90 /dev-util/kprof
parentfix license/repoman (diff)
downloadgentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.tar.gz
gentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.tar.bz2
gentoo-2-9d54ef8c61839b12b04e3f719f44822578952d2b.zip
fix license/repoman
Diffstat (limited to 'dev-util/kprof')
-rw-r--r--dev-util/kprof/kprof-1.4.2.ebuild13
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}
}
-