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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81415138350 for ; Thu, 19 Mar 2020 00:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58415E0C4F; Thu, 19 Mar 2020 00:00:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B6CBE0C4F for ; Thu, 19 Mar 2020 00:00:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A24634F2F5 for ; Thu, 19 Mar 2020 00:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E91B193 for ; Thu, 19 Mar 2020 00:00:53 +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: <1584574658.ca9cfd82300d1c0c0bb4d8b84a73f1e1dedd007b.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: ca9cfd82300d1c0c0bb4d8b84a73f1e1dedd007b X-VCS-Branch: master Date: Thu, 19 Mar 2020 00:00:53 +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: e701ac62-3e48-46f0-8b27-35e934d520c1 X-Archives-Hash: 6ac3b9a543b90531b7fe999000c7446b commit: ca9cfd82300d1c0c0bb4d8b84a73f1e1dedd007b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 18 23:33:45 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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="