diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:50:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:50:57 +0000 |
commit | 3ea016c2510846fbf04cd4828c3c51c25ad86bd0 (patch) | |
tree | e19339061c5992e368bf02e8e1d56474eb45976e /kde-base/kmousetool | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-3ea016c2510846fbf04cd4828c3c51c25ad86bd0.tar.gz gentoo-2-3ea016c2510846fbf04cd4828c3c51c25ad86bd0.tar.bz2 gentoo-2-3ea016c2510846fbf04cd4828c3c51c25ad86bd0.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kmousetool')
-rw-r--r-- | kde-base/kmousetool/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmousetool/kmousetool-4.2.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kmousetool/ChangeLog b/kde-base/kmousetool/ChangeLog index f1cd3e0f3825..5145dd134aae 100644 --- a/kde-base/kmousetool/ChangeLog +++ b/kde-base/kmousetool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmousetool # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.101 2009/02/17 13:52:32 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.102 2009/03/04 21:50:57 alexxy Exp $ + +*kmousetool-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmousetool-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmousetool-4.1.4.ebuild: Drop KDE 4.1.4 diff --git a/kde-base/kmousetool/kmousetool-4.2.1.ebuild b/kde-base/kmousetool/kmousetool-4.2.1.ebuild new file mode 100644 index 000000000000..26d2a0907270 --- /dev/null +++ b/kde-base/kmousetool/kmousetool-4.2.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/kmousetool-4.2.1.ebuild,v 1.1 2009/03/04 21:50:57 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeaccessibility" +inherit kde4-meta + +DESCRIPTION="KDE accessibility tool: translates mouse hovering into clicks" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}" |