diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-05-15 15:53:08 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-05-15 15:53:08 +0000 |
commit | 10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba (patch) | |
tree | f6f4c52e131b9612bbc1303fa28d416a4b3fd491 /kde-base/khotkeys | |
parent | Version bump. (diff) | |
download | gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.tar.gz gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.tar.bz2 gentoo-2-10ad3e41d3f39c0288e574c8e66cd07fcfe5aeba.zip |
Version bump.
(Portage version: 2.2.19/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.19.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 7033756e0bba..fccaa5edeb8b 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.328 2015/03/29 11:33:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.329 2015/05/15 15:53:08 kensington Exp $ + +*khotkeys-4.11.19 (15 May 2015) + + 15 May 2015; Michael Palimaka <kensington@gentoo.org> + +khotkeys-4.11.19.ebuild: + Version bump. *khotkeys-4.11.17 (29 Mar 2015) diff --git a/kde-base/khotkeys/khotkeys-4.11.19.ebuild b/kde-base/khotkeys/khotkeys-4.11.19.ebuild new file mode 100644 index 000000000000..ef3ace21d71b --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.11.19.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.11.19.ebuild,v 1.1 2015/05/15 15:53:08 kensington Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |