summaryrefslogtreecommitdiff
path: root/kde-apps/kldap/kldap-17.08.49.9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-15 16:15:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-15 16:15:46 +0200
commit0670cde928d41be4252d72672371e9f614bee279 (patch)
treea885cf3ce79f08e153f23f571047f3f8062b5500 /kde-apps/kldap/kldap-17.08.49.9999.ebuild
parenta5e8ad4bd489ab5aa4c0de887e59bea7d58612bd (diff)
downloadkde-0670cde928d41be4252d72672371e9f614bee279.tar.gz
kde-0670cde928d41be4252d72672371e9f614bee279.tar.bz2
kde-0670cde928d41be4252d72672371e9f614bee279.zip
kde-apps: Add 17.08 stable branch
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kldap/kldap-17.08.49.9999.ebuild')
-rw-r--r--kde-apps/kldap/kldap-17.08.49.9999.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kldap/kldap-17.08.49.9999.ebuild b/kde-apps/kldap/kldap-17.08.49.9999.ebuild
new file mode 100644
index 00000000000..e17899f4ebd
--- /dev/null
+++ b/kde-apps/kldap/kldap-17.08.49.9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for interacting with LDAP servers"
+LICENSE="GPL-2+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ dev-libs/cyrus-sasl
+ net-nds/openldap
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+src_prepare() {
+ kde5_src_prepare
+
+ if ! use_if_iuse handbook ; then
+ sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
+ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
+ fi
+}