diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-18 00:02:40 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-18 00:02:40 +0000 |
commit | 3b21856ba066664f034521cb59f1a8a13679feef (patch) | |
tree | da367f2853839741c04caa994b3212aac76201c2 /kde-base/khotkeys | |
parent | Added KDE 4.0.0's khelpcenter. (diff) | |
download | historical-3b21856ba066664f034521cb59f1a8a13679feef.tar.gz historical-3b21856ba066664f034521cb59f1a8a13679feef.tar.bz2 historical-3b21856ba066664f034521cb59f1a8a13679feef.zip |
Added KDE 4.0.0's khotkeys.
Package-Manager: portage-2.1.4
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/khotkeys/files/digest-khotkeys-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.0.0.ebuild | 18 |
3 files changed, 29 insertions, 2 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 0a4cf5087afb..e7aef970cb7f 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/khotkeys -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.74 2007/10/19 22:58:16 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.75 2008/01/18 00:02:40 philantrop Exp $ + +*khotkeys-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + +khotkeys-4.0.0.ebuild: + Added KDE 4.0.0's khotkeys. *khotkeys-3.5.8 (19 Oct 2007) diff --git a/kde-base/khotkeys/files/digest-khotkeys-4.0.0 b/kde-base/khotkeys/files/digest-khotkeys-4.0.0 new file mode 100644 index 000000000000..62148a2dcffb --- /dev/null +++ b/kde-base/khotkeys/files/digest-khotkeys-4.0.0 @@ -0,0 +1,3 @@ +MD5 f3d2155ff5ff7472a8884bd3f31bff16 kdebase-workspace-4.0.0.tar.bz2 29792206 +RMD160 bd1f3cb49b6ce0b35a918ffdce60ca3f733fdf06 kdebase-workspace-4.0.0.tar.bz2 29792206 +SHA256 8fb9f077001256c86ad097eb4fc4f6641c6e9af39e96fc34ef4d52ace4b94f23 kdebase-workspace-4.0.0.tar.bz2 29792206 diff --git a/kde-base/khotkeys/khotkeys-4.0.0.ebuild b/kde-base/khotkeys/khotkeys-4.0.0.ebuild new file mode 100644 index 000000000000..e7dde16214c9 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.0.0.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.0.ebuild,v 1.1 2008/01/18 00:02:40 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/" |