summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:40:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:23:44 +0100
commit552c6b3c26a3e04785d630e9e4727017526463c2 (patch)
treeb1097172e4150a422e6c68a141703dfefadf7a1a /kde-apps/kldap
parentkde-apps/kitinerary: drop 21.08.2* (diff)
downloadgentoo-552c6b3c26a3e04785d630e9e4727017526463c2.tar.gz
gentoo-552c6b3c26a3e04785d630e9e4727017526463c2.tar.bz2
gentoo-552c6b3c26a3e04785d630e9e4727017526463c2.zip
kde-apps/kldap: drop 21.08.2*
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-21.08.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 0e8140d3fbaf..f7be1138a546 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1,3 +1,2 @@
DIST kldap-21.04.3.tar.xz 172864 BLAKE2B 50ebba423914a59fb48535890d58196fd12a15a7c7022a4f8465e1964d79c16d217ceb36808502764171fd2f9827bd0a841d0acb3f4589520df4bb4d83c8547c SHA512 01e9a36e212d912f86c43c1a6af9b56f48c5ae041b17e282bd2b3d913257a757e6b43bda756507fe50068b3ded17506e3427df0bed2a9114d327fb808dca3e15
-DIST kldap-21.08.2.tar.xz 171908 BLAKE2B 3716339109215cf4ddda3e625c769fb8a4e278ee935e26461e416bfe64dfd2d6c92ba011f1c5cdc57bec866e7aca3e397fe393b46777b47dda465bb069413a6c SHA512 f65bb04b5d966b7358d950ac8a3e4544918f54d834a468d3dfb238654270d55d916140d78691131180dbc8dc6562c4fa61330578576065b9b01dbe1c30db34a3
DIST kldap-21.08.3.tar.xz 171916 BLAKE2B 000dc5f94e55ad392258b8f67fdac276012e05156aa9fb264bbbce5d5b7a6e214148335fb57df08e8952cb27c8657be71e6771ea37ef7afbba2665d2c30884d0 SHA512 823ad11108ce9944d5d1806480ef87f1e379c0cda582cc489a392ef176a43196a0dad62142ac2b208c7b9f3aebbababcc24f97fb301b673eba6021055a9c87a6
diff --git a/kde-apps/kldap/kldap-21.08.2.ebuild b/kde-apps/kldap/kldap-21.08.2.ebuild
deleted file mode 100644
index 005425aa7109..000000000000
--- a/kde-apps/kldap/kldap-21.08.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.84.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 ~riscv ~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}"