diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:56:05 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:56:05 +0000 |
commit | bf31d73a84cccf285fa8bb78d7a7c54916a19ade (patch) | |
tree | a4dc8627d0e9d082ebd36c150bc3631422ac8a6a /kde-base | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-bf31d73a84cccf285fa8bb78d7a7c54916a19ade.tar.gz gentoo-2-bf31d73a84cccf285fa8bb78d7a7c54916a19ade.tar.bz2 gentoo-2-bf31d73a84cccf285fa8bb78d7a7c54916a19ade.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.0.2.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index b2f4fec2aada..0c089c13aeb0 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.88 2008/03/04 03:39:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.89 2008/03/10 23:56:05 philantrop Exp $ + +*ktouch-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +ktouch-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> ktouch-3.5.8.ebuild, ktouch-3.5.9.ebuild, ktouch-4.0.1.ebuild: diff --git a/kde-base/ktouch/ktouch-4.0.2.ebuild b/kde-base/ktouch/ktouch-4.0.2.ebuild new file mode 100644 index 000000000000..7852d28085b4 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.0.2.ebuild @@ -0,0 +1,14 @@ +# 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.2.ebuild,v 1.1 2008/03/10 23:56:05 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |