diff --git a/games-puzzle/colorcode/Manifest b/games-puzzle/colorcode/Manifest
deleted file mode 100644
index 2e2a30ff5ae21..0000000000000
--- a/games-puzzle/colorcode/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ColorCode-0.8.7.tar.gz 217212 BLAKE2B e5eff2c0641bc6552bf0962bab814496d0d51d449e6c9f847ae4b94e4aef1b5368a70aa756d9b4563b5af90bfb1ed35033ed64fed2a3787cbb91cc2047ddc6d5 SHA512 36b6c0d36588e29a01e7ed863806ef143a7a12ae5022a6e964113019552c53a7b948ed178a2289447a8ac94b7954ce1ed24c368e58994ce586d3835d28143ba4
diff --git a/games-puzzle/colorcode/colorcode-0.8.7.ebuild b/games-puzzle/colorcode/colorcode-0.8.7.ebuild
deleted file mode 100644
index d44bb189c8b4e..0000000000000
--- a/games-puzzle/colorcode/colorcode-0.8.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=ColorCode
-inherit desktop qmake-utils
-
-DESCRIPTION="Free advanced MasterMind clone"
-HOMEPAGE="http://colorcode.laebisch.com/"
-SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}/src"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i -e '/FLAGS/d' ${PN}.pro || die
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- dobin ${PN}
- newicon img/cc64.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
-}
diff --git a/games-puzzle/colorcode/metadata.xml b/games-puzzle/colorcode/metadata.xml
deleted file mode 100644
index 1c3ba213c494a..0000000000000
--- a/games-puzzle/colorcode/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- games@gentoo.org
- Gentoo Games Project
-
-
diff --git a/profiles/package.mask b/profiles/package.mask
index 5039b411bde37..a43403b99f601 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -76,11 +76,6 @@ media-radio/wsjtx
# Crashes in memtodest when handling PATH. Not yet reported upstream.
=app-shells/dash-0.5.13.1
-# Andreas Sturmlechner (2025-10-12)
-# Dead upstream, depends on Qt5.
-# Bug #949899, #953384. Removal on 2025-11-11.
-games-puzzle/colorcode
-
# Michał Górny (2025-10-12)
# Requires Rust with RUST_SYSROOTS=bpf, which isn't currently supported
# by dev-lang/rust-bin. Also needs net-proxy/mitmproxy-linux updates.