summaryrefslogtreecommitdiff
path: root/kde-apps/ktouch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-12-19 20:58:49 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-19 21:08:29 +0100
commitd5f02f28d2748cab5f4fc49b21742db8308ee025 (patch)
tree0fe2de975a3a83aa5a47fa8b75ff8ca9f5e85ec2 /kde-apps/ktouch
parent37eeb8d60efea8ccaefb977428f20c9f12ae2513 (diff)
downloadgentoo-d5f02f28d2748cab5f4fc49b21742db8308ee025.tar.gz
gentoo-d5f02f28d2748cab5f4fc49b21742db8308ee025.tar.xz
kde-apps/ktouch: Drop old
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3179 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r--kde-apps/ktouch/ktouch-16.12.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/ktouch/ktouch-16.12.0.ebuild b/kde-apps/ktouch/ktouch-16.12.0.ebuild
deleted file mode 100644
index b15a7854446..00000000000
--- a/kde-apps/ktouch/ktouch-16.12.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://www.kde.org/applications/education/ktouch/"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kqtquickcharts)
-"