summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 10:56:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 21:02:42 +0200
commitb8d5f5af31276c6106b2ba6d614c7e308fc8c651 (patch)
tree1402891a2b41f2bbcc75cc5b52ae150914f8be6e /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: drop 20.08.1* (diff)
downloadgentoo-b8d5f5af31276c6106b2ba6d614c7e308fc8c651.tar.gz
gentoo-b8d5f5af31276c6106b2ba6d614c7e308fc8c651.tar.bz2
gentoo-b8d5f5af31276c6106b2ba6d614c7e308fc8c651.zip
kde-apps/ktp-auth-handler: drop 20.08.1*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-20.08.1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 876d72461b25..96d73c92f1a5 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-20.04.3.tar.xz 46332 BLAKE2B bc2e8bccea6f61c35054be72f2f3c728024304f47e78b2e82a0c5962930806dc02cccc1c371bdd758489e3a8c4f7d72d1b27cd171e1564c23e08a6c9c70dce6c SHA512 83c4c525810b0a4aeea65fa4c7342905c3c5d71d3194e4aea1d77f4e2a876f78e48639a10d84ca137a59ba930ac95d4376765aa1cdc7b94d98c3e02a5485f1f5
-DIST ktp-auth-handler-20.08.1.tar.xz 46376 BLAKE2B b9203f521875bbc030c9dfb5b388a6ec4a3fc5438eb03e04efb7fabc8ce67106193cb3670f7de83043cc4acfe3f0d0543db7d7140574b599daef5c6775085a2f SHA512 88be1c42ecdf73c12baae8a4404ac6e12609a025305eab94f00ff545118a9a32c438fb8922697e05790bd4051230783ceea7c4c7d02ed223d707581aa5988a8f
DIST ktp-auth-handler-20.08.2.tar.xz 46348 BLAKE2B 8123627fd78f527f195996f649e4cfd6f4da8e457cd89f0019652562483b85723afa015c12070e19256185599441c2522d1c57ee3123f74a97488b156b38afaf SHA512 b0f582afeaa22c4fbf0d491a27a80ce1f25044e2402329a47223fb499e07276e3c5d4bdc4d046bbbae15ad0350c628b8bf7f149b21d9d2b429b25ce627c843cc
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.08.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.08.1.ebuild
deleted file mode 100644
index c2b3d38ff36e..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.08.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.72.0
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/kaccounts-integration-${PVCUT}:5
- >=kde-apps/ktp-common-internals-${PVCUT}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- net-libs/accounts-qt
- net-libs/signond
- >=net-libs/telepathy-qt-0.9.8
-"
-RDEPEND="${DEPEND}
- >=app-crypt/qca-2.3.0:2[ssl]
-"