summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:27:32 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-27 17:27:32 +0000
commit634d368cee05402d172b001c9bc9193ac7843344 (patch)
tree50ae05b4dc0a03822df134610c278bd95e5ddec8 /kde-base
parentBump shiny new KDE 4.2.0 (diff)
downloadgentoo-2-634d368cee05402d172b001c9bc9193ac7843344.tar.gz
gentoo-2-634d368cee05402d172b001c9bc9193ac7843344.tar.bz2
gentoo-2-634d368cee05402d172b001c9bc9193ac7843344.zip
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kmousetool/ChangeLog7
-rw-r--r--kde-base/kmousetool/kmousetool-4.2.0.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kmousetool/ChangeLog b/kde-base/kmousetool/ChangeLog
index bc64e2ee4484..5c99d15fb059 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.98 2009/01/14 15:10:55 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.99 2009/01/27 17:27:32 alexxy Exp $
+
+*kmousetool-4.2.0 (27 Jan 2009)
+
+ 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kmousetool-4.2.0.ebuild:
+ Bump KDE-4.2.0
14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kmousetool-4.1.2.ebuild,
-kmousetool-4.1.3.ebuild:
diff --git a/kde-base/kmousetool/kmousetool-4.2.0.ebuild b/kde-base/kmousetool/kmousetool-4.2.0.ebuild
new file mode 100644
index 000000000000..8bba0ce10fba
--- /dev/null
+++ b/kde-base/kmousetool/kmousetool-4.2.0.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.0.ebuild,v 1.1 2009/01/27 17:27:32 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeaccessibility"
+inherit kde4-meta
+
+DESCRIPTION="KDE accessibility tool: translates mouse hovering into clicks"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND="
+ >=kde-base/knotify-${PV}:${SLOT}"