diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:24:00 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:24:00 +0000 |
commit | 35252f4ff304356726cc781da7a2f423f4061458 (patch) | |
tree | 5353f028123510e3e4d2fbee656b5260a1ca6468 /kde-base/kstartperf | |
parent | [kde-base/system-config-printer-kde] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-35252f4ff304356726cc781da7a2f423f4061458.tar.gz historical-35252f4ff304356726cc781da7a2f423f4061458.tar.bz2 historical-35252f4ff304356726cc781da7a2f423f4061458.zip |
[kde-base/kstartperf] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kstartperf')
-rw-r--r-- | kde-base/kstartperf/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.4.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog index 3814dc435458..530e4dcb1a03 100644 --- a/kde-base/kstartperf/ChangeLog +++ b/kde-base/kstartperf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstartperf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.34 2010/01/25 16:52:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.35 2010/02/09 00:23:58 alexxy Exp $ + +*kstartperf-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kstartperf-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kstartperf-4.3.5 (25 Jan 2010) diff --git a/kde-base/kstartperf/kstartperf-4.4.0.ebuild b/kde-base/kstartperf/kstartperf-4.4.0.ebuild new file mode 100644 index 000000000000..88da9b46b25e --- /dev/null +++ b/kde-base/kstartperf/kstartperf-4.4.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.4.0.ebuild,v 1.1 2010/02/09 00:23:58 alexxy Exp $ + +EAPI="2" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="Messures starting performance of applications" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |