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

commit:     9fe3d8f56e6986930f3ddc3c74e201b24bd567db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 14:33:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 14:33:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe3d8f5

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 <AT> 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(+)

diff --git a/net-libs/kdsoap-ws-discovery-client/Manifest b/net-libs/kdsoap-ws-discovery-client/Manifest
new file mode 100644
index 00000000000..83d1d976ff2
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/Manifest
@@ -0,0 +1 @@
+DIST kdsoap-ws-discovery-client-0.2_pre20200317.tar.gz 37395 BLAKE2B 03bee2d6f87a3fb407e0cff7e84f9bd83814d742f714630b8c469b26a139062472ad39a0f743caac6f5de4ae2c8a55c42b56ee14c6afcd3a0a874c3f0d9978c5 SHA512 f99092e06e4d7496d6fe79e4cf78265c072476159da958c2a0ee7b852be00b16c89582a8c69c5cbe4160a6419435ee2d8bc71bce40ea9753eaf458c34df6f86b

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
new file mode 100644
index 00000000000..f8f6c08c5f1
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-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-0.2_pre20200317-no-install-docs.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-no-install-docs.patch
new file mode 100644
index 00000000000..5e2cb6dcb6a
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-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-0.2_pre20200317.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
new file mode 100644
index 00000000000..ac8ee194cf6
--- /dev/null
+++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+inherit ecm
+
+if [[ ${PV} != *9999* ]]; then
+	COMMIT=14287e92e80a77aa4c0adee2871e6b87c9c3055e
+	SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
+else
+	EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"
+	inherit git-r3
+fi
+
+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"
+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 00000000000..2fdbf33d963
--- /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] repo/gentoo:master commit in: net-libs/kdsoap-ws-discovery-client/files/, net-libs/kdsoap-ws-discovery-client/
@ 2021-04-07  8:36 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2021-04-07  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     32676bf44ef0b3f3fe1729aae0319466990cd444
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 08:36:22 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 08:36:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32676bf4

net-libs/kdsoap-ws-discovery-client: Drop 0.2_pre20200317

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

 net-libs/kdsoap-ws-discovery-client/Manifest       |  1 -
 ...-ws-discovery-client-0.2_pre20200317-deps.patch |  9 ----
 ...soap-ws-discovery-client-0.2_pre20200317.ebuild | 62 ----------------------
 3 files changed, 72 deletions(-)

diff --git a/net-libs/kdsoap-ws-discovery-client/Manifest b/net-libs/kdsoap-ws-discovery-client/Manifest
index 7dac6647d17..d9b499b3b6e 100644
--- a/net-libs/kdsoap-ws-discovery-client/Manifest
+++ b/net-libs/kdsoap-ws-discovery-client/Manifest
@@ -1,2 +1 @@
-DIST kdsoap-ws-discovery-client-0.2_pre20200317.tar.gz 37395 BLAKE2B 03bee2d6f87a3fb407e0cff7e84f9bd83814d742f714630b8c469b26a139062472ad39a0f743caac6f5de4ae2c8a55c42b56ee14c6afcd3a0a874c3f0d9978c5 SHA512 f99092e06e4d7496d6fe79e4cf78265c072476159da958c2a0ee7b852be00b16c89582a8c69c5cbe4160a6419435ee2d8bc71bce40ea9753eaf458c34df6f86b
 DIST kdsoap-ws-discovery-client-0.2_pre20200927.tar.gz 37493 BLAKE2B c0dff21554bc56c4055c74a166a85186d67b0378f7bfbfcd3582ae7b992aaa71cefb6b794258fa07b37fcdd1d42ac2bf9fbfd7cd8142f8f77b1ba9791d683dae SHA512 86f8c4eee3fd484253ee91190092a9ae0dbd3d0c536ec25a6e3ec35be45d4a3d320cffbfc0ed2024d447788b43c9df88ca81181157720ce8942c9034d4eea49f

diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
deleted file mode 100644
index f8f6c08c5f1..00000000000
--- a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.2_pre20200317-deps.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
deleted file mode 100644
index d9179fc30fc..00000000000
--- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-inherit ecm
-
-if [[ ${PV} != *9999* ]]; then
-	COMMIT=14287e92e80a77aa4c0adee2871e6b87c9c3055e
-	SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-	S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
-else
-	EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"
-	inherit git-r3
-fi
-
-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"
-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
-}


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

end of thread, other threads:[~2021-04-07  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19 14:34 [gentoo-commits] repo/gentoo: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 --
2021-04-07  8:36 Andreas Sturmlechner

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