summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:58:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:00 +0100
commita75694433ab6c9b8bf09be0f88379d2e5f957b43 (patch)
tree3ed8242f8308bcbda5f9e81751ceaeba30a62781 /kde-apps/ktouch
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.gz
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.tar.bz2
gentoo-a75694433ab6c9b8bf09be0f88379d2e5f957b43.zip
kde-apps: Drop KDE Applications 17.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r--kde-apps/ktouch/Manifest1
-rw-r--r--kde-apps/ktouch/ktouch-17.12.1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 69e2206bbb4e..0565bb71a853 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,3 +1,2 @@
DIST ktouch-17.08.3.tar.xz 5107488 BLAKE2B 7bbfa73bbe0ca684d03ab00394b1194bfabec58ab36045abc1b1122ba44f2c9f89d36bc18ea45ad5f810977fe1bff81ea014e90604f07d4fa7dd9c4878c2b22c SHA512 b6226262df1487a06836b0d71ad6363ab293ed78e2ab6ee6e4a58c162887cd9d6fbf475162156ac4e8af674e82a85382bc7cd3aeae4826664664e571c87bc26c
-DIST ktouch-17.12.1.tar.xz 5107740 BLAKE2B d6a224988477c07a9b9e809158266feb4c9703506b7b3dd15eb9458b6ae5483fe9c24f9f13970ec020e3df07885cf6e70b97005249ddfa840a93fcda6c1627e8 SHA512 7153334bcd73fc721d8f2d1baecffa8681126e2d6dc0eb393b8e5424e8e4f88140f740770e1ee79531370c118047048c83dd02e56249664a3ff2804b49eb17b6
DIST ktouch-17.12.2.tar.xz 5102420 BLAKE2B 17bb92390feb3c48b57d5c0076f15d6e6e64191ce722f89d608ebaa10f932b9f3a5907a8009e52b5e7115ee0c72c590a8b3dfdcf9cd22271357c6661fa6e4251 SHA512 449bc268254f21f3376a9b75a0aea97af5bf9d3617f7b7484361a615f3635cd60c74a37bfddd8674f20667325574adecaf42f362a3bbd6e5e66a3c6f5764f41a
diff --git a/kde-apps/ktouch/ktouch-17.12.1.ebuild b/kde-apps/ktouch/ktouch-17.12.1.ebuild
deleted file mode 100644
index 548ca5f0385e..000000000000
--- a/kde-apps/ktouch/ktouch-17.12.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~x86"
-IUSE=""
-
-COMMON_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/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kwindowsystem)
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep kqtquickcharts)
-"