Install this version:
emerge -a =games-fps/DumbDoom-0.9.5-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-fps/DumbDoom-0.9.5-r1
Or alternatively:
emerge --autounmask-write -a =games-fps/DumbDoom-0.9.5-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.5-r1 | 8 | amd64 | 0 |
# Copyright 2025-2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic go-module desktop
DESCRIPTION="A Doom and Doom II launcher that isn't smart"
HOMEPAGE="https://codeberg.org/illogician/DumbDoom"
SRC_URI="https://codeberg.org/illogician/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://codeberg.org/illogician/illogician-overlay/raw/branch/main/games-fps/DumbDoom/${PN}-0.8.8+-vendor-r1.tar.xz"
S="${WORKDIR}/dumbdoom"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="+wayland"
BDEPEND="dev-lang/go
sys-devel/gcc
x11-libs/gtk+:3
wayland? ( x11-libs/gtk+:3[wayland] )
dev-util/pkgconf
"
src_unpack() {
default
}
src_prepare() {
use !wayland && cd ${WORKDIR} && eapply ${FILESDIR}/bind_cgo.patch && cd ${S}
default
ego build -x
}
src_install() {
dobin DumbDoom
doicon ${S}/misc/dumbdoomicon.svg
domenu ${S}/misc/dumbdoom.desktop
}
Manage flags for this package:
euse -i <flag> -p games-fps/DumbDoom |
euse -E <flag> -p games-fps/DumbDoom |
euse -D <flag> -p games-fps/DumbDoom
dev-lang/go sys-devel/gcc x11-libs/gtk+:3 wayland? ( x11-libs/gtk+:3[wayland] ) dev-util/pkgconf