diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:55:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-07 14:55:16 +0100 |
commit | 19b750baa590ed28f2bedae13ac33568abc85c0f (patch) | |
tree | 6a9b7c5dafc366614606637b19a58155c7e9a55d /kde-apps/ktp-auth-handler | |
parent | kde-apps/kpat: Restore KEYWORDS (diff) | |
download | gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.gz gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.tar.bz2 gentoo-19b750baa590ed28f2bedae13ac33568abc85c0f.zip |
kde-apps: Drop KDE Applications 18.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, 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.12.2.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 922ae976a8c9..ce8a8fdfc0ea 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,3 +1,2 @@ DIST ktp-auth-handler-18.08.3.tar.xz 46392 BLAKE2B 566a1f301db510cbaa01c951efe2d56aefe9d7d9fd0ab0241c8b24bd3cd3ea927e60092d9311b1f7e53a105fa96ad34b73c7cc84858c80f10ceaab8bbd530949 SHA512 83f0ba7d0961b9ff8ba36fbaf5aaea34a7ae5d66df7d3e1fbc3a5440f9050c07d6199e03ffe373a4c030f3b3dc3bdcc0245c5001238ed32911ce485eb4c658cd -DIST ktp-auth-handler-18.12.2.tar.xz 46020 BLAKE2B 103bf268e840bc2ef97610fa20b0191f321abc821e9b9e96bc64ee2d3f383cf81e27f328ce182c43b031f10ab21fcac38566334d12066a097572faf7fc8be1cb SHA512 fba5e279d9d11c39a606be7af9b7a6ae52426aebee24180dc13dc9f48cd445776120d1f61a06f7ad6f5aedf4c6f3dcc555d1a15228161b08d252c49c35ac9295 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.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild deleted file mode 100644 index 1797006dd554..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="KDE Telepathy authentication handler" -HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm64 ~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] -" |