diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:59:44 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:59:44 +0000 |
commit | 47f890e458236da5dc90db22de3c0c83cdb39054 (patch) | |
tree | df55806c59e721f7556f4747358f6bfc4a22d5ce /kde-base/ktouch | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-47f890e458236da5dc90db22de3c0c83cdb39054.tar.gz gentoo-2-47f890e458236da5dc90db22de3c0c83cdb39054.tar.bz2 gentoo-2-47f890e458236da5dc90db22de3c0c83cdb39054.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.3.5.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 09db6028499f..fb875188170a 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.147 2010/01/23 06:49:13 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.148 2010/01/25 16:59:44 scarabeus Exp $ + +*ktouch-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +ktouch-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> ktouch-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/ktouch/ktouch-4.3.5.ebuild b/kde-base/ktouch/ktouch-4.3.5.ebuild new file mode 100644 index 000000000000..8f89e84a0ff1 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 16:59:44 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 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND=" + $(add_kdebase_dep knotify) +" |