diff options
author | 2009-08-04 00:35:15 +0000 | |
---|---|---|
committer | 2009-08-04 00:35:15 +0000 | |
commit | 5022011625602a4d54a5076d1b2b4d975a177de8 (patch) | |
tree | 783e1eafb35a6d67118c9579a67d467064db394f /kde-base/khotkeys | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-5022011625602a4d54a5076d1b2b4d975a177de8.tar.gz gentoo-2-5022011625602a4d54a5076d1b2b4d975a177de8.tar.bz2 gentoo-2-5022011625602a4d54a5076d1b2b4d975a177de8.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.3.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 61347437076b..51933b9bdc6a 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.124 2009/07/12 09:40:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.125 2009/08/04 00:35:15 wired Exp $ + +*khotkeys-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +khotkeys-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> khotkeys-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/khotkeys/khotkeys-4.3.0.ebuild b/kde-base/khotkeys/khotkeys-4.3.0.ebuild new file mode 100644 index 000000000000..f0c3aecd402d --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.3.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.3.0.ebuild,v 1.1 2009/08/04 00:35:15 wired Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=] + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |