summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-04 14:36:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-04 15:05:00 +0100
commit76ca6498087d6d265518b109bd914f97bc511f4b (patch)
treea23778fcc138fa6bcbc5b826ee7bb7bdc42be62d /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: drop 20.12.1* (diff)
downloadgentoo-76ca6498087d6d265518b109bd914f97bc511f4b.tar.gz
gentoo-76ca6498087d6d265518b109bd914f97bc511f4b.tar.bz2
gentoo-76ca6498087d6d265518b109bd914f97bc511f4b.zip
kde-apps/ktp-auth-handler: drop 20.12.1*
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-20.12.1.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 ca000e38492b..7a4218e8350b 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-20.08.3.tar.xz 46368 BLAKE2B e951c09138e335315481cf8f1d9a209e6849e5704e39378539d2b4663e8882e6f5e0d525b8723f93fb39f1a47ffdb03dd56dda75c4f7f2fe57b708ee8af3bc4d SHA512 f8cc0a952d92c695da6b22a60fc525b10c63b9f43062fb62124b163bc3aaf8c6d2204b50c4b924c46ba61290b73c14de22363382b063bb24bf68d077309b33eb
-DIST ktp-auth-handler-20.12.1.tar.xz 46380 BLAKE2B 460beb9404e7076252825e32e58c452236a9f7be4d42af36e20d4262cde98fc986ad3f48b53b6c562dbb4fa593abb5bb52a09a137ab6033239b5b21094839be7 SHA512 88828c41b4ef34a2530a82d4fcd23f7bd94274bdc9f4497cc35551d416dbce172d4f78d60ef91f4b0aa789478771be9019d9e9a87d66ad2a9ab84c326930dff0
DIST ktp-auth-handler-20.12.2.tar.xz 46364 BLAKE2B e4ae2ac3ef4f8dff9a8f879b678da592d8f757b2e00d397650c88ffe69cb3290e0a0cda3c0a847003a07a57e962b7e5558c47928d6197d77910a95314c6a1aed SHA512 bee30fb6bfa48e2ba1fc270efa4dad6b66093f9a9321482baa644f14e18763957b6013b3b18a58eaab07ed7911572c81ba7e98f7577f84f457fb6c3eba6f159e
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild
deleted file mode 100644
index b91cc6c95589..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.75.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~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]
-"