diff --git a/media-sound/fmit/Manifest b/media-sound/fmit/Manifest
deleted file mode 100644
index f38135b9d694b..0000000000000
--- a/media-sound/fmit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fmit-1.0.15.tar.gz 295365 BLAKE2B 9424c1fac390adc7fb8746ce05b354b31bc9f4ef8dc49bd8ca2c1362d9b57c1c0d8b10e110faae9d48363dd02f80967c767ade0e67096c27bcf5ae1c9d1fa8ca SHA512 44537669391f5043efe35b53d9693f8ab6a151918583d35439c1b29feca4a707225038512c9a2de734ada9e9acb3b4b191b866038edaed9fe8d1fee09c540aac
diff --git a/media-sound/fmit/fmit-1.0.15-r3.ebuild b/media-sound/fmit/fmit-1.0.15-r3.ebuild
deleted file mode 100644
index 5ca73642751a3..0000000000000
--- a/media-sound/fmit/fmit-1.0.15-r3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils
-
-DESCRIPTION="Free Music Instrument Tuner"
-HOMEPAGE="https://gillesdegottex.github.io/fmit"
-SRC_URI="https://github.com/gillesdegottex/fmit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa jack oss portaudio"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5[-gles2-only]
- dev-qt/qtmultimedia:5
- dev-qt/qtopengl:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- >=sci-libs/fftw-3.3.4:3.0=
- virtual/opengl
- alsa? ( media-libs/alsa-lib )
- jack? ( virtual/jack )
- portaudio? ( media-libs/portaudio )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
- # Fix the path to readme file to prevent errors on start up
- sed -i "/QFile readmefile/c\QFile readmefile \
- (\"/usr/share/doc/${PF}/README.txt\");" \
- src/main.cpp || die
- # Fix the PREFIX location, insert real path.
- sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
- src/main.cpp || die
- # Fix the PREFIX location, insert real path.
- sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
- src/modules/MicrotonalView.cpp || die
- default
-}
-
-src_configure() {
- local config flag
- for flag in alsa jack portaudio oss; do
- use ${flag} && config+=" acs_${flag}"
- done
-
- "$(qt5_get_bindir)"/lrelease fmit.pro || die
-
- eqmake5 CONFIG+="${config}" PREFIX=/usr fmit.pro
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}"
-}
diff --git a/media-sound/fmit/metadata.xml b/media-sound/fmit/metadata.xml
deleted file mode 100644
index 2a752e0cf1114..0000000000000
--- a/media-sound/fmit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
- gillesdegottex/fmit
-
-
diff --git a/profiles/package.mask b/profiles/package.mask
index c12cc3b454007..ce9eec425a827 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -238,13 +238,6 @@ dev-libs/leatherman
# Removal on 2025-09-26.
dev-cpp/robin-hood-hashing
-# Andreas Sturmlechner (2025-08-27)
-# Only translation commits since 2020, still Qt5-based. Worse, packaged
-# version in Gentoo is from 2016, no one bothered to bump it since then.
-# Really needs a package maintainer while upstream is looking into Qt6.
-# Bug #955260. Removal on 2025-09-26.
-media-sound/fmit
-
# Andreas Sturmlechner (2025-08-27)
# Qt5 based and still EAPI-7, last release from 2016, broken Qt6 "support"
# in upstream repo. Needs someone to pick up the pieces of upstream's