summaryrefslogtreecommitdiff
path: root/kde-apps/kldap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-31 11:14:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-31 15:12:10 +0100
commit7d5b6e9008cdcbdb40e7cedaecebe4bfdd7bff0f (patch)
treea6dd92a0369f8930fbfceff71d736b1d132a4035 /kde-apps/kldap
parent6795f291d8edfe7d34f6970c6717448d65469ae9 (diff)
downloadkde-7d5b6e9008cdcbdb40e7cedaecebe4bfdd7bff0f.tar.gz
kde-7d5b6e9008cdcbdb40e7cedaecebe4bfdd7bff0f.tar.bz2
kde-7d5b6e9008cdcbdb40e7cedaecebe4bfdd7bff0f.zip
kde-apps/kldap: 22.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-22.12.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
new file mode 100644
index 00000000000..5cd11ab8815
--- /dev/null
+++ b/kde-apps/kldap/Manifest
@@ -0,0 +1 @@
+DIST kldap-22.12.2.tar.xz 181560 BLAKE2B baa2e3769dca20060f1105394f1dc45204f959a4e5a904c86c10c14d50dc2d9e71c0d44b503e3b4a965c996b7b28710c30aca05af2d38a114b9446934dfd9dd0 SHA512 ddcb9460884ce767767d00533cfe905c0508538c81840fa394b2fb1f112d35e9bcdf2b6bbf335230e6a0927712fdd7a607764182c024c2cd84456993b8052d70
diff --git a/kde-apps/kldap/kldap-22.12.2.ebuild b/kde-apps/kldap/kldap-22.12.2.ebuild
new file mode 100644
index 00000000000..fc966dab645
--- /dev/null
+++ b/kde-apps/kldap/kldap-22.12.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 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.101.0
+QTMIN=5.15.5
+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}"