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 6B568158020 for ; Mon, 26 Dec 2022 10:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C74E0996; Mon, 26 Dec 2022 10:17:34 +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 987BEE0995 for ; Mon, 26 Dec 2022 10:17:34 +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 E1202341087 for ; Mon, 26 Dec 2022 10:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01E917F8 for ; Mon, 26 Dec 2022 10:17:31 +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: <1672049838.60e23575afb1c378ff290ba9ae7cb3e1bcfae13b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap-ws-discovery-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild X-VCS-Directories: net-libs/kdsoap-ws-discovery-client/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60e23575afb1c378ff290ba9ae7cb3e1bcfae13b X-VCS-Branch: master Date: Mon, 26 Dec 2022 10:17:31 +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: 30c57ec1-d9c6-4bfc-825f-4de292ea1bf2 X-Archives-Hash: 7c347294f9ab3f56b4723cb5b2d8fe22 commit: 60e23575afb1c378ff290ba9ae7cb3e1bcfae13b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 10:04:45 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 10:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e23575 net-libs/kdsoap-ws-discovery-client: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> ...soap-ws-discovery-client-0.2_pre20200927.ebuild | 27 ++++++++-------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild index 1d8855f61d5e..0076c30673a8 100644 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild @@ -1,33 +1,27 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +COMMIT=dcefb65c88e76f1f9eda8b0318006e93d15a0e1e ECM_QTHELP="false" ECM_TEST="true" inherit ecm -if [[ ${PV} != *9999* ]]; then - COMMIT=dcefb65c88e76f1f9eda8b0318006e93d15a0e1e - SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv 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 +HOMEPAGE="https://invent.kde.org/libraries/kdsoap-ws-discovery-client +https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client" +SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" LICENSE="CC0-1.0 GPL-3+" SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="doc" -BDEPEND=" - doc? ( app-doc/doxygen[dot] ) -" +RESTRICT="test" + RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5 @@ -35,8 +29,7 @@ RDEPEND=" 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 )