diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:50 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:50 +0000 |
commit | 8856d4c10163f1642e8e1c0c48a891cf7235ab3b (patch) | |
tree | 2247598ca1e9cbafd120921d9932c96a8b3a8577 /kde-base/ktouch | |
parent | [kde-base/lskat] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-8856d4c10163f1642e8e1c0c48a891cf7235ab3b.tar.gz gentoo-2-8856d4c10163f1642e8e1c0c48a891cf7235ab3b.tar.bz2 gentoo-2-8856d4c10163f1642e8e1c0c48a891cf7235ab3b.zip |
[kde-base/ktouch] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.4.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index fb875188170a..55f17af65744 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.148 2010/01/25 16:59:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.149 2010/02/09 00:16:50 alexxy Exp $ + +*ktouch-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +ktouch-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *ktouch-4.3.5 (25 Jan 2010) diff --git a/kde-base/ktouch/ktouch-4.4.0.ebuild b/kde-base/ktouch/ktouch-4.4.0.ebuild new file mode 100644 index 000000000000..1df52ec0de7c --- /dev/null +++ b/kde-base/ktouch/ktouch-4.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.4.0.ebuild,v 1.1 2010/02/09 00:16:50 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |