diff options
Diffstat (limited to 'kde-base/kmousetool')
-rw-r--r-- | kde-base/kmousetool/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmousetool/kmousetool-4.14.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmousetool/ChangeLog b/kde-base/kmousetool/ChangeLog index 1320897be49e..de2d33feaa71 100644 --- a/kde-base/kmousetool/ChangeLog +++ b/kde-base/kmousetool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmousetool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.312 2014/08/20 16:02:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/ChangeLog,v 1.313 2014/09/16 18:17:32 johu Exp $ + +*kmousetool-4.14.1 (16 Sep 2014) + + 16 Sep 2014; Johannes Huber <johu@gentoo.org> +kmousetool-4.14.1.ebuild: + Version bump KDE SC 4.14.1 *kmousetool-4.14.0 (20 Aug 2014) diff --git a/kde-base/kmousetool/kmousetool-4.14.1.ebuild b/kde-base/kmousetool/kmousetool-4.14.1.ebuild new file mode 100644 index 000000000000..f2cbb2a9fe62 --- /dev/null +++ b/kde-base/kmousetool/kmousetool-4.14.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmousetool/kmousetool-4.14.1.ebuild,v 1.1 2014/09/16 18:17:32 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE program that clicks the mouse for you" +HOMEPAGE="http://www.kde.org/applications/utilities/kmousetool/" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |