diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-08 20:58:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-09 13:18:06 +0200 |
commit | 1de4ad51303112cd173e202c2bc014c723577f99 (patch) | |
tree | 5f57349bb866b4123dfe4e053667c231ff406a3f /kde-apps/kldap | |
parent | kde-apps/kitinerary: 22.04.2 version bump (diff) | |
download | gentoo-1de4ad51303112cd173e202c2bc014c723577f99.tar.gz gentoo-1de4ad51303112cd173e202c2bc014c723577f99.tar.bz2 gentoo-1de4ad51303112cd173e202c2bc014c723577f99.zip |
kde-apps/kldap: 22.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r-- | kde-apps/kldap/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kldap/kldap-22.04.2.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest index 10a36b24024c..d256f2108255 100644 --- a/kde-apps/kldap/Manifest +++ b/kde-apps/kldap/Manifest @@ -1,2 +1,3 @@ DIST kldap-21.12.3.tar.xz 172104 BLAKE2B 2f14e3856971990bf0a583eb3329f4f94bb92e1cc0a70cfd2a8d7defc075e109719f2b47d795cba9dfea4b9768267bc39fbfe2b69b052e4020b6e7940b5d0ed3 SHA512 45b3e39289292556fe5b18a786664122bc74900b6d1c91372ad5601fa1f2789a05f5098d32452a9dd69c3ce5f9a23f63a8a107b1de17a7ebc2f91e9b1db8b00a DIST kldap-22.04.1.tar.xz 172568 BLAKE2B 052010b4902528da719b2dd744afca0c28e93b60cd6e45e139e74747ddc014c73083e33367839348eca05dba3b1d87cdd01b3a2f59746a5744c62a874f28d725 SHA512 2206d5bc9cf62311fb4b2368610323b4637573b105b1469026700d0dbb846af518f316d3fb437e94a28a9f7be8c685b5385870b428529bd55b90e91c00aed194 +DIST kldap-22.04.2.tar.xz 172684 BLAKE2B 5a771966e07b78dfc2fa10c4dfc25c36b2be1dd83562a9c89a607f028f92bfeef209f1101500303232aacb0a6644856d32623b9aa20d662b732d5102429786b7 SHA512 2cff2279b059c62f3acfbff9a7f9b219bd605b78ccc710668f7a87b5fa607ffe887936cda9b9a5b5f2d2e44419f32b7ab0a39cbf7d4baac810802df6dd676d35 diff --git a/kde-apps/kldap/kldap-22.04.2.ebuild b/kde-apps/kldap/kldap-22.04.2.ebuild new file mode 100644 index 000000000000..4bc7f1868989 --- /dev/null +++ b/kde-apps/kldap/kldap-22.04.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.92.0 +QTMIN=5.15.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 ~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}" |