summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:38:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:23:16 +0100
commitf963fd8cc46037b841af5543331a0d462e4844fc (patch)
tree04401bf72def6ce42f95133506d6d7cfa4865a22
parentkde-apps/ktp-approver: drop 21.08.2* (diff)
downloadgentoo-f963fd8cc46037b841af5543331a0d462e4844fc.tar.gz
gentoo-f963fd8cc46037b841af5543331a0d462e4844fc.tar.bz2
gentoo-f963fd8cc46037b841af5543331a0d462e4844fc.zip
kde-apps/ktp-auth-handler: drop 21.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/ktp-auth-handler/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-21.08.2.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 c8bc2534cf26..7bcf821fed5d 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-21.04.3.tar.xz 47824 BLAKE2B 21446323d72ed739c900a59a9137276ae5649615e3d5098a7ea7752296d362d41586e72ba3de80f581569d8b227c838710af266d9bf88404e337311c0120a68d SHA512 45fed49e564a98d6630bdb5aa13e0bbb641965241b0936c22b8ab9f7f5696a377a5217fdef3079f70008f4932ea0b00c8f857ab2d3727892ed180f7b24a1da08
-DIST ktp-auth-handler-21.08.2.tar.xz 47872 BLAKE2B 12fa5c8545d6b236960f6ebb19f818c712feb122a99011749383ed42dfad16e98a5d9e15850556255a0d4653d12b331ff71334e0e3b3f4ec38c5222003ee1767 SHA512 b804d70d697bc4cdc703544292dd76049d340be394258c8517a2a4da91346fc8c854025846daf71a8c8fd09c9699d8a31388d9dd699a549f6ae91ba0de7d64e7
DIST ktp-auth-handler-21.08.3.tar.xz 47808 BLAKE2B a4029dfef8c66a04f01918bd1302d1f2375c8ca12492d31ed2d8f5c91d0e4ee0a6c78c4b51570bd43f89f54b538bbdbb46fbb2bd53d831f57620fc1ae2624528 SHA512 3f03389209ec09a2f9abc14204b5daa0554caef1e5620b73abc0af61a009fca15079d8571be7cb8551504798fcd88092e70d9dce4f9bbb5c7c5abb15abf7d1cd
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.08.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.08.2.ebuild
deleted file mode 100644
index 84333e3a907c..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.08.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.84.0
-QTMIN=5.15.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 ~riscv ~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]
-"