diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:00:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-07 00:00:03 +0000 |
commit | 94d9e952b19e498cf54c63d96d8221764ea29e34 (patch) | |
tree | 65595e16bff998480f801e13bd7e53311ec96971 /kde-base/ktouch | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-94d9e952b19e498cf54c63d96d8221764ea29e34.tar.gz gentoo-2-94d9e952b19e498cf54c63d96d8221764ea29e34.tar.bz2 gentoo-2-94d9e952b19e498cf54c63d96d8221764ea29e34.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 69e7636d1c10..8af84dcbd98c 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.116 2009/04/17 06:05:36 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.117 2009/05/07 00:00:03 scarabeus Exp $ + +*ktouch-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +ktouch-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ktouch-4.2.1.ebuild, ktouch-4.2.2: diff --git a/kde-base/ktouch/ktouch-4.2.3.ebuild b/kde-base/ktouch/ktouch-4.2.3.ebuild new file mode 100644 index 000000000000..e5a82ca9e6a1 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.2.3.ebuild,v 1.1 2009/05/07 00:00:03 scarabeus 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 ~x86" +IUSE="debug doc" + +RDEPEND=" + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |