diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:46:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:50:15 +0200 |
commit | 7c0ba34252a8cc2fd310159ee41516eaa4e882d9 (patch) | |
tree | ee57296bca0d449d2cc98013049e1624a160170a /kde-apps/ktp-auth-handler | |
parent | kde-apps: Add KDE Applications 18.04.1 (diff) | |
download | gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.gz gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.tar.bz2 gentoo-7c0ba34252a8cc2fd310159ee41516eaa4e882d9.zip |
kde-apps: Drop KDE Applications 18.04.0
Package-Manager: Portage-2.3.36, Repoman-2.3.9
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.04.0.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 497eb5bbeafe..fe09cf17eecc 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,3 +1,2 @@ DIST ktp-auth-handler-17.12.3.tar.xz 46260 BLAKE2B 22d2089a51776a0adc363422fe93b7a179f8c7fc143c42197ba8ed43e74c35b91558444f116d9527cd009235a670563ae73aac4a135c393da84a6083069584c6 SHA512 08b6a5e0b1a4ade40dd93ac8c515f4120e84e5251a7117c824194c47e35e30992e6afbd371c46ca8f29684caecb3f0e0ae26ab8d9c090019ca9c78336f24478a -DIST ktp-auth-handler-18.04.0.tar.xz 46216 BLAKE2B 00305a105f10f5e94b55b119c13d549428e5e5da582ccd1ccac30735b389ba64f073373a1fb527c2ad20a80ed6dd64d21cf37815254bba979b9a5e6296fa7fb4 SHA512 9b14cd09078fb690bc6dbbbf4d1e90afd4b613c30c1ea35210e5a984809583171e7ecccef1f5ba7bc0323890c634a4b1fb7c101ac393d7aded02a6a93fb7f42c DIST ktp-auth-handler-18.04.1.tar.xz 46428 BLAKE2B c8a155eb666e35ba122449ef1ad2427480531d9101dd302934056ae886ccc24afceff41e4ad2f267589b21ccdd3559773c9539e069d26a347c84110fdb255e69 SHA512 cafb91bdbd746bbdbe2ecafaa9d5b2d140e4db72bfabdb804a662d51f22bd3b4b309831dc233bfd76f86190075552b005a7e80e5aeb06c2f5e4c652501637445 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.0.ebuild deleted file mode 100644 index 2420ddb40f4e..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.0.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] -" |