diff options
author | 2005-01-02 17:45:22 +0000 | |
---|---|---|
committer | 2005-01-02 17:45:22 +0000 | |
commit | ad5ffdb97ae9f4b752bb94b39ecbba731ae5407b (patch) | |
tree | 7ce056f2016347b3b3d5c49ecbc9ec22bc6bffee /dev-util/kprof/kprof-1.4.3.ebuild | |
parent | Version bump. Bug #76349. (diff) | |
download | historical-ad5ffdb97ae9f4b752bb94b39ecbba731ae5407b.tar.gz historical-ad5ffdb97ae9f4b752bb94b39ecbba731ae5407b.tar.bz2 historical-ad5ffdb97ae9f4b752bb94b39ecbba731ae5407b.zip |
version bump
Diffstat (limited to 'dev-util/kprof/kprof-1.4.3.ebuild')
-rw-r--r-- | dev-util/kprof/kprof-1.4.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/kprof/kprof-1.4.3.ebuild b/dev-util/kprof/kprof-1.4.3.ebuild new file mode 100644 index 000000000000..c8672bb9b2cd --- /dev/null +++ b/dev-util/kprof/kprof-1.4.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3.ebuild,v 1.1 2005/01/02 17:45:22 carlo Exp $ + +inherit kde + +S=${WORKDIR}/${PN} + +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/kprof/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" + +need-kde 3 + |