summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 13:52:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 15:06:33 +0100
commitcf30c5260b52855f31c969396105a9d453d3778c (patch)
treea0dfa805f1ef3bb1f75391ba6aa1297abaf16b4c
parent553903b956d93511d5b9b10db65d0d3ec843562b (diff)
downloadkde-cf30c5260b52855f31c969396105a9d453d3778c.tar.gz
kde-cf30c5260b52855f31c969396105a9d453d3778c.tar.bz2
kde-cf30c5260b52855f31c969396105a9d453d3778c.zip
kde-apps/ktp-auth-handler: drop 22.08.3
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-22.08.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
deleted file mode 100644
index b7dbc4206ad..00000000000
--- a/kde-apps/ktp-auth-handler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-auth-handler-22.08.3.tar.xz 48080 BLAKE2B 8be898dc4325566224cb4cff67bb64a61253c7c665ac0cee79b2e228d68bab4c8dbaf172d848316a8c559c523dc91340f6b4d13007233c80396fb83c010d94b3 SHA512 e591f2547aab824b09f836293bfb68b619793a4398db5690925dfb19f3b5101c75903317130a165b8ef68f4798c21c82befbf907183ca1e0f8d70ce03a18ac94
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.3.ebuild
deleted file mode 100644
index a7715add64e..00000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.08.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.96.0
-QTMIN=5.15.5
-inherit ecm gear.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[qt5(+)]
- >=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[qt5(+),ssl]
-"