summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kldap
parentkde-frameworks/kdelibs: Version bump 4.14.33 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-17.04.2.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 0dff95d05576..c1926da19e1f 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-17.04.1.tar.xz 154376 SHA256 5a54778faf4d9061e0ff9f220a47eced46a83071793eae34a6bac5537e5fb68d SHA512 f4ccf46067788d66010d4a0ed270230a749997a05d9b294a59abd9b547f2ad4bd4b28df9131eac16fd56b5c710e7e520ee1d691d5f7aec708f5c323b8865dfdb WHIRLPOOL 796a88161a37b20f70037d1146669b382833ba509a729d8d647fda58d00f286f30bb6e51522f712c0ff763c4dec9ca829a7caec457e715c84a3087686febc454
+DIST kldap-17.04.2.tar.xz 154372 SHA256 84c740a926aa9cb54df0a5f392adfdf422ff90c2ee9280660e077c18025faeb4 SHA512 a115a29cbc8bf015c5aa9aee23eddb6af8276325acafd86cd02f54ea691dea11e6fa862033b0d5a3ac181a3906ba9524ac7932ada4f7a4b38e8ba89884629b71 WHIRLPOOL d5282a2e9123c54b09106fee6e30af081d6ea0f43cddf5048e9c54061de9400e11c52d21b77f6f2b9d2b0e4334c34271adb244af9bdc4b78becf454dfd7dac80
diff --git a/kde-apps/kldap/kldap-17.04.2.ebuild b/kde-apps/kldap/kldap-17.04.2.ebuild
new file mode 100644
index 000000000000..b55334312e57
--- /dev/null
+++ b/kde-apps/kldap/kldap-17.04.2.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="~amd64 ~x86"
+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
+}