summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:24:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:46:09 +0200
commit54938dec564b7ab78a8953d51a7c0cb1cbb3a314 (patch)
tree8c6b3574e1c685eea8252491d4baa8d30f84ca36 /kde-apps/kldap
parentkde-apps: Add KDE Applications 17.04.1 (diff)
downloadgentoo-54938dec564b7ab78a8953d51a7c0cb1cbb3a314.tar.gz
gentoo-54938dec564b7ab78a8953d51a7c0cb1cbb3a314.tar.bz2
gentoo-54938dec564b7ab78a8953d51a7c0cb1cbb3a314.zip
kde-apps: Drop KDE Applications 17.04.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-17.04.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 8e9c312ed2bd..0dff95d05576 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,2 +1 @@
-DIST kldap-17.04.0.tar.xz 154416 SHA256 2bc53f4800293c5e943b419c597e6b28ff0117b93be4a67bafb19e6e45d4292c SHA512 fd899271010f634d1ab88b9065a92a88d742f61323e07169684b3d541843e368011f82c642274d39c2c49e45ae709d6fb73147a969e691ad313baebae4a8e249 WHIRLPOOL 337d531a224d54adb5b31fd0efd1c638b1f9398752d70665dd7dd4aa7ea33de5e7220510afd12e99b49a521e1a3baa3e3b30e6afdfb1b30c90d8039f32dc5da5
DIST kldap-17.04.1.tar.xz 154376 SHA256 5a54778faf4d9061e0ff9f220a47eced46a83071793eae34a6bac5537e5fb68d SHA512 f4ccf46067788d66010d4a0ed270230a749997a05d9b294a59abd9b547f2ad4bd4b28df9131eac16fd56b5c710e7e520ee1d691d5f7aec708f5c323b8865dfdb WHIRLPOOL 796a88161a37b20f70037d1146669b382833ba509a729d8d647fda58d00f286f30bb6e51522f712c0ff763c4dec9ca829a7caec457e715c84a3087686febc454
diff --git a/kde-apps/kldap/kldap-17.04.0.ebuild b/kde-apps/kldap/kldap-17.04.0.ebuild
deleted file mode 100644
index ca242e38a90d..000000000000
--- a/kde-apps/kldap/kldap-17.04.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 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-kioslaves
- !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
-}