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 DADB8158020 for ; Wed, 26 Oct 2022 16:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D8FE0986; Wed, 26 Oct 2022 16:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 211AAE0986 for ; Wed, 26 Oct 2022 16:43:51 +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 66BAC341012 for ; Wed, 26 Oct 2022 16:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A5C0609 for ; Wed, 26 Oct 2022 16:43: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: <1666802432.a428373fbcc15d3695f752d67061e5f0ee4afe04.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap-ws-discovery-client/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild X-VCS-Directories: net-libs/kdsoap-ws-discovery-client/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a428373fbcc15d3695f752d67061e5f0ee4afe04 X-VCS-Branch: master Date: Wed, 26 Oct 2022 16:43: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: 30e26ca8-459c-4b2b-8734-b85cc3b42a23 X-Archives-Hash: a054c43eb5ab99770e0ab7637574afb9 commit: a428373fbcc15d3695f752d67061e5f0ee4afe04 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 26 16:40:22 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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 )