aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-17 09:39:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-17 09:51:24 +0200
commit8dcf86c835d98f950d54c1b514727bccfe60c3e2 (patch)
tree0115fb7997e56802c5416f37f67bebabdba4fc95 /kde-apps/kldap
parentkde-apps/kitinerary: 21.08.49.9999 version bump (diff)
downloadkde-8dcf86c835d98f950d54c1b514727bccfe60c3e2.tar.gz
kde-8dcf86c835d98f950d54c1b514727bccfe60c3e2.tar.bz2
kde-8dcf86c835d98f950d54c1b514727bccfe60c3e2.zip
kde-apps/kldap: 21.08.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/kldap-21.08.49.9999.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kldap/kldap-21.08.49.9999.ebuild b/kde-apps/kldap/kldap-21.08.49.9999.ebuild
new file mode 100644
index 0000000000..54c12cdb0a
--- /dev/null
+++ b/kde-apps/kldap/kldap-21.08.49.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.84.0
+QTMIN=5.15.2
+inherit ecm 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=""
+IUSE=""
+
+DEPEND="
+ dev-libs/cyrus-sasl
+ dev-libs/qtkeychain:=
+ >=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}"