Install this version:
emerge -a =games-arcade/lbreakout-010315-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/lbreakout-010315-r1
Or alternatively:
emerge --autounmask-write -a =games-arcade/lbreakout-010315-r1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="Breakout clone written with the SDL library"
HOMEPAGE="https://lgames.sourceforge.io/LBreakout/"
SRC_URI="
https://downloads.sourceforge.net/lgames/${P}.tar.gz
https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
acct-group/gamestat
media-libs/libsdl[sound,video]"
DEPEND="${RDEPEND}"
HTML_DOCS=( lbreakout/manual/. )
src_prepare() {
default
# remove /games from datadir, and use /var/games for highscore file
sed -e '/^sdir=/s|/games.*||;' \
-e "/^hdir=/s|=.*|=${EPREFIX}/var/games|" \
-i configure || die
tc-export CC CXX
}
src_install() {
dodir /var/games #655000
default
fowners :gamestat /usr/bin/${PN} /var/games/${PN}.hscr
fperms g+s /usr/bin/${PN}
fperms 660 /var/games/${PN}.hscr
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} LBreakout
}
acct-group/gamestat media-libs/libsdl[sound,video]
acct-group/gamestat media-libs/libsdl[sound,video]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lbreakout.png | 8673 bytes | https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/lbreakout.png |