summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 12:47:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 15:54:00 +0100
commiteb7cb0d9e5cbf973b4769b739477088fe0238bd1 (patch)
tree1a9cfb167011b70d08dad4956b757717bda2435b /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: drop 21.12.2* (diff)
downloadgentoo-eb7cb0d9e5cbf973b4769b739477088fe0238bd1.tar.gz
gentoo-eb7cb0d9e5cbf973b4769b739477088fe0238bd1.tar.bz2
gentoo-eb7cb0d9e5cbf973b4769b739477088fe0238bd1.zip
kde-apps/ktp-auth-handler: drop 21.12.2*
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.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 dba09bf472f8..f1f76c891e69 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-21.08.3.tar.xz 47808 BLAKE2B a4029dfef8c66a04f01918bd1302d1f2375c8ca12492d31ed2d8f5c91d0e4ee0a6c78c4b51570bd43f89f54b538bbdbb46fbb2bd53d831f57620fc1ae2624528 SHA512 3f03389209ec09a2f9abc14204b5daa0554caef1e5620b73abc0af61a009fca15079d8571be7cb8551504798fcd88092e70d9dce4f9bbb5c7c5abb15abf7d1cd
-DIST ktp-auth-handler-21.12.2.tar.xz 47816 BLAKE2B 3e45a32ccd4365bac0cf7e8de9c6ce0b8cd376d83b8877c546ebac8ebbe48cdfbb6745ddd618e432fc7ec7ff42a3e48d4e19ed8e56e874390390e99ae4ce81f6 SHA512 a5cb2b558080fe13e6bc6f27931b30aaaa0aec10bb10218f0655b196cc9602b645d25d20f2a3d55010d38cb2653f39eaec01f4a668eac3fa7fa4aac0a04a5eb0
DIST ktp-auth-handler-21.12.3.tar.xz 47800 BLAKE2B e22a59166438f33386e57ac94ca7c189d47e45a74bca29bad99f4ed1ba02af5bc12c2db5a5facfde42bc398ea4ee35844157cc10b5a6981e7e45522356bddb94 SHA512 418e1ab33d926ad67cbd8e9d60658e3e12351326dd657d81c270fe9427e776a9bb11572dc75c3879ed900eb316af8f8398be925d775b1edefa1642f14a617c95
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.2.ebuild
deleted file mode 100644
index d9e1f1e582cb..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.2.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]
-"