summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 02:14:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 09:05:39 +0200
commit3602846ce635b5c837d9671239f29290a7288188 (patch)
treefcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/ktouch
parentmedia-gfx/exiv2: Fix build with clang (diff)
downloadgentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz
gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2
gentoo-3602846ce635b5c837d9671239f29290a7288188.zip
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r--kde-apps/ktouch/Manifest1
-rw-r--r--kde-apps/ktouch/ktouch-17.12.3.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 0a4db2b5907f..db6ca2fdc431 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,2 +1 @@
-DIST ktouch-17.12.3.tar.xz 5105460 BLAKE2B 1878e633bd2aebe9f3da34a53d3ca868f1b1585c55bb0bfe6a05ac18788480caa3385ffc6f0249c0687aa0a44e65f4db4a69e75880550aa0f29b42b1bcc6d2f5 SHA512 6fb3f1ee7062331047aca2d44159bc47717cd0fdbf72e97a19e6bdf0fdd86df35f05405b724cdb0401c42b6a390eae7e9aaf26caddaa9f15e44c9ee7388b6c9e
DIST ktouch-18.04.3.tar.xz 5111132 BLAKE2B 36ded77fc81acc624f4c79aa8d9bce9e7df0718c8ef326ec2d03f8b70730a7629d715a681d96a8614f767649e794dee26a9ab378157cb6ef6dae84beca4a60d8 SHA512 eb27ecb18b9b06b839d56e150248e0ca89e12b89d80c1ba7237f46462e28056cdc423c1e3f3e9282b746f94c265d944dbc2cd4143dff1b145d6bdaf83d2e563d
diff --git a/kde-apps/ktouch/ktouch-17.12.3.ebuild b/kde-apps/ktouch/ktouch-17.12.3.ebuild
deleted file mode 100644
index f13700391c9b..000000000000
--- a/kde-apps/ktouch/ktouch-17.12.3.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)
-"