diff options
-rw-r--r-- | kde-base/kmousetool/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmousetool/kmousetool-4.4.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmousetool/ChangeLog b/kde-base/kmousetool/ChangeLog index c8582cc1ecaa..ec915c9bbc86 100644 --- a/kde-base/kmousetool/ChangeLog +++ b/kde-base/kmousetool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmousetool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.138 2010/01/25 16:20:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.139 2010/02/09 00:21:46 alexxy Exp $ + +*kmousetool-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmousetool-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kmousetool-4.3.5 (25 Jan 2010) diff --git a/kde-base/kmousetool/kmousetool-4.4.0.ebuild b/kde-base/kmousetool/kmousetool-4.4.0.ebuild new file mode 100644 index 000000000000..ca02807e1e9d --- /dev/null +++ b/kde-base/kmousetool/kmousetool-4.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/kmousetool-4.4.0.ebuild,v 1.1 2010/02/09 00:21:46 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeaccessibility" + +inherit kde4-meta + +DESCRIPTION="KDE program that clicks the mouse for you." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |