diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:06:52 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:06:52 +0000 |
commit | 7cd75decfc11aee2dc685adb8dfe9ca404d15615 (patch) | |
tree | 396ba356261b69a211e65187e7db0950119eb7f8 /kde-base | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-7cd75decfc11aee2dc685adb8dfe9ca404d15615.tar.gz gentoo-2-7cd75decfc11aee2dc685adb8dfe9ca404d15615.tar.bz2 gentoo-2-7cd75decfc11aee2dc685adb8dfe9ca404d15615.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kstartperf/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstartperf/kstartperf-4.3.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog index c162998a95b4..6de54b0c5f1f 100644 --- a/kde-base/kstartperf/ChangeLog +++ b/kde-base/kstartperf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstartperf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.29 2009/11/30 06:54:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.30 2009/12/01 11:06:52 wired Exp $ + +*kstartperf-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kstartperf-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kstartperf-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/kstartperf/kstartperf-4.3.4.ebuild b/kde-base/kstartperf/kstartperf-4.3.4.ebuild new file mode 100644 index 000000000000..cd1a69db8a17 --- /dev/null +++ b/kde-base/kstartperf/kstartperf-4.3.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/kstartperf-4.3.4.ebuild,v 1.1 2009/12/01 11:06:52 wired Exp $ + +EAPI="2" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="Messures starting performance of applications" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |