diff options
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.0.3.ebuild | 18 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 46823d29c392..7aeac4f587a8 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,13 @@ # 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.86 2008/03/20 17:07:25 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.87 2008/04/03 21:09:07 philantrop Exp $ + +*khotkeys-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +khotkeys-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -khotkeys-4.0.1.ebuild: Old. diff --git a/kde-base/khotkeys/khotkeys-4.0.3.ebuild b/kde-base/khotkeys/khotkeys-4.0.3.ebuild new file mode 100644 index 000000000000..b2f70ff3dd2d --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:09:07 philantrop 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/" |