diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-30 21:05:11 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-30 21:05:11 +0000 |
commit | 73497569a8e17798a0a61722a5ccd0f9f5ddca07 (patch) | |
tree | 18bdd59bd9e27887752b5e814ff9e680743f8800 /kde-base/khotkeys | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-73497569a8e17798a0a61722a5ccd0f9f5ddca07.tar.gz gentoo-2-73497569a8e17798a0a61722a5ccd0f9f5ddca07.tar.bz2 gentoo-2-73497569a8e17798a0a61722a5ccd0f9f5ddca07.zip |
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/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.4.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 5110fb3b5e88..0f58ed30d23f 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.151 2010/03/11 18:37:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.152 2010/03/30 21:05:11 spatz Exp $ + +*khotkeys-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +khotkeys-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> khotkeys-4.3.5.ebuild: Marking khotkeys-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/khotkeys/khotkeys-4.4.2.ebuild b/kde-base/khotkeys/khotkeys-4.4.2.ebuild new file mode 100644 index 000000000000..dfe488448546 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.4.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.4.2.ebuild,v 1.1 2010/03/30 21:05:11 spatz Exp $ + +EAPI="3" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" |