diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:04:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:17:18 +0100 |
commit | 60e23575afb1c378ff290ba9ae7cb3e1bcfae13b (patch) | |
tree | a16c851cebc5596bd237e9220035d9837d4fc676 /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/kimap2: update EAPI 7 -> 8 (diff) | |
download | gentoo-60e23575afb1c378ff290ba9ae7cb3e1bcfae13b.tar.gz gentoo-60e23575afb1c378ff290ba9ae7cb3e1bcfae13b.tar.bz2 gentoo-60e23575afb1c378ff290ba9ae7cb3e1bcfae13b.zip |
net-libs/kdsoap-ws-discovery-client: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/kdsoap-ws-discovery-client')
-rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild | 27 |
1 files 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 ) |