summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 13:44:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 14:23:49 +0200
commitb8434451643bf43c654a8a47c01ed9d0b4703cc5 (patch)
treefae793c81fe0aa2a5cc3e85d32cde296a1c6fcaa /kde-apps
parentkde-apps/kitinerary: drop 21.04.0* (diff)
downloadgentoo-b8434451643bf43c654a8a47c01ed9d0b4703cc5.tar.gz
gentoo-b8434451643bf43c654a8a47c01ed9d0b4703cc5.tar.bz2
gentoo-b8434451643bf43c654a8a47c01ed9d0b4703cc5.zip
kde-apps/kldap: drop 21.04.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/files/kldap-21.04.0-kdoctools_install.patch28
-rw-r--r--kde-apps/kldap/kldap-21.04.0.ebuild32
3 files changed, 0 insertions, 61 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 327a6f8ff411..2b69e1d37aaa 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,3 +1,2 @@
DIST kldap-20.12.3.tar.xz 164652 BLAKE2B 35c8f03a96616b125f7df264ad060753ae306b2503c350a90efe37884ae661f786b3e5a98078eec1fa9169872ea688faebb3b6847bc992499e5c57181e63491c SHA512 d1220afdd157de224fd65306f1b77f80c1adbe195307bea51c6de5234e9a94122b2c24d38e050ad5dd1a9597b5f7f0f65ea5de73a38c4a309d5692691ed09d54
-DIST kldap-21.04.0.tar.xz 170760 BLAKE2B a20a04e162c4076a29d817697175475c854efaf6b065d7641d7429f0ebd14e5f63b5a702067bb535548ecd6c46cdd19187641194260c30b92af7b49c06d8f1cb SHA512 abd8a3d0a801369871e9aec642c3e8607325cb297c697852d4e728e1a81588655f864208e50326aa38aea07b19a4cbff0013dbe8e2c73d07824686267f983daf
DIST kldap-21.04.1.tar.xz 170728 BLAKE2B d39ceee0b2116ef93edf0171ef3b1b15377829abc73b0f457404d5957203ab76ea3e7808c8bf3931420b2531dd8403da3286f4d3f2a7b402ce8ca20e4c8ed521 SHA512 4e28c6075712d4d1e07550335fb3dbfd74a16414889811f9032177c829721ea0c8d30a8686a2ae3ae07cf78e259ce2ed1a7702da636782aa744010ec044438b5
diff --git a/kde-apps/kldap/files/kldap-21.04.0-kdoctools_install.patch b/kde-apps/kldap/files/kldap-21.04.0-kdoctools_install.patch
deleted file mode 100644
index 164e49c170c5..000000000000
--- a/kde-apps/kldap/files/kldap-21.04.0-kdoctools_install.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From d4b3b521cc398d85340075d99a2bf6964f13b544 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 24 Apr 2021 11:38:58 +0200
-Subject: [PATCH] Hide kdoctools_install() behind KF5DocTools_FOUND conditional
-
-The dependency is optional in this package so the macro call must be too.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2e2512f..3d6c86a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -120,5 +120,7 @@ ecm_qt_install_logging_categories(
-
- kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
- ki18n_install(po)
--kdoctools_install(po)
-+if(KF5DocTools_FOUND)
-+ kdoctools_install(po)
-+endif()
- feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
---
-2.31.1
-
diff --git a/kde-apps/kldap/kldap-21.04.0.ebuild b/kde-apps/kldap/kldap-21.04.0.ebuild
deleted file mode 100644
index d78ebde564e9..000000000000
--- a/kde-apps/kldap/kldap-21.04.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for interacting with LDAP servers"
-HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/cyrus-sasl
- dev-libs/qtkeychain:=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- net-nds/openldap
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-kdoctools_install.patch" )