summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 00:21:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 13:59:58 +0100
commit0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch)
tree6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kldap
parentkde-apps: Add KDE Applications 18.12.2 (diff)
downloadgentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-18.12.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index b5b52252fcf6..a5ae56606e2a 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,3 +1,2 @@
DIST kldap-18.08.3.tar.xz 156456 BLAKE2B b1e176d2c6af79e77e14672721998f25b76a718e756601491c3084a94b92d94bfc961493e7fa3c624377768723fedea7f2628d696628e5356274deed5b68e0a7 SHA512 e2b20c58786f5dc20cec34e470dfe13efecebe12bd6b8324a6ebfdca48cfe1e5da23b3bc5802f643688a9bfd5a972f410f1f0c21db0d577a58e636e75759dee5
-DIST kldap-18.12.1.tar.xz 155456 BLAKE2B 963344fd26d27d135aeac9d7cef83aa5d4c583e627e905d4f0f97ae815932b9056e1110f7026e3390698e98de07302e9fe472b5f27353256e3c7c8b592f85b0a SHA512 09760a3be39f5345979d754f15d4799d00f0efe15028877551a5940a9b9da76617af09dfbab6e69372cd06e122ac7ea08b6aa2367044753325ff78974fa0f050
DIST kldap-18.12.2.tar.xz 155616 BLAKE2B 90946693d82fca697db239d3fc3f915f00109a83aae428466dc62063c4303b601bb7d65406f95f407895f3b8f26ff4a4d47e127a419fecef9f47b0dd9c0504c9 SHA512 7452d6c8843f7d7e5827782ff4f38846b5303e690c06c6726c4ca65864921ff7c0a7dcca1260f9cb77393ae201a28842f152f7cad12758b9e84acb30b62d19d7
diff --git a/kde-apps/kldap/kldap-18.12.1.ebuild b/kde-apps/kldap/kldap-18.12.1.ebuild
deleted file mode 100644
index c77fd05a2f88..000000000000
--- a/kde-apps/kldap/kldap-18.12.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 handbook ; then
- sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
- -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
- fi
-}