diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-09 11:50:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-17 12:43:00 +0200 |
commit | 08d54a13dae623d073c3199e96c5393a3102f076 (patch) | |
tree | 163ae140bf2820a036b3dd78d0fe370cf6a3e52e /kde-apps/ktp-auth-handler | |
parent | kde-frameworks/kfilemetadata: Drop slot 4 (diff) | |
download | gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.gz gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.bz2 gentoo-08d54a13dae623d073c3199e96c5393a3102f076.zip |
kde-apps: Remove KDE Applications 16.08.3
Some exceptions with reverse-dependencies remain.
Closes: https://github.com/gentoo/gentoo/pull/4433
Diffstat (limited to 'kde-apps/ktp-auth-handler')
-rw-r--r-- | kde-apps/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index 17499e22bb15..716a6510c3d3 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-16.08.3.tar.xz 26264 SHA256 dce690b5478afd4266b356f2cc95885440a2ba39905fd48bf15b01135f47aac1 SHA512 e610a932cad3e7a8c816007eddd8ee4cff0a69919e55b87108f7de01a9b02f264e6a7ffbba60ff2f4f904f72a26e036228dc2603094e01c5f13f0c1961b31c76 WHIRLPOOL 2bd689d296374a03ec20fc2668632125c7f3513a55ecc40a5a4f3fbc37293061e2df69ca8bc2785875495787f4576435e5ed9bd00ddf5d4f92e2ee280c416394 DIST ktp-auth-handler-16.12.3.tar.xz 26232 SHA256 bd771bb4c986c103408b613409f149165c7d47e06985ab9792cffea4d6c43e23 SHA512 35927d48c0d8741bfe30a5adfcbc3d8a30ea999d796ef396d2b848003304f420fc9702268cf339b0c86e9015a94ffe9220d4f2a22c2c9ea68ad95ce4fb4a1721 WHIRLPOOL e337b1f74ef8f8d74dffa6be085c035be62e4d2a9521df2dc0bdcf52e371c0a5167163911f1165e80113259639183a0e1b9c31fd3d2d800b9b4e32c41a8843c1 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.3.ebuild deleted file mode 100644 index 7151b79c8828..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="KDE Telepathy authentication handler" -HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep kaccounts-integration) - $(add_kdeapps_dep ktp-common-internals) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - app-crypt/qca:2[qt5] - net-libs/accounts-qt - net-libs/signond - net-libs/telepathy-qt[qt5] -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kdewebkit) -" -RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[ssl] - !kde-apps/ktp-auth-handler:4 -" |