diff options
author | Johannes Huber <johu@gentoo.org> | 2012-04-04 23:59:39 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-04-04 23:59:39 +0000 |
commit | d34b4abc70bfb74a17803e288bf5acf0cd082651 (patch) | |
tree | 3be40efe9d90423803ae408fa66f71a379eab4f2 /kde-base/khotkeys | |
parent | dev-libs/uriparser: 0.7.7 (diff) | |
download | historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.tar.gz historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.tar.bz2 historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.zip |
Version bump KDE SC 4.8.2
Package-Manager: portage-2.2.0_alpha98/cvs/Linux i686
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.8.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index a12be8709e06..79d6e2bfca83 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.213 2012/04/04 18:14:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.214 2012/04/04 23:59:28 johu Exp $ + +*khotkeys-4.8.2 (04 Apr 2012) + + 04 Apr 2012; Johannes Huber <johu@gentoo.org> +khotkeys-4.8.2.ebuild: + Version bump KDE SC 4.8.2 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> khotkeys-4.8.1.ebuild: Stable for amd64, wrt bug #409403 diff --git a/kde-base/khotkeys/khotkeys-4.8.2.ebuild b/kde-base/khotkeys/khotkeys-4.8.2.ebuild new file mode 100644 index 000000000000..8ad04eefd1f5 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.8.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.8.2.ebuild,v 1.1 2012/04/04 23:59:28 johu Exp $ + +EAPI=4 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |