diff options
author | 2014-09-12 19:22:48 +0200 | |
---|---|---|
committer | 2014-09-12 19:22:48 +0200 | |
commit | c2b6a0d511a1fa5e37105866bfe024021ee00fef (patch) | |
tree | 7f783f6e916becf7f3f09138050991d95f72dc3a /kde-base/ktouch/ktouch-4.14.1.ebuild | |
parent | [eclass] Raise deps. (diff) | |
download | kde-c2b6a0d511a1fa5e37105866bfe024021ee00fef.tar.gz kde-c2b6a0d511a1fa5e37105866bfe024021ee00fef.tar.bz2 kde-c2b6a0d511a1fa5e37105866bfe024021ee00fef.zip |
[kde-base] Add KDE SC 4.14.1
Package-Manager: portage-2.2.12
Diffstat (limited to 'kde-base/ktouch/ktouch-4.14.1.ebuild')
-rw-r--r-- | kde-base/ktouch/ktouch-4.14.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/ktouch/ktouch-4.14.1.ebuild b/kde-base/ktouch/ktouch-4.14.1.ebuild new file mode 100644 index 0000000000..3ceb354d5b --- /dev/null +++ b/kde-base/ktouch/ktouch-4.14.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +HOMEPAGE="http://edu.kde.org/applications/miscellaneous/ktouch" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) + $(add_kdebase_dep kqtquickcharts) + $(add_kdebase_dep plasma-runtime) +" |