diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-15 17:24:10 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-15 17:24:10 +0000 |
commit | e7475f3013ac45bbfa6149e96eb235c5b0a4a449 (patch) | |
tree | e73dad8e74da9f9ab82e896284d1835b2cc13f87 /kde-base/khotkeys | |
parent | Cleanup. (diff) | |
download | gentoo-2-e7475f3013ac45bbfa6149e96eb235c5b0a4a449.tar.gz gentoo-2-e7475f3013ac45bbfa6149e96eb235c5b0a4a449.tar.bz2 gentoo-2-e7475f3013ac45bbfa6149e96eb235c5b0a4a449.zip |
Version bump KDE SC 4.11.10
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.11.10.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index dbce3118a79a..ab29e1368a3c 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.314 2014/05/08 10:32:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.315 2014/06/15 17:24:03 kensington Exp $ + +*khotkeys-4.11.10 (15 Jun 2014) + + 15 Jun 2014; Michael Palimaka <kensington@gentoo.org> + +khotkeys-4.11.10.ebuild: + Version bump KDE SC 4.11.10 08 May 2014; Agostino Sarubbo <ago@gentoo.org> -khotkeys-4.11.5.ebuild: Remove old diff --git a/kde-base/khotkeys/khotkeys-4.11.10.ebuild b/kde-base/khotkeys/khotkeys-4.11.10.ebuild new file mode 100644 index 000000000000..2726a5e55aab --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.11.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.11.10.ebuild,v 1.1 2014/06/15 17:24:03 kensington Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |