diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/ktp-auth-handler | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
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-18.08.3.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index ce8a8fdfc0ea..09be80bf065a 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-18.08.3.tar.xz 46392 BLAKE2B 566a1f301db510cbaa01c951efe2d56aefe9d7d9fd0ab0241c8b24bd3cd3ea927e60092d9311b1f7e53a105fa96ad34b73c7cc84858c80f10ceaab8bbd530949 SHA512 83f0ba7d0961b9ff8ba36fbaf5aaea34a7ae5d66df7d3e1fbc3a5440f9050c07d6199e03ffe373a4c030f3b3dc3bdcc0245c5001238ed32911ce485eb4c658cd DIST ktp-auth-handler-18.12.3.tar.xz 46040 BLAKE2B 68a4a0fee1cfe09c87592257ef5f30343e98dfc6e317c5599e13bbcece194a8f4eeb1f10b2ea3bbc7d05686e7bc32fc0653793ecacfea4e463e56519c34a687c SHA512 ece8d2686e370324ed6d232ecc0c77970a4bb8941176ce8839e5edb444b3df624e29d1ac92885e1195221e5701618c4fa3a15a1b4ae750a3fb31decc08ae599e diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.3.ebuild deleted file mode 100644 index 7e90727fae7a..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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] -" |