Features: - The KD SOAP library provides an abstraction layer for both the actual transport, as well as, the construction of data objects and method calls. (The latter relieves application developers from manually writing XML marshalling and demarshalling code, allowing them to build arbitrary complex data structures using simple C++ classes.) - The transport abstraction provides both synchronous as well as Qt signal/slot based asynchronous remote method call and response handling. - The server module supports both single-threaded as well as thread pool based network handling and method call execution. - Along side the library, KD SOAP ships with the kdwsdl2cpp code generator, providing additional means for increasing developer productivity by generating client-side proxy API or server-side object interfaces based on formal WSDL service description. Using classes generated by this approach adds build-time type checking and “in process”-like object behavior (i.e. using C++ data types as parameters and return values of each of the web service’s methods). github: https://github.com/KDAB/KDSoap
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=6900c2ac865e13eeaff0dc5a6cf75c4c5f7a80b8 commit 6900c2ac865e13eeaff0dc5a6cf75c4c5f7a80b8 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2020-03-02 21:11:43 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-03-02 22:45:51 +0000 net-libs/kdsoap: New package Bug: https://bugs.gentoo.org/489446 Bug: https://bugs.gentoo.org/710936 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> net-libs/kdsoap/kdsoap-9999.ebuild | 45 ++++++++++++++++++++++++++++++++++++++ net-libs/kdsoap/metadata.xml | 8 +++++++ 2 files changed, 53 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe3d8f56e6986930f3ddc3c74e201b24bd567db commit 9fe3d8f56e6986930f3ddc3c74e201b24bd567db Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2020-03-19 14:33:35 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-03-19 14:33:35 +0000 net-libs/kdsoap-ws-discovery-client: New package Bug: https://bugs.gentoo.org/489446 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> net-libs/kdsoap-ws-discovery-client/Manifest | 1 + ...-ws-discovery-client-0.2_pre20200317-deps.patch | 9 ++++ ...ry-client-0.2_pre20200317-no-install-docs.patch | 13 +++++ ...soap-ws-discovery-client-0.2_pre20200317.ebuild | 62 ++++++++++++++++++++++ net-libs/kdsoap-ws-discovery-client/metadata.xml | 8 +++ 5 files changed, 93 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8dfd35ec5fddf6b6d9a69bfa6b8f5b09e93a77 commit 0a8dfd35ec5fddf6b6d9a69bfa6b8f5b09e93a77 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2020-03-19 14:33:16 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2020-03-19 14:33:16 +0000 net-libs/kdsoap: New package Bug: https://bugs.gentoo.org/489446 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> net-libs/kdsoap/Manifest | 2 + net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild | 52 ++++++++++++++++++++++++ net-libs/kdsoap/metadata.xml | 8 ++++ 3 files changed, 62 insertions(+)
Required for upcoming kde-apps/kio-extras release.
~ppc64 keyworded
Ping, release scheduled in 7 days.
>=kde-apps/*-20.04.0 ~arm, ~arm64, ~x86 de-keyworded.
arm64 keyworded
Adding the few kde-apps/* package that have ~arm keywords to the list so I don't have to deal with it.
~arm seems to have been mistakenly added to kde-apps/akonadi some time in 2016, there are no relevant applications that would actually make use of it, dropping then.
x86 keyworded
Unable to check for sanity: > no match for package: kde-apps/kio-extras-20.04.0
All sanity-check issues have been resolved
I have some smaller things to do first but I will try do this on arm, if someone doesn't beat me to it.
Unable to check for sanity: > no match for package: kde-apps/kio-extras-20.04.1
~arm added(!), closing. Thanks for the patience.