* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2020-03-19 0:00 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-03-19 0:00 UTC (permalink / raw
To: gentoo-commits
commit: ca9cfd82300d1c0c0bb4d8b84a73f1e1dedd007b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:33:45 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 23:37:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca9cfd82
net-libs/kdsoap-ws-discovery-client: Add release/snapshot switch
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdsoap-ws-discovery-client-9999.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
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 6c7bb08af3..ac8ee194cf 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
@@ -5,8 +5,17 @@ EAPI=7
ECM_QTHELP="false"
ECM_TEST="forceoptional"
-EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"
-inherit ecm git-r3
+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
@@ -14,7 +23,6 @@ https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client"
LICENSE="CC0-1.0 GPL-3+"
SLOT="0"
-KEYWORDS=""
IUSE="doc"
BDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2020-03-19 17:53 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-03-19 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 8da1f94b5d541a1c98c6d21a2b3d4c9bc5bfa2ca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:52:39 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:52:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8da1f94b
net-libs/kdsoap-ws-discovery-client: Drop 0.2_pre20200317
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...soap-ws-discovery-client-0.2_pre20200317.ebuild | 62 ----------------------
1 file changed, 62 deletions(-)
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 ac8ee194cf..0000000000
--- 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"
- 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] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2022-10-26 16:43 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-10-26 16:43 UTC (permalink / raw
To: gentoo-commits
commit: a428373fbcc15d3695f752d67061e5f0ee4afe04
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 16:40:22 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 16:40:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a428373f
net-libs/kdsoap-ws-discovery-client: Project moved to kde.org
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdsoap-ws-discovery-client-9999.ebuild | 27 +++++++---------------
1 file changed, 8 insertions(+), 19 deletions(-)
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 5755a23614..ddf9df079d 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
@@ -5,38 +5,27 @@ EAPI=8
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
+inherit ecm kde.org
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"
+HOMEPAGE="https://invent.kde.org/libraries/kdsoap-ws-discovery-client"
LICENSE="CC0-1.0 GPL-3+"
SLOT="0"
+KEYWORDS=""
IUSE="doc"
-BDEPEND="
- doc? ( app-doc/doxygen[dot] )
-"
+RESTRICT="test"
+
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtnetwork:5
- >=net-libs/kdsoap-1.9.0"
+ >=net-libs/kdsoap-1.9.0
+"
DEPEND="${RDEPEND}
test? ( dev-qt/qtxml:5 )
"
-
-RESTRICT="test"
+BDEPEND="doc? ( app-doc/doxygen[dot] )"
PATCHES=( "${FILESDIR}"/${PN}-0.2_pre20200317-no-install-docs.patch )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2023-03-23 22:10 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2023-03-23 22:10 UTC (permalink / raw
To: gentoo-commits
commit: a088bcea2bdacd91ef20e153033a12a7103b35aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 21:15:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 21:15:27 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a088bcea
net-libs/kdsoap-ws-discovery-client: Depend on >=net-libs/kdsoap-2
Upstream commit b1d96db25c58e3df19b9d08efaa4b5847b19e247
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 bcdf05a35e..a96214f70e 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
@@ -20,7 +20,7 @@ RESTRICT="test"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtnetwork:5
- >=net-libs/kdsoap-1.9.0
+ >=net-libs/kdsoap-2.0.0
"
DEPEND="${RDEPEND}
test? ( dev-qt/qtxml:5 )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2023-12-09 11:59 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2023-12-09 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 1629da023896ec9700fac08e8bca1a9275169955
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 11:51:47 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 11:58:51 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1629da02
net-libs/kdsoap-ws-discovery-client: Switch to Qt6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdsoap-ws-discovery-client-9999.ebuild | 8 ++++----
net-libs/kdsoap-ws-discovery-client/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)
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 a96214f70e..20d1896c97 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
@@ -5,6 +5,7 @@ EAPI=8
ECM_QTHELP="false"
ECM_TEST="forceoptional"
+KFMIN=5.245.0
inherit ecm kde.org
DESCRIPTION="WS-Discovery client library based on KDSoap"
@@ -18,12 +19,11 @@ IUSE="doc"
RESTRICT="test"
RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtnetwork:5
- >=net-libs/kdsoap-2.0.0
+ dev-qt/qtbase:6[network]
+ >=net-libs/kdsoap-0.2.0
"
DEPEND="${RDEPEND}
- test? ( dev-qt/qtxml:5 )
+ test? ( dev-qt/qtbase:6[xml] )
"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
diff --git a/net-libs/kdsoap-ws-discovery-client/metadata.xml b/net-libs/kdsoap-ws-discovery-client/metadata.xml
index 8641e5bdd3..d37afc46e1 100644
--- a/net-libs/kdsoap-ws-discovery-client/metadata.xml
+++ b/net-libs/kdsoap-ws-discovery-client/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="kde-invent">libraries/kdsoap-ws-discovery-client</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2024-01-11 22:49 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2024-01-11 22:49 UTC (permalink / raw
To: gentoo-commits
commit: ab61e2bf7bb1433985c8a9c33a4390e65e9755a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 22:35:25 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 22:47:52 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab61e2bf
net-libs/kdsoap-ws-discovery-client: Add USEdep on net-libs/kdsoap[qt6]
Add release switch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdsoap-ws-discovery-client-9999.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
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 d4bc030282..96289b56c5 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
@@ -5,22 +5,26 @@ EAPI=8
ECM_QTHELP="false"
ECM_TEST="forceoptional"
-KFMIN=5.245.0
+KFMIN=5.248.0
inherit ecm kde.org
DESCRIPTION="WS-Discovery client library based on KDSoap"
HOMEPAGE="https://invent.kde.org/libraries/kdsoap-ws-discovery-client"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
LICENSE="CC0-1.0 GPL-3+"
SLOT="0"
-KEYWORDS=""
IUSE="doc"
RESTRICT="test"
RDEPEND="
dev-qt/qtbase:6[network]
- >=net-libs/kdsoap-0.2.0
+ >=net-libs/kdsoap-2.2.0[qt6]
"
DEPEND="${RDEPEND}
test? ( dev-qt/qtbase:6[xml] )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/
@ 2024-01-13 16:39 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-01-13 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 7afe8379e7c4549e206edb883d7f8c2645284c44
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 16:38:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 16:38:13 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7afe8379
net-libs/kdsoap-ws-discovery-client: app-doc/doxygen -> app-text/doxygen
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 96289b56c5..94d02706a7 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
@@ -29,7 +29,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-qt/qtbase:6[xml] )
"
-BDEPEND="doc? ( app-doc/doxygen[dot] )"
+BDEPEND="doc? ( app-text/doxygen[dot] )"
PATCHES=( "${FILESDIR}"/${PN}-0.2_pre20200317-no-install-docs.patch )
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-01-13 16:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19 0:00 [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-03-19 17:53 Andreas Sturmlechner
2022-10-26 16:43 Andreas Sturmlechner
2023-03-23 22:10 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2024-01-13 16:39 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox