Install this version:
emerge -a =games-arcade/cambridge-modpack-20250703
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/cambridge-modpack-20250703
Or alternatively:
emerge --autounmask-write -a =games-arcade/cambridge-modpack-20250703
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250703 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ "${PV}" -eq "20250703" ]]; then
PH="2bd35f47e190978272d6ab32829f6fd00e9b0807"
fi
DESCRIPTION="Officially-curated custom content for Cambridge"
HOMEPAGE="https://t-sp.in/cambridge/"
SRC_URI="https://github.com/cambridge-stacker/cambridge-modpack/archive/${PH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/cambridge-modpack-${PH}"
# Project is hosted on Github and thus rights granted by the Github EULA apply
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="games-arcade/cambridge"
RDEPEND="${DEPEND}"
src_install() {
insinto /usr/share/cambridge
doins -r res
doins -r tetris
doins -r skins
}
games-arcade/cambridge
games-arcade/cambridge
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cambridge-modpack-20250703.tar.gz | 5956943 bytes | https://github.com/cambridge-stacker/cambridge-modpack/archive/2bd35f47e190978272d6ab32829f6fd00e9b0807.tar.gz |