summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-07 20:39:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-07 20:39:30 +0200
commit9f69ca14aaea0f45bab2d62f199a97ee9ff103f1 (patch)
treec1342334c3a2ca13e42b16bdac80e1e15666f745 /kde-apps/kldap/kldap-17.08.0.ebuild
parentkde-apps: Add KDE Applications 17.08.1 (diff)
downloadgentoo-9f69ca14aaea0f45bab2d62f199a97ee9ff103f1.tar.gz
gentoo-9f69ca14aaea0f45bab2d62f199a97ee9ff103f1.tar.bz2
gentoo-9f69ca14aaea0f45bab2d62f199a97ee9ff103f1.zip
kde-apps: Drop KDE Applications 17.08.1
Moved to Gentoo main ebuild repository. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kldap/kldap-17.08.0.ebuild')
-rw-r--r--kde-apps/kldap/kldap-17.08.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kldap/kldap-17.08.0.ebuild b/kde-apps/kldap/kldap-17.08.0.ebuild
deleted file mode 100644
index b55334312e57..000000000000
--- a/kde-apps/kldap/kldap-17.08.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}