summaryrefslogtreecommitdiff
path: root/kde-apps/kldap/kldap-18.08.49.9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:40:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:40:04 +0100
commit9db2a5a3d75743df8d80b7ad89743ce16b6392c5 (patch)
tree6ef1de16424279f70a3964550fbc6cadbb5ba097 /kde-apps/kldap/kldap-18.08.49.9999.ebuild
parente0768a06ab75edfa15f1ad973ae9e0028abac993 (diff)
downloadkde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.tar.gz
kde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.tar.bz2
kde-9db2a5a3d75743df8d80b7ad89743ce16b6392c5.zip
kde-apps: Drop 18.08 stable branch
No more development. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap/kldap-18.08.49.9999.ebuild')
-rw-r--r--kde-apps/kldap/kldap-18.08.49.9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kldap/kldap-18.08.49.9999.ebuild b/kde-apps/kldap/kldap-18.08.49.9999.ebuild
deleted file mode 100644
index f516ad9ff57..00000000000
--- a/kde-apps/kldap/kldap-18.08.49.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 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 handbook ; then
- sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
- -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
- fi
-}