diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:42:08 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:42:08 +0000 |
commit | 2fd4e9b6ae7b925b8f7ce96d315067eab3785f5c (patch) | |
tree | a3ba5daab250db70c70a719a577da9e87a532cc2 /kde-base/khotkeys | |
parent | Added KDE 4.0.4 version of khelpcenter. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-2fd4e9b6ae7b925b8f7ce96d315067eab3785f5c.tar.gz gentoo-2-2fd4e9b6ae7b925b8f7ce96d315067eab3785f5c.tar.bz2 gentoo-2-2fd4e9b6ae7b925b8f7ce96d315067eab3785f5c.zip |
Added KDE 4.0.4 version of khotkeys. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.0.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 2cf0ac4695c9..90c2e45c609b 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.91 2008/05/15 10:59:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.92 2008/05/15 23:42:08 ingmar Exp $ + +*khotkeys-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +khotkeys-4.0.4.ebuild: + Added KDE 4.0.4 version of khotkeys. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> khotkeys-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/khotkeys/khotkeys-4.0.4.ebuild b/kde-base/khotkeys/khotkeys-4.0.4.ebuild new file mode 100644 index 000000000000..377204480dd0 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.0.4.ebuild,v 1.1 2008/05/15 23:42:08 ingmar Exp $ + +EAPI="1" + +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/" |