diff --git a/dev-libs/qhttpengine/Manifest b/dev-libs/qhttpengine/Manifest
deleted file mode 100644
index 0038b0de19..0000000000
--- a/dev-libs/qhttpengine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qhttpengine-1.0.1.tar.gz 107937 BLAKE2B c93711a16c53bea9622f5bfd4eeb480bf8bf4366f1d30d44d8c208b9600e632fd2c3b0129c2494858f6c51fd6d9df7973f02c28adf84c8b63186eec5ea9c3450 SHA512 d9b67db5f752cb494e71e37bed523490c53ce97d01b32925846a019e866776cef9e73f580acfb639fb04465439e8328e756dabd7b505380d3976ec872849fe22
diff --git a/dev-libs/qhttpengine/metadata.xml b/dev-libs/qhttpengine/metadata.xml
deleted file mode 100644
index 0ae8b01943..0000000000
--- a/dev-libs/qhttpengine/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- vowstar@gmail.com
- Huang Rui
-
-
- nitroshare/qhttpengine
-
-
- QHttpEngine provides a simple set of classes for developing HTTP server
- applications in Qt. The design goals of QHttpEngine include:
- Reliability - extremely exhaustive test suite ensures that bugs are caught
- as soon as they are introduced.
- Flexibility - classes are designed for easy integration with existing Qt
- code.
- Simplicity - everything is intentionally kept as simple as possible.
- Usability - documentation is provided for all classes.
- All of QHttpEngine's functionality is included in a single monolithic
- library.
-
-
diff --git a/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild b/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild
deleted file mode 100644
index f25082d0d3..0000000000
--- a/dev-libs/qhttpengine/qhttpengine-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="HTTP server for Qt applications"
-HOMEPAGE="https://github.com/nitroshare/qhttpengine"
-
-if [[ "${PV}" == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
-else
- SRC_URI="https://github.com/nitroshare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
- S="${WORKDIR}/${PN}-${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="5"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-RDEPEND="
- dev-qt/qtnetwork:5
-"
-
-DEPEND="
- doc? ( app-text/doxygen )
- test? ( dev-qt/qttest:5 )
- ${RDEPEND}
-"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- -DBUILD_EXAMPLES=$(usex examples)
- -DBUILD_TESTS=$(usex test)
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
- -DLIB_INSTALL_DIR=$(get_libdir)
- -DDOC_INSTALL_DIR="share/doc/${PF}"
- )
-
- cmake_src_configure
-}
diff --git a/dev-libs/qhttpengine/qhttpengine-9999.ebuild b/dev-libs/qhttpengine/qhttpengine-9999.ebuild
deleted file mode 100644
index f25082d0d3..0000000000
--- a/dev-libs/qhttpengine/qhttpengine-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="HTTP server for Qt applications"
-HOMEPAGE="https://github.com/nitroshare/qhttpengine"
-
-if [[ "${PV}" == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
-else
- SRC_URI="https://github.com/nitroshare/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
- S="${WORKDIR}/${PN}-${PV}"
-fi
-
-LICENSE="MIT"
-SLOT="5"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-RDEPEND="
- dev-qt/qtnetwork:5
-"
-
-DEPEND="
- doc? ( app-text/doxygen )
- test? ( dev-qt/qttest:5 )
- ${RDEPEND}
-"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- -DBUILD_EXAMPLES=$(usex examples)
- -DBUILD_TESTS=$(usex test)
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
- -DLIB_INSTALL_DIR=$(get_libdir)
- -DDOC_INSTALL_DIR="share/doc/${PF}"
- )
-
- cmake_src_configure
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index dfc6d76927..c5b3234a97 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -90,11 +90,6 @@ net-im/kaidan
# Removal on 2024-10-19
dev-libs/monero-seed
-# Takuya Wakazono (2024-09-11)
-# Dead upstream and no revdeps left.
-# Removal on 2024-10-11.
-dev-libs/qhttpengine
-
# Julien Roy (2024-03-21)
# sys-libs/libucontext is masked in ::gentoo
sys-libs/gcompat