diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/ktouch | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-18.08.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index d9f4dc2f85bc..7c12bdc75198 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1,2 +1 @@ -DIST ktouch-18.08.3.tar.xz 5106384 BLAKE2B 99bc9f6b3d403fc723d7a4eb1bf7c2acecb919b5e6d710254002f39a8db05f03e2f3969b6b165c539bc76244a1b73df93eabdc9a813c0241a8616d3aa102ab4d SHA512 a6c0a7bffb754a5f92555cf6658e5bd2b79e563831824674c17e939df8ca7d971677188f5f473a27bb00651ad5b903e454169eec0e51fc14900bc9c6bc00ec0d DIST ktouch-18.12.3.tar.xz 5123496 BLAKE2B 1f1245c0045468bf10efb258147494c8eb0d71d91f4a29ee1f11f179f82f3f9c8658dc54ed9460712a5aa06ebd7d091b1bf5dffdb2e32ba5140aa6209ad76810 SHA512 1973b7d9e8ba61b4bfe9b23e53597ffe8eb4d00f4a57a3e2861a41b2b6c8bcf8204ad59d8d42d696e07a7d8c2b9cf7d3b4dbba8924fd2a9470d5b7524034a6cd diff --git a/kde-apps/ktouch/ktouch-18.08.3.ebuild b/kde-apps/ktouch/ktouch-18.08.3.ebuild deleted file mode 100644 index a469382efd7d..000000000000 --- a/kde-apps/ktouch/ktouch-18.08.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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) -" |