diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:32:34 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:32:34 +0000 |
commit | 76672c24f1327e7f68179643a2304a11da9c8586 (patch) | |
tree | 2a963e6dca384941fc2598316769f4343069ed7b /kde-base/ktouch | |
parent | pyotr added (diff) | |
download | gentoo-2-76672c24f1327e7f68179643a2304a11da9c8586.tar.gz gentoo-2-76672c24f1327e7f68179643a2304a11da9c8586.tar.bz2 gentoo-2-76672c24f1327e7f68179643a2304a11da9c8586.zip |
Added KDE 4.0.4 version of ktouch. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.0.4.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 69e38eca2696..61c024a7afd2 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.96 2008/05/15 06:08:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.97 2008/05/16 00:32:34 ingmar Exp $ + +*ktouch-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +ktouch-4.0.4.ebuild: + Added KDE 4.0.4 version of ktouch. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> ktouch-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/ktouch/ktouch-4.0.4.ebuild b/kde-base/ktouch/ktouch-4.0.4.ebuild new file mode 100644 index 000000000000..08e5c1daf998 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.0.4.ebuild,v 1.1 2008/05/16 00:32:34 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +HOMEPAGE="http://ktouch.sourceforge.net/" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |