diff options
Diffstat (limited to 'kde-base/kmousetool')
-rw-r--r-- | kde-base/kmousetool/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmousetool/kmousetool-4.4.3.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmousetool/ChangeLog b/kde-base/kmousetool/ChangeLog index 5f007ab45ac2..45370be87b78 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.144 2010/03/31 22:50:25 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.145 2010/05/03 21:01:37 alexxy Exp $ + +*kmousetool-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmousetool-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kmousetool-4.3.4.ebuild, -kmousetool-4.4.0.ebuild: diff --git a/kde-base/kmousetool/kmousetool-4.4.3.ebuild b/kde-base/kmousetool/kmousetool-4.4.3.ebuild new file mode 100644 index 000000000000..30137e433fa9 --- /dev/null +++ b/kde-base/kmousetool/kmousetool-4.4.3.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.3.ebuild,v 1.1 2010/05/03 21:01:37 alexxy Exp $ + +EAPI="3" + +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) +" |