diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-09 21:36:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-30 23:12:39 +0100 |
commit | 2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch) | |
tree | 7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/ktouch | |
parent | kde-apps: 17.08.3 stable for amd64 (diff) | |
download | gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2 gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip |
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-17.04.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index e14881ff63ef..be3e1b78ff89 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1,2 +1 @@ -DIST ktouch-17.04.3.tar.xz 5113628 SHA256 3082171be6dedc61f98f61d215d904e9f439bfa26ec43ef9f58007e1ea624157 SHA512 27d2d075a161236b9f6ef87d42ac8cce6b882792be67253ca53d8c4528232d14cf6b7b2307dd33f4f983c84239ac82fb9395d0ce0526e9ca9b3c63003c232789 WHIRLPOOL ddade4b51fda68d3be78124dacb1fd95b8e3227f41d58536354c3c3eaf7d76f919931837a5261896d62c0711f0e1f19cf6af82d42aa3754f138701b4df87e0db DIST ktouch-17.08.3.tar.xz 5107488 SHA256 8d16d93e18478d37341bf180a5160ed2b1fe11594dcd2935d14d8f2ad0e2417c SHA512 b6226262df1487a06836b0d71ad6363ab293ed78e2ab6ee6e4a58c162887cd9d6fbf475162156ac4e8af674e82a85382bc7cd3aeae4826664664e571c87bc26c WHIRLPOOL 8064b6207d9d37cb8f08cd43722f5604ac2bb13f780c74af123fb0ae6b8321bc15392e4c06cd33ec5901a75aba9701d395fb296ec72eaddc6d8240194b55b53f diff --git a/kde-apps/ktouch/ktouch-17.04.3.ebuild b/kde-apps/ktouch/ktouch-17.04.3.ebuild deleted file mode 100644 index 0513879797a6..000000000000 --- a/kde-apps/ktouch/ktouch-17.04.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) -" |