diff --git a/net-misc/moonlight/Manifest b/net-misc/moonlight/Manifest
deleted file mode 100644
index acf0147bd9..0000000000
--- a/net-misc/moonlight/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MoonlightSrc-4.3.1.tar.gz 71454450 BLAKE2B cd6d8d95c3d53dbf73850cd30f86bdb9837806a642472454d70f6abee20ae91bc79c0671c4da0a74fb5f43086841a8318718c4f2f4e4768b395fb4b38d1dde9e SHA512 f5f7b23929aadb87716470522a315cba40d8155be6b76297eab4107e0fef71b48f9f4c9a4cc2b58bd48579db052a8ca8ecda9b49c78c3d229863a30886cf1847
diff --git a/net-misc/moonlight/files/4.3.1-respect-cflags.patch b/net-misc/moonlight/files/4.3.1-respect-cflags.patch
deleted file mode 100644
index caf053e666..0000000000
--- a/net-misc/moonlight/files/4.3.1-respect-cflags.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff --git a/globaldefs.pri b/globaldefs.pri
-index a767cbf9..e40abe6b 100644
---- a/globaldefs.pri
-+++ b/globaldefs.pri
-@@ -2,7 +2,7 @@
- CONFIG += debug_and_release
-
- # Ensure symbols are always generated
--CONFIG += force_debug_info
-+# CONFIG += force_debug_info
-
- # Disable asserts on release builds
- CONFIG(release, debug|release) {
-Submodule h264bitstream/h264bitstream contains modified content
-diff --git a/h264bitstream/h264bitstream/m4/ax_check_debug.m4 b/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-index 1f5252e..df1f444 100644
---- a/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-+++ b/h264bitstream/h264bitstream/m4/ax_check_debug.m4
-@@ -26,7 +26,7 @@ AC_DEFUN([AX_CHECK_DEBUG],
- else
- AC_DEFINE([NDEBUG],[],[Release Mode])
- #-O3 anyone? Kills using -g in release mode so we'll stick with O2 for now.
-- AM_CFLAGS="$AM_CFLAGS -O2 -g -Wall"
-+ AM_CFLAGS="$AM_CFLAGS -Wall"
- fi
- AC_SUBST([AM_CFLAGS])
- ])
-Submodule moonlight-common-c/moonlight-common-c contains modified content
-Submodule enet contains modified content
-diff --git a/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp b/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-index 961274c..e9e4ea9 100644
---- a/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-+++ b/moonlight-common-c/moonlight-common-c/enet/enet_dll.cbp
-@@ -13,9 +13,6 @@
-
-
-
--
--
--
-
-
-
-@@ -24,9 +21,6 @@
-
-
-
--
--
--
-
-
-
diff --git a/net-misc/moonlight/metadata.xml b/net-misc/moonlight/metadata.xml
deleted file mode 100644
index 71155ad33f..0000000000
--- a/net-misc/moonlight/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
- andrewathalye@outlook.com
- Andrew Athalye
-
-
- moonlight-stream/moonlight-qt
-
-
-
diff --git a/net-misc/moonlight/moonlight-4.3.1.ebuild b/net-misc/moonlight/moonlight-4.3.1.ebuild
deleted file mode 100644
index 4dc580678a..0000000000
--- a/net-misc/moonlight/moonlight-4.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="GameStream client for PCs"
-HOMEPAGE="https://github.com/moonlight-stream/moonlight-qt"
-SRC_URI="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${PV}/MoonlightSrc-${PV}.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="vaapi"
-
-RDEPEND="
- >=dev-libs/openssl-1.1.1
- >=media-libs/libsdl2-2.0.16-r1:0[kms]
- >=media-libs/sdl2-ttf-2.0.15:0
- >=media-video/ffmpeg-4.4-r1:0
- >=dev-qt/qtsvg-5.15.2-r10:5/5.15
- >=dev-qt/qtquickcontrols2-5.15.2-r11:5
- >=media-libs/opus-1.3.1-r2:0
- >=media-sound/pulseaudio-15.0-r1:0
- vaapi? (
- >=media-libs/libva-2.12.0:0
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- dev-qt/qtcore
-"
-PATCHES=(
- "${FILESDIR}/${PV}-respect-cflags.patch"
-)
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}"
- einstalldocs
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}