From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E09AF158004 for ; Sat, 9 Dec 2023 11:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9864A2BC02B; Sat, 9 Dec 2023 11:59:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7758F2BC02B for ; Sat, 9 Dec 2023 11:59:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 904E4340831 for ; Sat, 9 Dec 2023 11:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 971DF1496 for ; Sat, 9 Dec 2023 11:59:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1702123131.05244c19ed7d24c96090f48459833f52689c32a8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/kdsoap/kdsoap-9999.ebuild net-libs/kdsoap/metadata.xml X-VCS-Directories: net-libs/kdsoap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05244c19ed7d24c96090f48459833f52689c32a8 X-VCS-Branch: master Date: Sat, 9 Dec 2023 11:59:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf1eebc5-c429-4b94-bb96-1f5551faf6ed X-Archives-Hash: 73c78a88f532d97d8f343b459a2582ba commit: 05244c19ed7d24c96090f48459833f52689c32a8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 11:49:32 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 11:58:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05244c19 net-libs/kdsoap: Switch to Qt6 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kdsoap/kdsoap-9999.ebuild | 8 ++------ net-libs/kdsoap/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net-libs/kdsoap/kdsoap-9999.ebuild b/net-libs/kdsoap/kdsoap-9999.ebuild index f32411ca71..a864a38f24 100644 --- a/net-libs/kdsoap/kdsoap-9999.ebuild +++ b/net-libs/kdsoap/kdsoap-9999.ebuild @@ -20,11 +20,7 @@ LICENSE="GPL-3 AGPL-3" SLOT="0/2" IUSE="" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - dev-qt/qtxml:5 -" +RDEPEND="dev-qt/qtbase:6[network,xml]" DEPEND="${RDEPEND} dev-libs/boost " @@ -38,8 +34,8 @@ src_configure() { local mycmakeargs=( -DKDSoap_DOCS=OFF -DKDSoap_EXAMPLES=OFF # no install targets + -DKDSoap_QT6=ON -DKDSoap_STATIC=OFF - -DKDSoap_QT6=OFF ) cmake_src_configure } diff --git a/net-libs/kdsoap/metadata.xml b/net-libs/kdsoap/metadata.xml index 8641e5bdd3..77493fa9cc 100644 --- a/net-libs/kdsoap/metadata.xml +++ b/net-libs/kdsoap/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + KDAB/KDSoap +