summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 13:43:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 14:23:30 +0200
commit81979b43e2ad83e50e1242ce85da797a84c09321 (patch)
tree8db32d387b100eaf3a6e097993d7c8e8c25a1447 /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: drop 21.04.0* (diff)
downloadgentoo-81979b43e2ad83e50e1242ce85da797a84c09321.tar.gz
gentoo-81979b43e2ad83e50e1242ce85da797a84c09321.tar.bz2
gentoo-81979b43e2ad83e50e1242ce85da797a84c09321.zip
kde-apps/ktp-auth-handler: drop 21.04.0*
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.04.0.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 c4dfe07dd1be..a115162fd91e 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-20.12.3.tar.xz 46328 BLAKE2B b34383d810f38bd428f604160cbefdf1bb809c955e6333d9e3c01329e628dcc70dde1215fa3217c7da83ee57238f400e9b28433cef44fe5a98289b29bd755abd SHA512 226f101d6d947d5d29e749336c9f5ed084ea416a534eaefcda4df888960eed1841189317e93c8b2ec05558a68a57be75f6afd31256bea97ddbf8257d542f68d9
-DIST ktp-auth-handler-21.04.0.tar.xz 46656 BLAKE2B 09dd55e2e9a02fb9779380b0a3d59ba663d1fa04a8cbc755aa950c9ce47f5b5483f2d2e88299a6865ed37e88f225b94a2287db803fbc247acd7cc8fb613e3938 SHA512 c6937b5332a5f60e9baa030404206f3513912516c86863735e4709d8bee60e8b99614b38fd5c74dd6aca3b9e5b314b3cb635e33bb3fa66afdfe260301bb9aa1e
DIST ktp-auth-handler-21.04.1.tar.xz 46720 BLAKE2B b7f0631def94b9cf7ad71617e383934a615d699fc44af0ce05b96ab4e0db4cd00f88c0a08a2151cc5047fa8e6978007ce814705c76c6831d191b30efdd28e1e2 SHA512 061a24428ec7fc7ea5ca242acf0c7bbd443090ff2fb8583ed18d0fe742dbeae49b8ee50a6b1ca97b7c6787429db42b63e3c27bab90c16c41c6a054148aa6fd3c
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.ebuild
deleted file mode 100644
index bd7112963f26..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.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.80.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 ~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]
-"