summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kldap
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force 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.04.3.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 23200dfc3891..588da7da4372 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,2 +1 @@
-DIST kldap-19.04.3.tar.xz 155680 BLAKE2B f6f8c7197666883e3c707190ed8f342ab9ee13116dc625070800e8f0db61a9613522d50f93427b8d4552e840ea5dc507223054dc519a7445dd7b1c35cd0718dc SHA512 0e0d02cf9330fd34caf186bf1220b18a68d88dc12391eb6f7af4bea25a75fc187cb6c12fc359aebfc94d38c8d871cb481567432fd34bf489c316b45d3eb78480
DIST kldap-19.08.3.tar.xz 155372 BLAKE2B df9dd8216da743db09e9e059067a91c4776e26847f1413f281708fdb04372aed7186e7a0b2d1d2bf04a5cca657cfee290c7fa14470c7d1b64244284fafb65213 SHA512 c2e21c0b3755228aea5b2612cb495565aa2161e3502b1d72b5063eb2ee15b4ea1ee820b8183b2820607bc1b0e2eaf33a6983eaa025c2224e557f10dd17fc9d37
diff --git a/kde-apps/kldap/kldap-19.04.3.ebuild b/kde-apps/kldap/kldap-19.04.3.ebuild
deleted file mode 100644
index 199cd32ada78..000000000000
--- a/kde-apps/kldap/kldap-19.04.3.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
-}