diff options
author | 2019-07-28 09:58:14 +0200 | |
---|---|---|
committer | 2019-07-28 09:59:10 +0200 | |
commit | 420336464e757748fd3f7b63bdb565f3529b203c (patch) | |
tree | 86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/ktouch | |
parent | dev-lang/vala: p.masked bump to 0.45.3 (diff) | |
download | gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2 gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip |
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-18.12.3-r1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index c2c01f347405..da74d79e224d 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1,2 +1 @@ -DIST ktouch-18.12.3.tar.xz 5123496 BLAKE2B 1f1245c0045468bf10efb258147494c8eb0d71d91f4a29ee1f11f179f82f3f9c8658dc54ed9460712a5aa06ebd7d091b1bf5dffdb2e32ba5140aa6209ad76810 SHA512 1973b7d9e8ba61b4bfe9b23e53597ffe8eb4d00f4a57a3e2861a41b2b6c8bcf8204ad59d8d42d696e07a7d8c2b9cf7d3b4dbba8924fd2a9470d5b7524034a6cd DIST ktouch-19.04.3.tar.xz 4947000 BLAKE2B 6148566525f9839dc93fd5365c426007568bda2bc0a76c86639ebdb27d62778d843b5cdfae65880f9f55114389add213077c15e87714e29d0a2644ed353034ca SHA512 499caa202f3e08d85240c0cb2b0099495d37c8c285701d5ac0834fd6a30a78b3988677577c5d21e24bf68a3ee22735b145f340794e5860fdb193c964ded49a34 diff --git a/kde-apps/ktouch/ktouch-18.12.3-r1.ebuild b/kde-apps/ktouch/ktouch-18.12.3-r1.ebuild deleted file mode 100644 index c64f6c03da1e..000000000000 --- a/kde-apps/ktouch/ktouch-18.12.3-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~arm64 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) - $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtquickcontrols) -" |