Install this version:
emerge -a =games-puzzle/cubosphere-0.3a
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-puzzle/cubosphere-0.3a
Or alternatively:
emerge --autounmask-write -a =games-puzzle/cubosphere-0.3a
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LUA_COMPAT=( lua5-1 )
inherit lua-single
DESCRIPTION="game similar to the PSX game Kula World / Roll Away"
HOMEPAGE="http://cubosphere.sourceforge.net/"
SRC_URI="https://download.sourceforge.net/${PN}/${PN}_beta${PV}_linux_src.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${LUA_REQUIRED_USE}"
DEPEND="
${LUA_DEPS}
virtual/jpeg
media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/glew:0
virtual/opengl
virtual/glu"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}_beta${PV}/src"
src_prepare() {
default
# respect ${GAMES_DATADIR}
sed -i -e "s:PREFIX=/usr/local":PREFIX=/usr":g" -i Makefile
sed -i -e "s:install\: all:install\::g" -i Makefile
}
virtual/jpeg media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-ttf media-libs/glew:0 virtual/opengl virtual/glu
virtual/jpeg media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-ttf media-libs/glew:0 virtual/opengl virtual/glu
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cubosphere_beta0.3a_linux_src.tar.gz | 503596731 bytes | https://download.sourceforge.net/cubosphere/cubosphere_beta0.3a_linux_src.tar.gz |