summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:24:10 +0200
commit88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch)
treedc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/kldap
parentsys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff)
downloadgentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 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-19.08.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 8df8c6836a1a..d8b6a6987aa0 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,3 +1,2 @@
DIST kldap-19.04.3.tar.xz 155680 BLAKE2B f6f8c7197666883e3c707190ed8f342ab9ee13116dc625070800e8f0db61a9613522d50f93427b8d4552e840ea5dc507223054dc519a7445dd7b1c35cd0718dc SHA512 0e0d02cf9330fd34caf186bf1220b18a68d88dc12391eb6f7af4bea25a75fc187cb6c12fc359aebfc94d38c8d871cb481567432fd34bf489c316b45d3eb78480
-DIST kldap-19.08.0.tar.xz 155972 BLAKE2B 5e15de8f30c935f48dada6e6cccc7af31dd98596ef248799edf37d53badd4822c79031047e0f317a1d5472f4987f93ea92d89f97d2259890cecd312c790296cd SHA512 6ba7bc90b2e33863cced031cc33edf82c446075fdfca711f2178d8db59c39f5ff536ee77a9094c5c92ec09fe01b574aced6d4c58af85980b970b2ff67bc30ab0
DIST kldap-19.08.1.tar.xz 155356 BLAKE2B 1f0f90853bba453cd184476991f70278ca99d6b90d9d2182b9e1c2731145da846dfd842e71119639d3ab1a6b32e9bc2fae96753afecb1be8472026eda985c11e SHA512 92742d220b30c4a3dab5375258df598fd197897b04674494b7c284ecb468430c55b9b9458c3462975e058e2ffef8f2fb898425dc2ec1e2aeb1163644299e59fd
diff --git a/kde-apps/kldap/kldap-19.08.0.ebuild b/kde-apps/kldap/kldap-19.08.0.ebuild
deleted file mode 100644
index d63a4f5e4d3d..000000000000
--- a/kde-apps/kldap/kldap-19.08.0.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="~amd64 ~arm64 ~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
-}