public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/files/, net-libs/kdsoap-ws-discovery-client/
@ 2020-03-02 22:47 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-03-02 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9b2dd2c3a6b5100dbb638eb799abd0986c0bd72b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 22:22:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 22:45:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b2dd2c3

net-libs/kdsoap-ws-discovery-client: New package

Bug: https://bugs.gentoo.org/710936
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdsoap-ws-discovery-client-9999-deps.patch     |  9 ++++
 ...-ws-discovery-client-9999-no-install-docs.patch | 13 ++++++
 .../kdsoap-ws-discovery-client-9999.ebuild         | 54 ++++++++++++++++++++++
 net-libs/kdsoap-ws-discovery-client/metadata.xml   |  8 ++++
 4 files changed, 84 insertions(+)

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-deps.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-deps.patch
new file mode 100644
index 0000000000..f8f6c08c5f
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-deps.patch
@@ -0,0 +1,9 @@
+--- a/KDSoapWSDiscoveryClientConfig.cmake.in	2020-03-02 23:38:05.253097303 +0100
++++ b/KDSoapWSDiscoveryClientConfig.cmake.in	2020-03-02 23:39:03.346641208 +0100
+@@ -5,5 +5,6 @@
+ @PACKAGE_INIT@
+ 
+ find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
++find_dependency(KDSoap)
+ 
+ include("${CMAKE_CURRENT_LIST_DIR}/KDSoapWSDiscoveryClientTargets.cmake")

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-no-install-docs.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-no-install-docs.patch
new file mode 100644
index 0000000000..5e2cb6dcb6
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-no-install-docs.patch
@@ -0,0 +1,13 @@
+Do not trigger QA with the paths we want our docs in.
+
+--- a/docs/CMakeLists.txt	2020-03-02 23:10:28.358584552 +0100
++++ b/docs/CMakeLists.txt	2020-03-02 23:11:52.228369765 +0100
+@@ -29,8 +29,4 @@
+         USE_STAMP_FILE
+         WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..
+         )
+-    install(DIRECTORY
+-            ${CMAKE_CURRENT_BINARY_DIR}/html/
+-        DESTINATION ${KDE_INSTALL_DATADIR}/doc/KDSoapWSDiscoveryClient
+-        COMPONENT Devel)
+ endif()

diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
new file mode 100644
index 0000000000..6c7bb08af3
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"
+inherit ecm git-r3
+
+DESCRIPTION="WS-Discovery client library based on KDSoap"
+HOMEPAGE="https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client
+https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client"
+
+LICENSE="CC0-1.0 GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc"
+
+BDEPEND="
+	doc? ( app-doc/doxygen[dot] )
+"
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtnetwork:5
+	>=net-libs/kdsoap-1.9.0"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qtxml:5 )
+"
+
+RESTRICT+=" test"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-no-install-docs.patch
+	"${FILESDIR}"/${P}-deps.patch
+)
+
+src_prepare() {
+	ecm_src_prepare
+	use test || ecm_punt_bogus_dep Qt5 Xml
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package doc Doxygen)
+		-DBUILD_QCH=OFF # does not use ecm_add_qch from ECMAddQch
+	)
+	ecm_src_configure
+}
+
+src_install() {
+	use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+	ecm_src_install
+}

diff --git a/net-libs/kdsoap-ws-discovery-client/metadata.xml b/net-libs/kdsoap-ws-discovery-client/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/files/, net-libs/kdsoap-ws-discovery-client/
@ 2020-03-19  0:00 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-03-19  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3eece78fb8655df23ca7a8ed47882f71afbb3c40
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:47:21 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 23:47:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3eece78f

net-libs/kdsoap-ws-discovery-client: Add 0.2_pre20200317 snapshot

For consumption by upcoming Release Service 20.04 beta.

API unstable, creating snapshot as used by kio-extras.git
commit f544950f0a878d70bb554735a3a81e011ea66b5d

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...ps.patch => kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch} | 0
 ... kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch} | 0
 ...-9999.ebuild => kdsoap-ws-discovery-client-0.2_pre20200317.ebuild} | 0
 .../kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-deps.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
similarity index 100%
rename from net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-deps.patch
rename to net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-no-install-docs.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch
similarity index 100%
rename from net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-9999-no-install-docs.patch
rename to net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch

diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
similarity index 100%
copy from net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
copy to net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild

diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
index ac8ee194cf..df5ad7e2e8 100644
--- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
+++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
@@ -39,8 +39,8 @@ DEPEND="${RDEPEND}
 RESTRICT+=" test"
 
 PATCHES=(
-	"${FILESDIR}"/${P}-no-install-docs.patch
-	"${FILESDIR}"/${P}-deps.patch
+	"${FILESDIR}"/${PN}-0.2_pre20200317-no-install-docs.patch
+	"${FILESDIR}"/${PN}-0.2_pre20200317-deps.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-19  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02 22:47 [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/files/, net-libs/kdsoap-ws-discovery-client/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-03-19  0:00 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox