diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 22:18:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-03 21:30:37 +0100 |
commit | 9bc9fde08395d3ce45512cfc912671be8e31d51d (patch) | |
tree | 8aa7a353c347f81a6790654c0d2a32aa047909c9 /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/accounts-qml: drop 0.7_p20231028-r1, 0.7_p20231028-r2 (diff) | |
download | gentoo-9bc9fde08395d3ce45512cfc912671be8e31d51d.tar.gz gentoo-9bc9fde08395d3ce45512cfc912671be8e31d51d.tar.bz2 gentoo-9bc9fde08395d3ce45512cfc912671be8e31d51d.zip |
net-libs/kdsoap-ws-discovery-client: drop 0.2_pre20200927-r1
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/Manifest | 1 | ||||
-rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927-r1.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/net-libs/kdsoap-ws-discovery-client/Manifest b/net-libs/kdsoap-ws-discovery-client/Manifest index 593862c76c66..64132f1406c0 100644 --- a/net-libs/kdsoap-ws-discovery-client/Manifest +++ b/net-libs/kdsoap-ws-discovery-client/Manifest @@ -1,2 +1 @@ -DIST kdsoap-ws-discovery-client-0.2_pre20200927.tar.gz 37493 BLAKE2B c0dff21554bc56c4055c74a166a85186d67b0378f7bfbfcd3582ae7b992aaa71cefb6b794258fa07b37fcdd1d42ac2bf9fbfd7cd8142f8f77b1ba9791d683dae SHA512 86f8c4eee3fd484253ee91190092a9ae0dbd3d0c536ec25a6e3ec35be45d4a3d320cffbfc0ed2024d447788b43c9df88ca81181157720ce8942c9034d4eea49f DIST kdsoap-ws-discovery-client-0.4.0.tar.xz 30692 BLAKE2B f8d65a23731c9f56c75bdf678842b815512d5e15a28b3e37acc4d02cf0b10ec2d11876ff751dfd93321c7d3af3e422bec563ed6abd33c514f5537dbec9e39b46 SHA512 485e0319d986743183e82dd3a7576f0fc473122867e5e820a57f63b2fa2fde0721d8a7ee30d4399c01b11b51634db452174841a887b6685db9ab33e310866dda diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927-r1.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927-r1.ebuild deleted file mode 100644 index 2edc08a9eea2..000000000000 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=dcefb65c88e76f1f9eda8b0318006e93d15a0e1e -ECM_QTHELP="false" -ECM_TEST="true" -inherit ecm - -DESCRIPTION="WS-Discovery client library based on KDSoap" -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" - -RESTRICT="test" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - >=net-libs/kdsoap-1.9.0:=[qt5(+)] -" -DEPEND="${RDEPEND} - test? ( dev-qt/qtxml:5 ) -" -BDEPEND="doc? ( app-text/doxygen[dot] )" - -PATCHES=( "${FILESDIR}"/${PN}-0.2_pre20200317-no-install-docs.patch ) - -src_prepare() { - ecm_src_prepare - use test || ecm_punt_bogus_dep Qt5 Xml -} - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package doc Doxygen) - -DBUILD_QCH=OFF # does not use ecm_add_qch from ECMAddQch - ) - ecm_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. ) - ecm_src_install -} |