diff options
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ktouch/files/digest-ktouch-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-3.4.0.ebuild | 13 |
3 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 17e7201392e7..51b210429e96 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.4 2005/03/13 01:58:30 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.5 2005/03/13 21:19:10 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> ktouch-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *ktouch-3.4.0_rc1 (13 Mar 2005) diff --git a/kde-base/ktouch/files/digest-ktouch-3.4.0 b/kde-base/ktouch/files/digest-ktouch-3.4.0 new file mode 100644 index 000000000000..7dbed92dc7bc --- /dev/null +++ b/kde-base/ktouch/files/digest-ktouch-3.4.0 @@ -0,0 +1 @@ +MD5 c2aab0c4f6439abb6c0eb09413b6532c kdeedu-3.4.0.tar.bz2 23559284 diff --git a/kde-base/ktouch/ktouch-3.4.0.ebuild b/kde-base/ktouch/ktouch-3.4.0.ebuild new file mode 100644 index 000000000000..39587c1365f2 --- /dev/null +++ b/kde-base/ktouch/ktouch-3.4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.4.0.ebuild,v 1.1 2005/03/13 21:19:10 danarmak Exp $ +KMNAME=kdeedu +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" + |