diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:52:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:52:58 +0000 |
commit | 5ba1cb7f7ac64e99f000d56b45c48ded4ee6fb0f (patch) | |
tree | 5abd6a99cac1ae6c62b4f7185c6ec69ec0a4da6d /kde-base/kstartperf | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-5ba1cb7f7ac64e99f000d56b45c48ded4ee6fb0f.tar.gz gentoo-2-5ba1cb7f7ac64e99f000d56b45c48ded4ee6fb0f.tar.bz2 gentoo-2-5ba1cb7f7ac64e99f000d56b45c48ded4ee6fb0f.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kstartperf')
-rw-r--r-- | kde-base/kstartperf/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.3.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog index f6487a83f7c1..3814dc435458 100644 --- a/kde-base/kstartperf/ChangeLog +++ b/kde-base/kstartperf/ChangeLog @@ -1,6 +1,12 @@ # 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.33 2010/01/23 22:39:40 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.34 2010/01/25 16:52:58 scarabeus Exp $ + +*kstartperf-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +kstartperf-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kstartperf-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/kstartperf/kstartperf-4.3.5.ebuild b/kde-base/kstartperf/kstartperf-4.3.5.ebuild new file mode 100644 index 000000000000..6b275f8fef4c --- /dev/null +++ b/kde-base/kstartperf/kstartperf-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 16:52:58 scarabeus 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" |