summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
commit68e10dc311cad68cb53fb7c119d23a14644180f5 (patch)
tree8559c4b1beb91b47d1695aadc59309171a2c9887 /kde-apps/kldap
parentdev-libs/kirigami: Version bump 2.0.0 (diff)
downloadgentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.gz
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.bz2
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.zip
kde-apps: Remove KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-16.12.0.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index ddad9f316e35..396b510a9c01 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,2 +1 @@
-DIST kldap-16.12.0.tar.xz 59920 SHA256 b962345926e87eb90f4869caf2ac9dedc463786cbb3a0c29bee553960634e4f7 SHA512 ed087680c374fbcf71b1103fd787ce4585932aa1c0327ca07b848ce39914a88c5dcda4829465711757dbde3dbb175a29211dc5e924ae5b7588d212a48a016d6e WHIRLPOOL 5f5dd347358c8c996935527e21378c48eaff0c5419ca77bf187be306d396e5797a5d24e5001f89e80aaf2f846cb6a99d50290aaec8dabdc2542db3d1a55b86d7
DIST kldap-16.12.1.tar.xz 59916 SHA256 df0e618338f431e979b1c5b9f440925fbff4d1eb7c9d423656e8e2f062981b1c SHA512 e48800ca053ddb163375c3e0a22e92d9b97a3bb9f80ff1986ce99490ec7cfc1f9889ec5ac69d8c7b66163e95271845a5191535bb7ab3596e8b3eaa6af3848585 WHIRLPOOL 64dcb5a4f1c0d071fa5a0fcd4b1d93f1282877176fa2b43145ef4eea90f39f44cc036c0ca21883c74525b73ad02ca07e84a0761f5f784d4559d11d05555b50f8
diff --git a/kde-apps/kldap/kldap-16.12.0.ebuild b/kde-apps/kldap/kldap-16.12.0.ebuild
deleted file mode 100644
index d2f6caa9b67a..000000000000
--- a/kde-apps/kldap/kldap-16.12.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for interacting with LDAP servers"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-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)
- net-nds/openldap
- ssl? ( dev-libs/cyrus-sasl )
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-kioslaves
-"
-
-PATCHES=( "${FILESDIR}/${PN}-16.11.90-unused-dep.patch" )
-
-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
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package ssl Sasl2)
- )
-
- kde5_src_configure
-}