diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-18 11:23:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-04 08:35:19 +0200 |
commit | fdbc86bccc3bd6abc5fc9ad5cfe87c924245cc20 (patch) | |
tree | 940477997f0c0bae56c33c7827b6ab55a630601d /kde-apps/ktp-auth-handler | |
parent | kde-apps/ktp-approver: drop 19.12.3* (diff) | |
download | gentoo-fdbc86bccc3bd6abc5fc9ad5cfe87c924245cc20.tar.gz gentoo-fdbc86bccc3bd6abc5fc9ad5cfe87c924245cc20.tar.bz2 gentoo-fdbc86bccc3bd6abc5fc9ad5cfe87c924245cc20.zip |
kde-apps/ktp-auth-handler: drop 19.12.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-19.12.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 64aa23453d7a..668783c84e8a 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-19.12.3.tar.xz 46400 BLAKE2B dc0edd715909a9ee902fb0a0c21cde56093f163238ebc09d1d004c70daf7618a0c6d569ec1c7f8cce1fbafe86697ad8a0f9b57806f344f1f75628700e5483a50 SHA512 f3191a7ed19628a5f9735beb0986e9aa7b519b653ac7d71dfe9b584cd0d9dfd4055ba09cdbd79fcaa6aeb6473c54358257213a7e232f3af4cc950b5d04d55ffb DIST ktp-auth-handler-20.04.3.tar.xz 46332 BLAKE2B bc2e8bccea6f61c35054be72f2f3c728024304f47e78b2e82a0c5962930806dc02cccc1c371bdd758489e3a8c4f7d72d1b27cd171e1564c23e08a6c9c70dce6c SHA512 83c4c525810b0a4aeea65fa4c7342905c3c5d71d3194e4aea1d77f4e2a876f78e48639a10d84ca137a59ba930ac95d4376765aa1cdc7b94d98c3e02a5485f1f5 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.12.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.12.3.ebuild deleted file mode 100644 index 5854e1ff0cc1..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.12.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PVCUT=$(ver_cut 1-3) -KFMIN=5.63.0 -QTMIN=5.12.3 -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=" - >=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 - >=kde-apps/kaccounts-integration-${PVCUT}:5 - >=kde-apps/ktp-common-internals-${PVCUT}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - app-crypt/qca:2[qt5(+)] - net-libs/accounts-qt - net-libs/signond - net-libs/telepathy-qt[qt5(+)] -" -RDEPEND="${DEPEND} - app-crypt/qca:2[ssl] -" |