games-puzzle/colorcode: treeclean

Closes: https://bugs.gentoo.org/949899 (pkgremoved)
Closes: https://bugs.gentoo.org/953384 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-10 22:39:22 +01:00
parent 8b7ca63531
commit 45f445a50a
4 changed files with 0 additions and 53 deletions

View File

@@ -1 +0,0 @@
DIST ColorCode-0.8.7.tar.gz 217212 BLAKE2B e5eff2c0641bc6552bf0962bab814496d0d51d449e6c9f847ae4b94e4aef1b5368a70aa756d9b4563b5af90bfb1ed35033ed64fed2a3787cbb91cc2047ddc6d5 SHA512 36b6c0d36588e29a01e7ed863806ef143a7a12ae5022a6e964113019552c53a7b948ed178a2289447a8ac94b7954ce1ed24c368e58994ce586d3835d28143ba4

View File

@@ -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}
}

View File

@@ -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>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -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 <asturm@gentoo.org> (2025-10-12)
# Dead upstream, depends on Qt5.
# Bug #949899, #953384. Removal on 2025-11-11.
games-puzzle/colorcode
# Michał Górny <mgorny@gentoo.org> (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.