summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-12 06:05:06 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-12 06:05:06 +0000
commit4777cc3b7b3f5ef0cb8f235f66a8756ab38c9b2a (patch)
treee9f9acda7a78fcf95f50f93635e26643419ffcd3 /kde-base/kstartperf
parentAdd KDE 4.2.2 (diff)
downloadgentoo-2-4777cc3b7b3f5ef0cb8f235f66a8756ab38c9b2a.tar.gz
gentoo-2-4777cc3b7b3f5ef0cb8f235f66a8756ab38c9b2a.tar.bz2
gentoo-2-4777cc3b7b3f5ef0cb8f235f66a8756ab38c9b2a.zip
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kstartperf')
-rw-r--r--kde-base/kstartperf/ChangeLog7
-rw-r--r--kde-base/kstartperf/kstartperf-4.2.2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kstartperf/ChangeLog b/kde-base/kstartperf/ChangeLog
index 1487e40fbfa5..7d9771a791f0 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.11 2009/03/15 14:36:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartperf/ChangeLog,v 1.12 2009/04/12 06:05:06 alexxy Exp $
+
+*kstartperf-4.2.2 (11 Apr 2009)
+
+ 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +kstartperf-4.2.2.ebuild:
+ Add KDE 4.2.2
15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kstartperf-4.2.1.ebuild:
Automatic-merge: merge updates for 4.2.1 from kde-testing.
diff --git a/kde-base/kstartperf/kstartperf-4.2.2.ebuild b/kde-base/kstartperf/kstartperf-4.2.2.ebuild
new file mode 100644
index 000000000000..b644bd8025f8
--- /dev/null
+++ b/kde-base/kstartperf/kstartperf-4.2.2.ebuild
@@ -0,0 +1,20 @@
+# 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.2.2.ebuild,v 1.1 2009/04/12 06:05:06 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdesdk"
+inherit kde4-meta
+
+DESCRIPTION="Messures starting performance of applications"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+src_prepare() {
+ # Disable hardcoded kdepimlibs check - only 4.2 branch is affected
+ sed -i -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \
+ CMakeLists.txt || die "failed to disable kdepimlibs hardcoded check"
+
+ kde4-meta_src_prepare
+}