summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-15 10:39:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-15 13:23:40 +0100
commitf539aa6729e33aa53b06e3720686ff35f75cfd8e (patch)
tree3d3181914bed4b7f0f7470e4ef5aee1e669f50e5
parentkde-apps/kitinerary: 23.08.5 version bump (diff)
downloadgentoo-f539aa6729e33aa53b06e3720686ff35f75cfd8e.tar.gz
gentoo-f539aa6729e33aa53b06e3720686ff35f75cfd8e.tar.bz2
gentoo-f539aa6729e33aa53b06e3720686ff35f75cfd8e.zip
kde-apps/kldap: 23.08.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-23.08.5.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 2892124db3be..620e3ccb9ac7 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-23.08.4.tar.xz 183416 BLAKE2B c6d0451aa6ad0014610ca7902e2d947bb3c34b43410330ea2cd73d66f679e6aef681ac5d91a6077da7a950628439632fb43ff5c32357b3ef94a9c40d21d377a0 SHA512 340ba36cb36aa7081746cfc6d54c85c70bf9df8859c9cb7ecf30d2a059f6c6b2072d87fc49afa7e937e399d480decba795ffe9a0df38c40c5dd665ca436119d0
+DIST kldap-23.08.5.tar.xz 183440 BLAKE2B f112e2ffd623d9be30d39b3062640cecfa1c5e213846ee701b14ed07011980cbd2f72c320e804a16c04bf3a2d5803b0bdcdc14cfe68db0b6f3be1ba62a2a61f9 SHA512 2f732c1ddc16b21eb6468d4c35efc205b57b80b08bbd35ffd7eef8993d94e8819f12c42d09f86a5bd41c7af8dcfddc783450e474ba33eba739122bd78b395574
diff --git a/kde-apps/kldap/kldap-23.08.5.ebuild b/kde-apps/kldap/kldap-23.08.5.ebuild
new file mode 100644
index 000000000000..9d15141e3cde
--- /dev/null
+++ b/kde-apps/kldap/kldap-23.08.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for interacting with LDAP servers"
+HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/cyrus-sasl
+ dev-libs/qtkeychain:=[qt5(+)]
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ net-nds/openldap:=
+"
+RDEPEND="${DEPEND}"