summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-18 11:23:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-04 08:35:30 +0200
commit7db029a00cc45c71ae52cf3cdc3cd69cf64bbaba (patch)
treeda8f8a954a0fa425e40b7d906b2e6995177b553b /kde-apps
parentkde-apps/kitinerary: drop 19.12.3* (diff)
downloadgentoo-7db029a00cc45c71ae52cf3cdc3cd69cf64bbaba.tar.gz
gentoo-7db029a00cc45c71ae52cf3cdc3cd69cf64bbaba.tar.bz2
gentoo-7db029a00cc45c71ae52cf3cdc3cd69cf64bbaba.zip
kde-apps/kldap: drop 19.12.3*
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/kldap-19.12.3.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index cd487527d92d..7101c07fd63f 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,2 +1 @@
-DIST kldap-19.12.3.tar.xz 155404 BLAKE2B 978e693f19f0ff0258d963d758d18ea865d76b552a7f6fb10afeaec409f558fbc5f459447c491f226891351cf254cb081091dbd8ee4644dd1a70013fa024af86 SHA512 5c0446d31c34d018910f50d0edc947400798a33af3a41b77989dd80f8657b13f71472aa3a2eafd5d51c703f7e72a76a6279bb9c93b1cdc4fc7dc8c676ef17435
DIST kldap-20.04.3.tar.xz 149012 BLAKE2B e94d495dfcf2b41de9174595338004b486d99e1dd286f84de03bdc3977ec77167068fee96a5603b58e2139fa6fe4a71fb8515a419c1e55d57f35bba2a074ab83 SHA512 6ae46a9ca2bc6d44c4ff4ba17d9681e74d20e50307af2a924b323487f368ade746a8d13060b8d2410b6f67a7a8577df2ef413f3987faad5c73eb49d4ac36d303
diff --git a/kde-apps/kldap/kldap-19.12.3.ebuild b/kde-apps/kldap/kldap-19.12.3.ebuild
deleted file mode 100644
index 5454de9cf07f..000000000000
--- a/kde-apps/kldap/kldap-19.12.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.63.0
-QTMIN=5.12.3
-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 x86"
-IUSE=""
-
-DEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- net-nds/openldap
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_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
-}