diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 09:03:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 11:27:53 +0100 |
commit | a5fb654c772ea8cc4b780a2df61bc5320b05162f (patch) | |
tree | f08d8846a6aa94e1ceac7c198b93e641ca3b8d34 /kde-apps/ktp-auth-handler | |
parent | kde-apps/ktp-approver: drop 22.04.3 (diff) | |
download | gentoo-a5fb654c772ea8cc4b780a2df61bc5320b05162f.tar.gz gentoo-a5fb654c772ea8cc4b780a2df61bc5320b05162f.tar.bz2 gentoo-a5fb654c772ea8cc4b780a2df61bc5320b05162f.zip |
kde-apps/ktp-auth-handler: drop 22.04.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/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index 45568617f41a..b7dbc4206ad7 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-22.04.3.tar.xz 48092 BLAKE2B bda01c5234795f03de409795b1f05f660b7835037634ea117ef9b85b223a61cd804ab6081aa6b21f0152a101f370413cf2d673304b6d434fb27ccc266ea2dde8 SHA512 55ac3e9861723023d911e46f9a67b48f74024f66d10c83ea75262730b3aa47dd8aa7fd5e883f68f3c609cac41d660f1d222df087cee7c62123a0d1c83f6b51a3 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.04.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.3.ebuild deleted file mode 100644 index a08b698f6aae..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.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.92.0 -QTMIN=5.15.4 -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 - >=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] -" |