diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:46 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:46 +0000 |
commit | b1dc4fc62a1075de031af3a392b27853ce8e5132 (patch) | |
tree | b2216299b92c273f03a8a1700e79a63a74fca840 /kde-base/kmousetool | |
parent | [kde-base/kdebindings-ruby] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-b1dc4fc62a1075de031af3a392b27853ce8e5132.tar.gz historical-b1dc4fc62a1075de031af3a392b27853ce8e5132.tar.bz2 historical-b1dc4fc62a1075de031af3a392b27853ce8e5132.zip |
[kde-base/kmousetool] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kmousetool')
-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) +" |