diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-05 00:02:44 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 18:06:54 +0100 |
| commit | 3a71ad516bbfb57d6a0b97a49c69a41f47cd2fcd (patch) | |
| tree | fbb925367efe67002806f9707b6fbdcba4b6b9b9 /kde-apps/kldap/kldap-19.08.49.9999.ebuild | |
| parent | 8f795471321d535b10c7395612bccc6824a33094 (diff) | |
| download | kde-3a71ad516bbfb57d6a0b97a49c69a41f47cd2fcd.tar.gz kde-3a71ad516bbfb57d6a0b97a49c69a41f47cd2fcd.tar.bz2 kde-3a71ad516bbfb57d6a0b97a49c69a41f47cd2fcd.zip | |
kde-apps: Drop KDE Applications 19.08 stable branch
No more releases.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap/kldap-19.08.49.9999.ebuild')
| -rw-r--r-- | kde-apps/kldap/kldap-19.08.49.9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kldap/kldap-19.08.49.9999.ebuild b/kde-apps/kldap/kldap-19.08.49.9999.ebuild deleted file mode 100644 index d539bba7046..00000000000 --- a/kde-apps/kldap/kldap-19.08.49.9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -} |
