summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:15:02 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:15:02 +0000
commita87a36b487db89fd9a650379ae06abd6fdd0e6cb (patch)
treeb06d37e20e765eb83f264f6da0ce6051db7c9d3f /kde-base/khotkeys
parentBump shiny new KDE 4.2.0 (diff)
downloadgentoo-2-a87a36b487db89fd9a650379ae06abd6fdd0e6cb.tar.gz
gentoo-2-a87a36b487db89fd9a650379ae06abd6fdd0e6cb.tar.bz2
gentoo-2-a87a36b487db89fd9a650379ae06abd6fdd0e6cb.zip
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r--kde-base/khotkeys/ChangeLog7
-rw-r--r--kde-base/khotkeys/khotkeys-4.2.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog
index 29ffaf6a26ef..da0dc7b481ed 100644
--- a/kde-base/khotkeys/ChangeLog
+++ b/kde-base/khotkeys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/khotkeys
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.102 2009/01/14 14:58:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.103 2009/01/27 17:15:02 alexxy Exp $
+
+*khotkeys-4.2.0 (27 Jan 2009)
+
+ 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +khotkeys-4.2.0.ebuild:
+ Bump KDE-4.2.0
14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -khotkeys-4.1.2.ebuild,
-khotkeys-4.1.3.ebuild:
diff --git a/kde-base/khotkeys/khotkeys-4.2.0.ebuild b/kde-base/khotkeys/khotkeys-4.2.0.ebuild
new file mode 100644
index 000000000000..9d832edf0ea3
--- /dev/null
+++ b/kde-base/khotkeys/khotkeys-4.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.2.0.ebuild,v 1.1 2009/01/27 17:15:02 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-workspace"
+inherit kde4-meta
+
+DESCRIPTION="KDE: hotkey daemon"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND=">=kde-base/libkworkspace-${PV}:${SLOT}
+ x11-libs/libXtst"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="libs/kworkspace/"
+src_compile() {
+ MAKEOPTS="${MAKEOPTS} -j1" kde4-meta_src_compile
+}
+