summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-11 00:13:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-12 22:44:28 +0100
commit7a9a64ab11b09953182cfb2254c77e42a6f3e025 (patch)
treea741f9cdf30a755c19512a02752849c2845b13f8 /kde-apps
parentkde-apps/kitinerary: 24.12.0 version bump (diff)
downloadgentoo-7a9a64ab11b09953182cfb2254c77e42a6f3e025.tar.gz
gentoo-7a9a64ab11b09953182cfb2254c77e42a6f3e025.tar.bz2
gentoo-7a9a64ab11b09953182cfb2254c77e42a6f3e025.zip
kde-apps/kldap: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-24.12.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index fd055fb3b107..3d3b8ec2504f 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-24.08.3.tar.xz 189696 BLAKE2B f0579501df748587bb38524387c117b6e1825417d5741191f28d88f71023a2e0e8c1113e675127efeeeac732f777f32414283a3cda99855af8deac214ac6edda SHA512 ca77c2e7048fb873174509414251f2a5ac717fd7d093183a1b9b4f14086ad832b354a1ae72da9830c4a6ed4261a804f1662f25ee485394cfded4a702f21cc047
+DIST kldap-24.12.0.tar.xz 190344 BLAKE2B ddc249853f4ca3a7aef38a5d16de3a8f699480a6b56b2eac2e2ab02abdab8baf0c610db033eb86a00b96234fe1f7679e417eb7d64248ac9d420610057cce4be0 SHA512 df59f93e54f7f36f8ad0152ba4c051f7af3a88e6eb0de9944979a8025b45d72e4c72be939178af576620a160fe9e376689f1a9a6ead97999b74dcae95d962891
diff --git a/kde-apps/kldap/kldap-24.12.0.ebuild b/kde-apps/kldap/kldap-24.12.0.ebuild
new file mode 100644
index 000000000000..2957955b4941
--- /dev/null
+++ b/kde-apps/kldap/kldap-24.12.0.ebuild
@@ -0,0 +1,30 @@
+# 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=6.5.0
+QTMIN=6.7.2
+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="6"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+DEPEND="
+ dev-libs/cyrus-sasl
+ >=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ net-nds/openldap:=
+"
+RDEPEND="${DEPEND}"