summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-20 10:28:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-25 11:21:17 +0200
commit3fb25a1087aed2b6cefd589d13df00288d4d8b79 (patch)
tree970f091d9cead09878f88d791afed48f448da8dd /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: drop 21.12.3 (diff)
downloadgentoo-3fb25a1087aed2b6cefd589d13df00288d4d8b79.tar.gz
gentoo-3fb25a1087aed2b6cefd589d13df00288d4d8b79.tar.bz2
gentoo-3fb25a1087aed2b6cefd589d13df00288d4d8b79.zip
kde-apps/ktp-auth-handler: drop 21.12.3
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-21.12.3.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 8b6e8a643e0d..dc21161e3b00 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,2 +1 @@
-DIST ktp-auth-handler-21.12.3.tar.xz 47800 BLAKE2B e22a59166438f33386e57ac94ca7c189d47e45a74bca29bad99f4ed1ba02af5bc12c2db5a5facfde42bc398ea4ee35844157cc10b5a6981e7e45522356bddb94 SHA512 418e1ab33d926ad67cbd8e9d60658e3e12351326dd657d81c270fe9427e776a9bb11572dc75c3879ed900eb316af8f8398be925d775b1edefa1642f14a617c95
DIST ktp-auth-handler-22.04.3.tar.xz 48092 BLAKE2B bda01c5234795f03de409795b1f05f660b7835037634ea117ef9b85b223a61cd804ab6081aa6b21f0152a101f370413cf2d673304b6d434fb27ccc266ea2dde8 SHA512 55ac3e9861723023d911e46f9a67b48f74024f66d10c83ea75262730b3aa47dd8aa7fd5e883f68f3c609cac41d660f1d222df087cee7c62123a0d1c83f6b51a3
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.3.ebuild
deleted file mode 100644
index 9735082dbf12..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.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]
-"