commit: 45f445a50ab055df5ef83152141a0a67d023e0f2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Nov 10 21:39:22 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 10 21:43:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f445a5
games-puzzle/colorcode: treeclean Closes: https://bugs.gentoo.org/949899 (pkgremoved) Closes: https://bugs.gentoo.org/953384 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-puzzle/colorcode/Manifest | 1 - games-puzzle/colorcode/colorcode-0.8.7.ebuild | 39 --------------------------- games-puzzle/colorcode/metadata.xml | 8 ------ profiles/package.mask | 5 ---- 4 files changed, 53 deletions(-) diff --git a/games-puzzle/colorcode/Manifest b/games-puzzle/colorcode/Manifest deleted file mode 100644 index 2e2a30ff5ae2..000000000000 --- 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 d44bb189c8b4..000000000000 --- 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 1c3ba213c494..000000000000 --- a/games-puzzle/colorcode/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 5039b411bde3..a43403b99f60 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 <[email protected]> (2025-10-12) -# Dead upstream, depends on Qt5. -# Bug #949899, #953384. Removal on 2025-11-11. -games-puzzle/colorcode - # Michał Górny <[email protected]> (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.
