diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:12:16 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:12:16 +0000 |
commit | e6b02d2764bbb8dbf022663dbc8ca5a8bb0149f9 (patch) | |
tree | ebbc7b221bf43f076b3afe325d823ede81f14e4e /kde-base/khotkeys | |
parent | moved net-www/xxv - www-misc/xxv #265569 (diff) | |
download | gentoo-2-e6b02d2764bbb8dbf022663dbc8ca5a8bb0149f9.tar.gz gentoo-2-e6b02d2764bbb8dbf022663dbc8ca5a8bb0149f9.tar.bz2 gentoo-2-e6b02d2764bbb8dbf022663dbc8ca5a8bb0149f9.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.2.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 7d22e78303ff..482a519332ce 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.110 2009/04/11 18:18:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.111 2009/04/11 23:12:16 alexxy Exp $ + +*khotkeys-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +khotkeys-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> khotkeys-4.2.1.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/khotkeys/khotkeys-4.2.2.ebuild b/kde-base/khotkeys/khotkeys-4.2.2.ebuild new file mode 100644 index 000000000000..fd84c636a3da --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.2.2.ebuild @@ -0,0 +1,28 @@ +# 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.2.ebuild,v 1.1 2009/04/11 23:12:16 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=] + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" + +src_compile() { + MAKEOPTS="${MAKEOPTS} -j1" + + kde4-meta_src_compile +} |