diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:00:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:00:45 +0000 |
commit | fc92a757e9422e2eb6222e3e7f961d3cdb48b815 (patch) | |
tree | 2b58702c4885d05855d008166089944c17d8a120 /kde-base/ktouch | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-fc92a757e9422e2eb6222e3e7f961d3cdb48b815.tar.gz gentoo-2-fc92a757e9422e2eb6222e3e7f961d3cdb48b815.tar.bz2 gentoo-2-fc92a757e9422e2eb6222e3e7f961d3cdb48b815.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.1.4.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 8263595581fa..4c96095e4a89 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.105 2008/11/16 08:09:18 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.106 2009/01/13 23:00:45 alexxy Exp $ + +*ktouch-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +ktouch-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> ktouch-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/ktouch/ktouch-4.1.4.ebuild b/kde-base/ktouch/ktouch-4.1.4.ebuild new file mode 100644 index 000000000000..b72f2d754979 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.1.4.ebuild @@ -0,0 +1,15 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 23:00:45 alexxy Exp $ + +EAPI="2" + +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 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |