Remove kdsoap and kdsoap-ws-discovery-client

Because they have been added to main tree
This commit is contained in:
2020-05-07 08:48:42 +03:00
parent c09970da25
commit 372cffc09f
8 changed files with 0 additions and 131 deletions
-2
View File
@@ -1,2 +0,0 @@
DIST kdsoap-1.8.0.tar.gz 1435341 BLAKE2B 951241018a7aeefcb4650c78a25a9375cceefe1781cd484c6fe4f40ee609bedd733d1521036e696f595e38592f09b01dcffec2aec67fc4cc6e205379236d6f6d SHA512 2290f4618269cc136c885c00fca0873b577ff3bc2f2fe4e80ffd1ba36b68b42e264cfdb4dabf46c28d7bc86091be943ddf3287585ccc10f1d0a1639cc94696dd
DIST kdsoap-1.8.50.tar.gz 1080639 BLAKE2B b95d6c48ed0154f1f1778919eb9288c04c870927c1cc1a4e5f362f0cddf9510e79a02bd05c6d1a1164a3bc415bde128f813115c0354b2ef0e6cc63af9dd87dfb SHA512 937d54bbc68fc96b84c10bbdbe3ad4b9cf217bc61fb3d7e61945ac7f92fc502e0107b0beeaa6a7d20d78ffb64baa58f65cd4cf6328a0f3b847e3d836d1051598
-22
View File
@@ -1,22 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
DESCRIPTION="A Qt-based client-side and server-side SOAP component"
HOMEPAGE="https://github.com/KDAB/KDSoap/"
SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz"
RESTRICT="primaryuri"
LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules:5
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}"
-26
View File
@@ -1,26 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
COMMIT_SHA1=56fd2ade939baac43a2a303132c620587b5496bf
DESCRIPTION="A Qt-based client-side and server-side SOAP component"
HOMEPAGE="https://github.com/KDAB/KDSoap/"
SRC_URI="https://github.com/KDAB/KDSoap/archive/${COMMIT_SHA1}.tar.gz -> ${P}.tar.gz"
RESTRICT="primaryuri"
LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules:5
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}"
S="${WORKDIR}/KDSoap-${COMMIT_SHA1}"
-12
View File
@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
KD Soap is a Qt-based client-side and server-side SOAP component.
It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.
</longdescription>
</pkgmetadata>
@@ -1 +0,0 @@
DIST kdsoap-ws-discovery-client-0521717c37f26fc22158e0c986f7c8b41b3fb0ee.tar.gz 28952 BLAKE2B 113b2c4f04d68f5f7b5e392578c04f4f79e50fe8d35b6c2791b0f1f4fedd5b4f57ff84e5ede2cfa30cf32e1c3dba1ab0a138c2a613ec026ac1ad953cd6d43b0f SHA512 71a393a8d713ae74c45e76d33fa1ef2ec1674cb141a927fde453b941456c22277f7a25f0cb27f8cb43da724a197dea9ebb59d50a9511a7ec0bdf5ffd73e57cbc
@@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
COMMIT_SHA1=0521717c37f26fc22158e0c986f7c8b41b3fb0ee
DESCRIPTION="WS-Discovery client library based on the KDSoap library"
HOMEPAGE=https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client
SRC_URI=https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/archive/master/${PN}-${COMMIT_SHA1}.tar.gz
RESTRICT="primaryuri"
LICENSE=GPL-3
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules:5
dev-qt/qtcore:5
dev-qt/qtnetwork:5
=net-libs/kdsoap-1.8.50"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-master-${COMMIT_SHA1}"
src_install() {
cmake-utils_src_install
dobin "${WORKDIR}/${P}_build/bin/onvif-discover"
}
@@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
COMMIT_SHA1=0521717c37f26fc22158e0c986f7c8b41b3fb0ee
DESCRIPTION="WS-Discovery client library based on the KDSoap library"
HOMEPAGE=https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client
SRC_URI=https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/archive/master/${PN}-${COMMIT_SHA1}.tar.gz
RESTRICT="primaryuri"
LICENSE=GPL-3
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules:5
dev-qt/qtcore:5
dev-qt/qtnetwork:5
>=net-libs/kdsoap-1.8.50"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-master-${COMMIT_SHA1}"
src_install() {
cmake-utils_src_install
dobin "${WORKDIR}/${P}_build/bin/onvif-discover"
}
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
</pkgmetadata>