diff --git a/net-libs/kdsoap/Manifest b/net-libs/kdsoap/Manifest
deleted file mode 100644
index 8366c5c..0000000
--- a/net-libs/kdsoap/Manifest
+++ /dev/null
@@ -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
diff --git a/net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild b/net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild
deleted file mode 100644
index 074df24..0000000
--- a/net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild
+++ /dev/null
@@ -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}"
diff --git a/net-libs/kdsoap/kdsoap-1.8.50.ebuild b/net-libs/kdsoap/kdsoap-1.8.50.ebuild
deleted file mode 100644
index 3fb1a34..0000000
--- a/net-libs/kdsoap/kdsoap-1.8.50.ebuild
+++ /dev/null
@@ -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}"
diff --git a/net-libs/kdsoap/metadata.xml b/net-libs/kdsoap/metadata.xml
deleted file mode 100644
index b4fbee8..0000000
--- a/net-libs/kdsoap/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- ceamac.paragon@gmail.com
- Primary maintainer
-
-
-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.
-
-
diff --git a/net-misc/kdsoap-ws-discovery-client/Manifest b/net-misc/kdsoap-ws-discovery-client/Manifest
deleted file mode 100644
index 1221fb8..0000000
--- a/net-misc/kdsoap-ws-discovery-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdsoap-ws-discovery-client-0521717c37f26fc22158e0c986f7c8b41b3fb0ee.tar.gz 28952 BLAKE2B 113b2c4f04d68f5f7b5e392578c04f4f79e50fe8d35b6c2791b0f1f4fedd5b4f57ff84e5ede2cfa30cf32e1c3dba1ab0a138c2a613ec026ac1ad953cd6d43b0f SHA512 71a393a8d713ae74c45e76d33fa1ef2ec1674cb141a927fde453b941456c22277f7a25f0cb27f8cb43da724a197dea9ebb59d50a9511a7ec0bdf5ffd73e57cbc
diff --git a/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122-r1.ebuild b/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122-r1.ebuild
deleted file mode 100644
index b10e0ad..0000000
--- a/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122-r1.ebuild
+++ /dev/null
@@ -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"
-}
diff --git a/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild b/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild
deleted file mode 100644
index e0ba611..0000000
--- a/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild
+++ /dev/null
@@ -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"
-}
diff --git a/net-misc/kdsoap-ws-discovery-client/metadata.xml b/net-misc/kdsoap-ws-discovery-client/metadata.xml
deleted file mode 100644
index 2ab5bd6..0000000
--- a/net-misc/kdsoap-ws-discovery-client/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- ceamac.paragon@gmail.com
- Primary maintainer
-
-