summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 21:23:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 22:10:01 +0100
commit7e90870e1404bbd6e738549658b377b2783d0d92 (patch)
tree8872778e44055d1e90fb3103192ba2485ad554a0 /kde-apps/ktp-auth-handler
parentapp-emulation/free42: Drops old versions (diff)
downloadgentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.gz
gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.bz2
gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.zip
kde-apps: Drop KDE Applications 17.12.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/ktp-auth-handler')
-rw-r--r--kde-apps/ktp-auth-handler/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index d87116048b35..2b3c64e89317 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-17.08.3.tar.xz 46240 BLAKE2B 117674ce01f1ab58de0d3f5b1aad694de960d079049ce47067884009dd9501543c35709181cb704ce4e1f3404f44b980b5dc67c50e76b05aba3294a0b42374d2 SHA512 de7beea892f6199b6b4c48e93b4ce04449f72bd1073d4ed8b305f2c5f73e70ad23428b47533dc04d168a4ef88d03fcdd8150b37af94e8d562ecedcf4e8dec069
-DIST ktp-auth-handler-17.12.2.tar.xz 46288 BLAKE2B 1c021b591cd43ae321ba78fd296492ac982074d7cb73f9a2891e261d928bec44730207c890f7a1bdd201a8a363c982cb3a7ae4e8e54ba3a3f78cd9bd3cfc141e SHA512 27077a8808fa756e0cde128abf26291148fe1362041102167b5ddde057a442f04e0c8cb6915e51b63053be04efab93a0223953d819641690aebb773ca69b43b1
DIST ktp-auth-handler-17.12.3.tar.xz 46260 BLAKE2B 22d2089a51776a0adc363422fe93b7a179f8c7fc143c42197ba8ed43e74c35b91558444f116d9527cd009235a670563ae73aac4a135c393da84a6083069584c6 SHA512 08b6a5e0b1a4ade40dd93ac8c515f4120e84e5251a7117c824194c47e35e30992e6afbd371c46ca8f29684caecb3f0e0ae26ab8d9c090019ca9c78336f24478a
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild
deleted file mode 100644
index e76ea82248da..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 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=""
-
-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(+)]
-"
-RDEPEND="${DEPEND}
- app-crypt/qca:2[ssl]
-"