diff options
author | Johannes Huber <johu@gentoo.org> | 2018-03-28 21:32:02 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-03-30 08:03:26 +0200 |
commit | 2d875cf7a4d207ea519a38c9559be56f7e1e5a81 (patch) | |
tree | 1d862847688a9b2540318fd76f314c99bd05f8a0 /kde-apps/ktp-auth-handler | |
parent | app-portage/repoman: make repoman-2.3.8 require portage-2.3.27 (diff) | |
download | gentoo-2d875cf7a4d207ea519a38c9559be56f7e1e5a81.tar.gz gentoo-2d875cf7a4d207ea519a38c9559be56f7e1e5a81.tar.bz2 gentoo-2d875cf7a4d207ea519a38c9559be56f7e1e5a81.zip |
kde-apps: Remove KDE Applications 17.08
Package-Manager: Portage-2.3.26, Repoman-2.3.7
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-17.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 2b3c64e89317..0a569e61da49 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-17.08.3.tar.xz 46240 BLAKE2B 117674ce01f1ab58de0d3f5b1aad694de960d079049ce47067884009dd9501543c35709181cb704ce4e1f3404f44b980b5dc67c50e76b05aba3294a0b42374d2 SHA512 de7beea892f6199b6b4c48e93b4ce04449f72bd1073d4ed8b305f2c5f73e70ad23428b47533dc04d168a4ef88d03fcdd8150b37af94e8d562ecedcf4e8dec069 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.08.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.08.3.ebuild deleted file mode 100644 index 350f2052ca47..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.08.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 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] -" |