diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 19:54:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 18:39:11 +0200 |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/ktouch | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-16.12.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index 78f85c2e7fd2..9cab0f09cf24 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1,2 +1 @@ -DIST ktouch-16.12.3.tar.xz 1651308 SHA256 ef7dc861c4cddca5acc7c4e2f91687a5a24fbe8e72c9e151b8b13ef7d9dff39d SHA512 3a211a177da484342415ba319db185165632b93be87be5b03461ed9af496107bd8aa64542fb529eac3040a2fc35ff130ea3462050bdfd6b7d9f63ffd47658262 WHIRLPOOL 4d6950e358e42288a09ebb638c87796973d41835532ad014a7f896ad283217fe2a142b88af13a0a52da5e0155b92eacf0dc73cc0dd8c36346985feb901efe2a8 DIST ktouch-17.04.3.tar.xz 5113628 SHA256 3082171be6dedc61f98f61d215d904e9f439bfa26ec43ef9f58007e1ea624157 SHA512 27d2d075a161236b9f6ef87d42ac8cce6b882792be67253ca53d8c4528232d14cf6b7b2307dd33f4f983c84239ac82fb9395d0ce0526e9ca9b3c63003c232789 WHIRLPOOL ddade4b51fda68d3be78124dacb1fd95b8e3227f41d58536354c3c3eaf7d76f919931837a5261896d62c0711f0e1f19cf6af82d42aa3754f138701b4df87e0db diff --git a/kde-apps/ktouch/ktouch-16.12.3.ebuild b/kde-apps/ktouch/ktouch-16.12.3.ebuild deleted file mode 100644 index 0513879797a6..000000000000 --- a/kde-apps/ktouch/ktouch-16.12.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 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) -" |