diff options
author | 2020-05-15 18:27:46 +0200 | |
---|---|---|
committer | 2020-05-15 18:28:43 +0200 | |
commit | 3d62db994ec03d26eb53f9bb080c650b7e125e45 (patch) | |
tree | 13b930caeb5d48f370ba0ed0f83320ccdd6b600e /kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.ebuild | |
parent | profiles: Drop kde-release-service-20.04.1 package.mask (diff) | |
download | kde-3d62db994ec03d26eb53f9bb080c650b7e125e45.tar.gz kde-3d62db994ec03d26eb53f9bb080c650b7e125e45.tar.bz2 kde-3d62db994ec03d26eb53f9bb080c650b7e125e45.zip |
kde-apps: Drop KDE Release Service 20.04.1
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.ebuild')
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.ebuild deleted file mode 100644 index f81e4102c5..0000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.1.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.70.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] -" |