summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-29 17:02:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-29 17:52:21 +0100
commitcc968bb9bc14435141335cb70ba3053281676fe1 (patch)
tree157d2831b41a880a6095a17a15cca16ed72f4eb7 /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: 21.11.90 version bump (diff)
downloadgentoo-cc968bb9bc14435141335cb70ba3053281676fe1.tar.gz
gentoo-cc968bb9bc14435141335cb70ba3053281676fe1.tar.bz2
gentoo-cc968bb9bc14435141335cb70ba3053281676fe1.zip
kde-apps/ktp-auth-handler: 21.11.90 version bump
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.11.90.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 0b3935db9e6f..ff56a7e941dd 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
DIST ktp-auth-handler-21.08.3.tar.xz 47808 BLAKE2B a4029dfef8c66a04f01918bd1302d1f2375c8ca12492d31ed2d8f5c91d0e4ee0a6c78c4b51570bd43f89f54b538bbdbb46fbb2bd53d831f57620fc1ae2624528 SHA512 3f03389209ec09a2f9abc14204b5daa0554caef1e5620b73abc0af61a009fca15079d8571be7cb8551504798fcd88092e70d9dce4f9bbb5c7c5abb15abf7d1cd
+DIST ktp-auth-handler-21.11.90.tar.xz 47832 BLAKE2B eb1a08e7eda2be0a066ec0d1da379f811746d97c89b7efc751bebac67ef59c1331af2417900a068c6824212b17a66ce5ce8cd7773dae70c065d4dbefd79d56b9 SHA512 30073cd91a789b6399aa9bf5a40d37d5e21a83a4799223c7a56b9e39b6e8df5e5cbedb8a4debac47c67745a805bfce91d485715eda7e08f4605bc13efcac9c1e
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild
new file mode 100644
index 000000000000..a3a2ebac6195
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.88.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 ~riscv ~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]
+"