* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2014-12-22 17:40 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2014-12-22 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 4b6b3cd7f3ef87825b93fc0a9af9feb4cedbea06
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 17:40:55 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 17:40:55 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b6b3cd7
[kde-apps/kldap] New package.
Package-Manager: portage-2.2.15
---
kde-apps/kldap/kldap-9999.ebuild | 25 +++++++++++++++++++++++++
kde-apps/kldap/metadata.xml | 5 +++++
2 files changed, 30 insertions(+)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
new file mode 100644
index 0000000..bac3647
--- /dev/null
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for interacting with LDAP servers"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwidgetsaddons)
+ dev-libs/cyrus-sasl
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ net-nds/openldap
+"
+DEPEND="${RDEPEND}"
diff --git a/kde-apps/kldap/metadata.xml b/kde-apps/kldap/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kldap/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-04-04 19:46 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-04-04 19:46 UTC (permalink / raw
To: gentoo-commits
commit: f0b5dbe6e16d2c9f7f827de15752e6921d2692b2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 19:46:07 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 19:46:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0b5dbe6
kde-apps/kldap: DEPEND on kde-apps/kmbox
According to upstream mailing list.
Package-Manager: portage-2.2.28
kde-apps/kldap/kldap-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index f096e74..0f74025 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -17,6 +17,7 @@ DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwidgetsaddons)
+ $(add_kdeapps_dep kmbox)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/cyrus-sasl
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-04-06 12:36 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-04-06 12:36 UTC (permalink / raw
To: gentoo-commits
commit: f59fe486a2f85cd897509db367f2de9209de7a25
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 18:57:51 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 12:35:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f59fe486
kde-apps/kldap: USE=ssl, ldap moved from kdepim-kioslaves
Package-Manager: portage-2.2.27
kde-apps/kldap/kldap-16.04.49.9999.ebuild | 11 +++++++++--
kde-apps/kldap/kldap-9999.ebuild | 17 ++++++++++++++---
2 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/kde-apps/kldap/kldap-16.04.49.9999.ebuild b/kde-apps/kldap/kldap-16.04.49.9999.ebuild
index f096e74..d2c8ec2 100644
--- a/kde-apps/kldap/kldap-16.04.49.9999.ebuild
+++ b/kde-apps/kldap/kldap-16.04.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="LGPL-2+"
KEYWORDS=""
-IUSE=""
+IUSE="ssl"
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -19,7 +19,14 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- dev-libs/cyrus-sasl
net-nds/openldap
+ ssl? ( dev-libs/cyrus-sasl )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ssl Sasl2)
+ )
+ kde5_src_configure
+}
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 0f74025..26bc1ad 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -5,22 +5,33 @@
EAPI=6
KDE_DOXYGEN="true"
+KDE_HANDBOOK="forceoptional"
KDE_TEST="true"
inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="LGPL-2+"
KEYWORDS=""
-IUSE=""
+IUSE="ssl"
DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_kdeapps_dep kmbox)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- dev-libs/cyrus-sasl
net-nds/openldap
+ ssl? ( dev-libs/cyrus-sasl )
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !<kde-apps/kdepim-kioslaves-16.04.50
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ssl Sasl2)
+ )
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-05-20 22:35 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-05-20 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 63053c6e40c13cfdf7196434eae3d4efb17042f3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 22:34:33 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 20 22:34:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63053c6e
kde-apps/kldap: Fix build with USE -handbook
Package-Manager: portage-2.3.0_rc1
kde-apps/kldap/kldap-9999.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 7178ccb..37f154f 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -30,9 +30,19 @@ RDEPEND="${DEPEND}
!<kde-apps/kdepim-kioslaves-16.04.50
"
+src_prepare() {
+ kde5_src_prepare
+
+ if ! use_if_iuse handbook ; then
+ sed -e "/add_subdirectory(docs)/I s/^/#DONOTCOMPILE /" \
+ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(docs)"
+ fi
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package ssl Sasl2)
)
+
kde5_src_configure
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-06-03 20:56 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-06-03 20:56 UTC (permalink / raw
To: gentoo-commits
commit: e91b0e05ed3e3606723c905d3e4173a09fd62503
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 20:50:40 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 20:50:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e91b0e05
kde-apps/kldap: Fix src prepare
Package-Manager: portage-2.3.0_rc1
kde-apps/kldap/kldap-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 37f154f..0fc09a2 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
kde5_src_prepare
if ! use_if_iuse handbook ; then
- sed -e "/add_subdirectory(docs)/I s/^/#DONOTCOMPILE /" \
+ sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
-i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(docs)"
fi
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-06-05 18:55 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 4eeb71b03cd48dcb797863ef8f08b4eb2548903c
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 30 18:48:24 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:55:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4eeb71b0
kde-apps/kldap: Fix doc path after upstream change
Upstream commit 6911ae707e1d657eb90ae3c66b2ee559f138f0ba
Package-Manager: portage-2.2.28
kde-apps/kldap/kldap-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 0fc09a2..444312a 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="
ssl? ( dev-libs/cyrus-sasl )
"
RDEPEND="${DEPEND}
- !<kde-apps/kdepim-kioslaves-16.04.50
+ !kde-apps/kdepim-kioslaves
"
src_prepare() {
@@ -35,7 +35,7 @@ src_prepare() {
if ! use_if_iuse handbook ; then
sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
- -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(docs)"
+ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
fi
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2016-11-27 11:30 Michael Palimaka
0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-11-27 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 69c582e4660694747ca1a4a465531856a2ee8d0d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 19:46:08 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:30:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69c582e4
kde-apps/kldap: Drop unused DEPEND
Upstream commit 2a792d9cb57825233d3d895e1cd33db7567ff9fa
Package-Manager: portage-2.3.0
kde-apps/kldap/kldap-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 3a311f2..a785314 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -18,7 +18,6 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep kmbox)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
net-nds/openldap
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2017-03-19 22:56 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2017-03-19 22:56 UTC (permalink / raw
To: gentoo-commits
commit: fce78aaaa1e7fa575580fcfc9bf3caf6b07560b4
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 22:56:26 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fce78aaa
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-9999.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index ef777bdff4..84fe7b4f70 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="GPL-2+"
KEYWORDS=""
-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
@@ -34,11 +34,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] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2017-03-20 16:41 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2017-03-20 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 6f772b198c0c402de1aa73f8e29905e55633f2bb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 16:41:00 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 16:41:00 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f772b19
kde-apps/kldap: Sort dependencies
Package-Manager: Portage-2.3.5, Repoman-2.3.2
kde-apps/kldap/kldap-17.04.49.9999.ebuild | 2 +-
kde-apps/kldap/kldap-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kldap/kldap-17.04.49.9999.ebuild b/kde-apps/kldap/kldap-17.04.49.9999.ebuild
index 84fe7b4f70..33f4e867af 100644
--- a/kde-apps/kldap/kldap-17.04.49.9999.ebuild
+++ b/kde-apps/kldap/kldap-17.04.49.9999.ebuild
@@ -19,8 +19,8 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- net-nds/openldap
dev-libs/cyrus-sasl
+ net-nds/openldap
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 84fe7b4f70..33f4e867af 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -19,8 +19,8 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- net-nds/openldap
dev-libs/cyrus-sasl
+ net-nds/openldap
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2018-09-12 10:09 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-09-12 10:09 UTC (permalink / raw
To: gentoo-commits
commit: c7544305494b7aa3b795fed05d5650bbb88ccfb7
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Sep 12 09:45:59 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 10:09:45 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7544305
kde-apps/kldap: use "use" instead of use_if_iuse
Closes: https://github.com/gentoo/kde/pull/869
kde-apps/kldap/kldap-18.08.49.9999.ebuild | 2 +-
kde-apps/kldap/kldap-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kldap/kldap-18.08.49.9999.ebuild b/kde-apps/kldap/kldap-18.08.49.9999.ebuild
index fcd0e4065e..f516ad9ff5 100644
--- a/kde-apps/kldap/kldap-18.08.49.9999.ebuild
+++ b/kde-apps/kldap/kldap-18.08.49.9999.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
src_prepare() {
kde5_src_prepare
- if ! use_if_iuse handbook ; then
+ if ! use handbook ; then
sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
-i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
fi
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index fcd0e4065e..f516ad9ff5 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
src_prepare() {
kde5_src_prepare
- if ! use_if_iuse handbook ; then
+ if ! use handbook ; then
sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
-i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
fi
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2019-11-29 19:10 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-11-29 19:10 UTC (permalink / raw
To: gentoo-commits
commit: b666a1bbeaf9be685edfe1ae1d7d9da7e3b2b1b0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 18:51:59 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 18:58:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b666a1bb
kde-apps/kldap: Drop unused DEPEND
Upstream commit 2f86073dbe76bab2747af4d89e19d0fbc013d31d
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 3bf7bbb2a0..316f2f93fa 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -18,13 +18,12 @@ KEYWORDS=""
IUSE=""
DEPEND="
- >=kde-frameworks/kcompletion-${KFMIN}:5
+ dev-libs/cyrus-sasl
+ >=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
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- dev-libs/cyrus-sasl
net-nds/openldap
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2020-06-15 23:03 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
To: gentoo-commits
commit: a7fc87f2eeb24f50100ec7240994fb933e6beb59
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 20:27:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 20:27:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7fc87f2
kde-apps/kldap: Update DEPENDs
Upstream commit d9a7477975b203a929ae8705d1f46ddb3776f603
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 76a5c37759..7a68dc17f8 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
net-nds/openldap
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2020-06-15 23:03 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
To: gentoo-commits
commit: caafab8021ae698eaa402ad1a972bb18276cf83e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 20:29:42 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 20:29:42 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=caafab80
kde-apps/kldap: Set ECM_HANDBOOK="optional" and drop src_prepare hack
Upstream commit 2277b0fffb084ba026845304d0ed266cc3a24faa
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 7a68dc17f8..200c19856d 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
ECM_TEST="true"
KFMIN=5.71.0
QTMIN=5.14.2
@@ -28,12 +28,3 @@ DEPEND="
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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2021-04-15 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
To: gentoo-commits
commit: b1707da39345c41abcc3b479c276d1a95dbc1384
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 21:02:55 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:39 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1707da3
kde-apps/kldap: Update DEPENDs
Upstream commits:
3a5f08e875dc971b3eaa4bf2250db3020648bbfb
adff9ca6e9b07faac4e94d67270f816b4a121ce0
da5890c5b416a8851fa5d3e56869a37a2ac107b0
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index b3e874bae0..94cf2aca08 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -19,11 +19,11 @@ 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/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
net-nds/openldap
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2021-11-15 19:01 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 7edab8b7a2dd507d5d15f5b072431e27e4dafe91
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 16:16:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 19:01:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7edab8b7
kde-apps/kldap: Set ECM_QTHELP=true
Upstream commit f876ba4962b7fcb92429cdcbaf33fa76e194842d
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 75b7c30df2..1769a5f9f8 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=8
ECM_HANDBOOK="optional"
+ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=5.85.0
QTMIN=5.15.2
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2022-03-24 13:23 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 13:23 UTC (permalink / raw
To: gentoo-commits
commit: d50217d4d3fbf3caf725fc47a8f49c9d90412f3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 23:01:13 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 13:22:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d50217d4
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>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index dc953da186..5510385a64 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.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] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2022-10-11 15:18 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 7db9338d876f736c9df0c7cdd76b96a6082e1dda
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:58:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7db9338d
kde-apps/kldap: Add dev-libs/qtkeychain[qt5(+)] USEdep
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-22.08.2.ebuild | 2 +-
kde-apps/kldap/kldap-22.08.49.9999.ebuild | 2 +-
kde-apps/kldap/kldap-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kldap/kldap-22.08.2.ebuild b/kde-apps/kldap/kldap-22.08.2.ebuild
index 418a4d097d..27ac8fa1a9 100644
--- a/kde-apps/kldap/kldap-22.08.2.ebuild
+++ b/kde-apps/kldap/kldap-22.08.2.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
diff --git a/kde-apps/kldap/kldap-22.08.49.9999.ebuild b/kde-apps/kldap/kldap-22.08.49.9999.ebuild
index 8889b54ff8..d184a7fde5 100644
--- a/kde-apps/kldap/kldap-22.08.49.9999.ebuild
+++ b/kde-apps/kldap/kldap-22.08.49.9999.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index caf9e20425..b33d6e0536 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
@ 2024-05-17 19:50 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 7e4a18dd6b3b2144f5ba8e6d1a8783ed8866cff0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:28:04 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:28:04 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e4a18dd
kde-apps/kldap: Raise min dev-libs/qtkeychain to 0.14.2
Upstream commit a06ea6e5f4c3a3c4d8acb03986c10dde1a0e39af
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kldap/kldap-24.04.90.ebuild | 2 +-
kde-apps/kldap/kldap-24.05.49.9999.ebuild | 2 +-
kde-apps/kldap/kldap-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kldap/kldap-24.04.90.ebuild b/kde-apps/kldap/kldap-24.04.90.ebuild
index 4e8c8700b3..c4caef360d 100644
--- a/kde-apps/kldap/kldap-24.04.90.ebuild
+++ b/kde-apps/kldap/kldap-24.04.90.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
diff --git a/kde-apps/kldap/kldap-24.05.49.9999.ebuild b/kde-apps/kldap/kldap-24.05.49.9999.ebuild
index 2f5ceed267..8834794962 100644
--- a/kde-apps/kldap/kldap-24.05.49.9999.ebuild
+++ b/kde-apps/kldap/kldap-24.05.49.9999.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index 2f5ceed267..8834794962 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -20,7 +20,7 @@ IUSE=""
DEPEND="
dev-libs/cyrus-sasl
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-05-17 19:51 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 19:46 [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2024-05-17 19:50 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-03-24 13:23 Andreas Sturmlechner
2021-11-15 19:01 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2019-11-29 19:10 Andreas Sturmlechner
2018-09-12 10:09 Andreas Sturmlechner
2017-03-20 16:41 Johannes Huber
2017-03-19 22:56 Andreas Sturmlechner
2016-11-27 11:30 Michael Palimaka
2016-06-05 18:55 Michael Palimaka
2016-06-03 20:56 Johannes Huber
2016-05-20 22:35 Johannes Huber
2016-04-06 12:36 Michael Palimaka
2014-12-22 17:40 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox