diff options
Diffstat (limited to 'kde-base/kstartperf/kstartperf-4.10.1.ebuild')
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.10.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/kstartperf/kstartperf-4.10.1.ebuild b/kde-base/kstartperf/kstartperf-4.10.1.ebuild new file mode 100644 index 000000000000..55a7045de06c --- /dev/null +++ b/kde-base/kstartperf/kstartperf-4.10.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.10.1.ebuild,v 1.1 2013/03/06 13:42:09 dilfridge Exp $ + +EAPI=5 + +if [[ ${PV} == *9999 ]]; then + KMNAME="kde-dev-utils" +else + KMNAME="kdesdk" + KMMODULE="kde-dev-utils/${PN}" +fi +inherit kde4-meta + +DESCRIPTION="Measures starting performance of applications" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |