From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap/
Date: Sun, 05 Jan 2025 22:51:08 +0000 (UTC) [thread overview]
Message-ID: <1736117454.00b18bcdf688f8ac64265b3463ef50f0b5da5a61.asturm@gentoo> (raw)
commit: 00b18bcdf688f8ac64265b3463ef50f0b5da5a61
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 22:46:24 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 22:50:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b18bcd
net-libs/kdsoap: Drop IUSE qt5,qt6; make Qt6 unconditional
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/kdsoap/kdsoap-2.2.0-r1.ebuild | 40 ++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/net-libs/kdsoap/kdsoap-2.2.0-r1.ebuild b/net-libs/kdsoap/kdsoap-2.2.0-r1.ebuild
new file mode 100644
index 000000000000..6b821df016e8
--- /dev/null
+++ b/net-libs/kdsoap/kdsoap-2.2.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+else
+ EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git"
+ EGIT_SUBMODULES=( kdwsdl2cpp/libkode -autogen )
+ inherit git-r3
+fi
+inherit cmake
+
+DESCRIPTION="Qt-based client-side and server-side SOAP component"
+HOMEPAGE="https://www.kdab.com/development-resources/qt-tools/kd-soap/"
+
+LICENSE="GPL-3 AGPL-3"
+SLOT="0/2"
+
+RDEPEND="dev-qt/qtbase:6[network,xml]"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"
+
+src_prepare() {
+ cmake_src_prepare
+ sed -e "/install.*INSTALL_DOC_DIR/d" -i CMakeLists.txt || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DKDSoap_DOCS=OFF
+ -DKDSoap_EXAMPLES=OFF # no install targets
+ -DKDSoap_QT6=ON
+ -DKDSoap_STATIC=OFF
+ )
+ cmake_src_configure
+}
next reply other threads:[~2025-01-05 22:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-05 22:51 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 22:51 [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap/ Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-28 12:59 Sam James
2024-06-28 12:59 Sam James
2024-06-28 0:16 Sam James
2022-10-25 18:36 Andreas Sturmlechner
2022-10-25 17:59 Sam James
2022-10-25 17:55 Sam James
2022-10-25 17:55 Sam James
2022-09-15 17:24 Andreas Sturmlechner
2021-11-29 14:51 Andreas Sturmlechner
2021-11-07 21:34 Andreas Sturmlechner
2021-04-07 8:36 Andreas Sturmlechner
2021-04-06 6:40 Mikle Kolyada
2021-04-06 6:31 Agostino Sarubbo
2021-04-05 22:54 Thomas Deutschmann
2021-01-02 20:31 Andreas Sturmlechner
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-07-09 11:16 Sam James
2020-05-06 1:01 Thomas Deutschmann
2020-05-01 8:40 Mart Raudsepp
2020-03-25 4:31 Georgy Yakovlev
2020-03-19 14:34 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736117454.00b18bcdf688f8ac64265b3463ef50f0b5da5a61.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox