diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-23 12:14:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-24 00:06:55 +0200 |
commit | 676a79636007840dd187ee278f14c416d27c03fe (patch) | |
tree | cb720563f718dd6463117035261bc709a5bc1ce0 /kde-apps/ktp-auth-handler | |
parent | profiles: use.desc: Add 'telemetry' (diff) | |
download | gentoo-676a79636007840dd187ee278f14c416d27c03fe.tar.gz gentoo-676a79636007840dd187ee278f14c416d27c03fe.tar.bz2 gentoo-676a79636007840dd187ee278f14c416d27c03fe.zip |
kde-apps: Add KDE Release Service 20.04.0
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')
-rw-r--r-- | kde-apps/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.0.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index 1f6b981981ff..2314d1a8a1c6 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1 +1,2 @@ DIST ktp-auth-handler-19.12.3.tar.xz 46400 BLAKE2B dc0edd715909a9ee902fb0a0c21cde56093f163238ebc09d1d004c70daf7618a0c6d569ec1c7f8cce1fbafe86697ad8a0f9b57806f344f1f75628700e5483a50 SHA512 f3191a7ed19628a5f9735beb0986e9aa7b519b653ac7d71dfe9b584cd0d9dfd4055ba09cdbd79fcaa6aeb6473c54358257213a7e232f3af4cc950b5d04d55ffb +DIST ktp-auth-handler-20.04.0.tar.xz 46376 BLAKE2B 8a5801cf5707645c20e53a57123af5eae9acc8452348085f78b77a902c43d4a556a893922a9a7cf9b417a54392eaff0857495e5d0ae3ce11706df766909266ba SHA512 964eda0124abe0846958cfa30f7a0930d3c71bf13b866e64275fcb9d61cfc10f44e617b28bd0dce2df5fef155c2a3db1e53a10c59a49b87f0bae183657931785 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.0.ebuild new file mode 100644 index 000000000000..9002efc113e1 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.04.0.ebuild @@ -0,0 +1,39 @@ +# 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.69.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" +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] +" |