Install this version:
emerge -a =games-util/re3-installer-0.2.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/re3-installer-0.2.6
Or alternatively:
emerge --autounmask-write -a =games-util/re3-installer-0.2.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.6 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Install GTA III files from ISO or directories for use with re3."
HOMEPAGE="https://github.com/Tatsh/re3-installer"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="app-arch/unshield
dev-libs/libcdio"
RDEPEND="${DEPEND}"
BDEPEND="test? (
dev-util/cmocka
)"
src_configure() {
local mycmakeargs=(
"-DBUILD_TESTS=$(usex test)"
)
cmake_src_configure
}
src_test() {
ctest --output-on-failure --test-dir "${BUILD_DIR}/src" || die
}
Manage flags for this package:
euse -i <flag> -p games-util/re3-installer |
euse -E <flag> -p games-util/re3-installer |
euse -D <flag> -p games-util/re3-installer
app-arch/unshield dev-libs/libcdio
app-arch/unshield dev-libs/libcdio
test? ( dev-util/cmocka )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | re3-installer-0.2.6.tar.gz | 1188884 bytes | https://github.com/Tatsh/re3-installer/archive/refs/tags/v0.2.6.tar.gz |