* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2017-03-19 23:57 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-03-19 23:57 UTC (permalink / raw
To: gentoo-commits
commit: a971271c766d0c2b64c14b99fdee3b3873e79cb1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 22:49:06 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 23:57:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a971271c
kde-apps/kldap: Drop USE=ssl
It may build, but down the line cyrus-sasl is pulled in anyway.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/kldap/kldap-16.12.3.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/kde-apps/kldap/kldap-16.12.3.ebuild b/kde-apps/kldap/kldap-16.12.3.ebuild
index 1a673642f50..ad2fa83781a 100644
--- a/kde-apps/kldap/kldap-16.12.3.ebuild
+++ b/kde-apps/kldap/kldap-16.12.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
+IUSE=""
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -20,7 +20,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
net-nds/openldap
- ssl? ( dev-libs/cyrus-sasl )
+ dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
@@ -36,11 +36,3 @@ src_prepare() {
-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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2021-10-10 4:45 Yixun Lan
0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-10-10 4:45 UTC (permalink / raw
To: gentoo-commits
commit: d4213aedd445150161d99b5d0453ae8e2cdd3edc
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Oct 10 03:38:18 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 04:43:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4213aed
kde-apps/kldap: keyword 21.08.2 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
kde-apps/kldap/kldap-21.08.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-21.08.2.ebuild b/kde-apps/kldap/kldap-21.08.2.ebuild
index 06c268d597a..005425aa710 100644
--- a/kde-apps/kldap/kldap-21.08.2.ebuild
+++ b/kde-apps/kldap/kldap-21.08.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2022-03-22 23:32 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-03-22 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 9d4430c0497850023d58f48cba54c4f8ca262b4b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 23:01:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 23:27:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4430c0
kde-apps/kldap: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Closes: https://bugs.gentoo.org/835654
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kldap/{kldap-21.08.3.ebuild => kldap-21.08.3-r1.ebuild} | 4 ++--
kde-apps/kldap/{kldap-21.12.3.ebuild => kldap-21.12.3-r1.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kldap/kldap-21.08.3.ebuild b/kde-apps/kldap/kldap-21.08.3-r1.ebuild
similarity index 91%
rename from kde-apps/kldap/kldap-21.08.3.ebuild
rename to kde-apps/kldap/kldap-21.08.3-r1.ebuild
index aee819a0f663..3364ef536703 100644
--- a/kde-apps/kldap/kldap-21.08.3.ebuild
+++ b/kde-apps/kldap/kldap-21.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,6 +25,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- net-nds/openldap
+ net-nds/openldap:=
"
RDEPEND="${DEPEND}"
diff --git a/kde-apps/kldap/kldap-21.12.3.ebuild b/kde-apps/kldap/kldap-21.12.3-r1.ebuild
similarity index 97%
rename from kde-apps/kldap/kldap-21.12.3.ebuild
rename to kde-apps/kldap/kldap-21.12.3-r1.ebuild
index cd7a7720ac57..614d3bbc0548 100644
--- a/kde-apps/kldap/kldap-21.12.3.ebuild
+++ b/kde-apps/kldap/kldap-21.12.3-r1.ebuild
@@ -26,6 +26,6 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- net-nds/openldap
+ net-nds/openldap:=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2023-04-02 19:40 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-04-02 19:40 UTC (permalink / raw
To: gentoo-commits
commit: c3e8d4823cd392ebb9f6ce53a51170b90f73487e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 19:32:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 19:40:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e8d482
kde-apps/kldap: Stabilize 22.12.3 x86, #898916
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kldap/kldap-22.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-22.12.3.ebuild b/kde-apps/kldap/kldap-22.12.3.ebuild
index 213e99cedb8e..ddd13ccfbff4 100644
--- a/kde-apps/kldap/kldap-22.12.3.ebuild
+++ b/kde-apps/kldap/kldap-22.12.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2023-07-15 17:09 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-07-15 17:09 UTC (permalink / raw
To: gentoo-commits
commit: a828f1f16195b0d30d4d59d98ff3f3c58485bdbf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:02:21 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:02:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a828f1f1
kde-apps/kldap: Stabilize 23.04.2 x86, #909314
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kldap/kldap-23.04.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-23.04.2.ebuild b/kde-apps/kldap/kldap-23.04.2.ebuild
index 1961786ad7cf..e0a7e157c397 100644
--- a/kde-apps/kldap/kldap-23.04.2.ebuild
+++ b/kde-apps/kldap/kldap-23.04.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2023-11-23 15:27 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-23 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 315f72daac3bfecd595657a57d079da420d63b41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 15:26:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 15:26:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315f72da
kde-apps/kldap: Stabilize 23.08.3 x86, #917212
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kldap/kldap-23.08.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-23.08.3.ebuild b/kde-apps/kldap/kldap-23.08.3.ebuild
index fe2c5293ef1f..89e81883c708 100644
--- a/kde-apps/kldap/kldap-23.08.3.ebuild
+++ b/kde-apps/kldap/kldap-23.08.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/
@ 2024-03-06 19:19 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-03-06 19:19 UTC (permalink / raw
To: gentoo-commits
commit: b41596c3689bcac6ae71a4c65a7b47abd9e38b65
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 19:19:13 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 19:19:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41596c3
kde-apps/kldap: Stabilize 23.08.5 x86, #924716
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kldap/kldap-23.08.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-23.08.5.ebuild b/kde-apps/kldap/kldap-23.08.5.ebuild
index 82802a46fdb9..572e59c6a219 100644
--- a/kde-apps/kldap/kldap-23.08.5.ebuild
+++ b/kde-apps/kldap/kldap-23.08.5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://api.kde.org/kdepim/kldap/html/index.html"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-03-06 19:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19 23:57 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kldap/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-10-10 4:45 Yixun Lan
2022-03-22 23:32 Sam James
2023-04-02 19:40 Arthur Zamarin
2023-07-15 17:09 Arthur Zamarin
2023-11-23 15:27 Sam James
2024-03-06 19:19 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox