diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:21:22 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 10:21:22 +0000 |
commit | cc7ecd1b6b87198e916bb4bfbb7f8df914e7f494 (patch) | |
tree | aee192ab7ff6ce854efe0b53ddde85d38f5eb84c /kde-base | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-cc7ecd1b6b87198e916bb4bfbb7f8df914e7f494.tar.gz gentoo-2-cc7ecd1b6b87198e916bb4bfbb7f8df914e7f494.tar.bz2 gentoo-2-cc7ecd1b6b87198e916bb4bfbb7f8df914e7f494.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.1.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 8eb47ddddbb5..bd8f1f5782e1 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,12 @@ # 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.101 2008/09/14 00:00:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.102 2008/10/02 10:21:22 jmbsvicetto Exp $ + +*ktouch-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +ktouch-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *ktouch-3.5.10 (13 Sep 2008) diff --git a/kde-base/ktouch/ktouch-4.1.2.ebuild b/kde-base/ktouch/ktouch-4.1.2.ebuild new file mode 100644 index 000000000000..8c0d0426065d --- /dev/null +++ b/kde-base/ktouch/ktouch-4.1.2.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.1.2.ebuild,v 1.1 2008/10/02 10:21:22 jmbsvicetto 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 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |