summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:18:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:19:52 +0200
commita626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch)
tree99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/kldap
parentkde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff)
downloadgentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-18.08.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 5e5b93073e34..7764238c8a77 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,3 +1,2 @@
DIST kldap-18.04.3.tar.xz 154232 BLAKE2B 782e2a727d7fb14c9d844e227f52f700bf13a19d6ded85ec14bf7c6ac6bad9209e14e53743704dbce8d79d09ec9a6b43b4686abf9c1397f06c7f0ece0dbb0dd2 SHA512 7159d5dd37641ef68c37d00e03b47febdcb2967460b51dce318344426077ced9d17095b8449ec82b8f8cd736ddf12f5c71f0737cab9a21811c576f14d63ac9df
-DIST kldap-18.08.1.tar.xz 156548 BLAKE2B a448b4644a29514ce7cd0b56afe467d2ecef359b482066d32be5f267bfb00ff465d2cff8fc7f177228e5efb7ada427be205ec5a6db35ec7dc4c16ff4469fd3e9 SHA512 2055ef5d1950501b41bae76b048cd3b77c19a9969ebc5e5a50f2eae173c6161348d8bc5675dcae827b99a29979acd2f5f165889108f7faefa8dba4b0bf31f47b
DIST kldap-18.08.2.tar.xz 156488 BLAKE2B 4a781980dd6af51bcaa1aecf79a144f4d3d625cb3b0e258ef6ce565a4af35918e5f3ac02862a13cdb7034fee253202d7124bd93d603d1fb98d88a17aa56f0c1e SHA512 d1f43959abe261591aec1eaa4869d1f436d98cee448befb8222e1c1eb0e3d797172b475c13b3a00a45d1f34044c66225add42e418c3f532c37507fcb7d40b400
diff --git a/kde-apps/kldap/kldap-18.08.1.ebuild b/kde-apps/kldap/kldap-18.08.1.ebuild
deleted file mode 100644
index fd1452bcfd54..000000000000
--- a/kde-apps/kldap/kldap-18.08.1.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="~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
-}