diff options
| -rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild | 14 |
1 files 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 6c7bb08af39..ac8ee194cf6 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=" |
