Install this version:
emerge -a =dev-vcs/got-0.127
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/got-0.127
Or alternatively:
emerge --autounmask-write -a =dev-vcs/got-0.127
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.127 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Version control system prioritizing ease of use over flexibility"
HOMEPAGE="https://gameoftrees.org/"
SRC_URI="https://gameoftrees.org/releases/portable/${PN}-portable-${PV}.tar.gz"
S="${WORKDIR}/${PN}-portable-${PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cvg"
RDEPEND="
sys-libs/ncurses:=
dev-libs/libbsd
app-crypt/libmd
dev-libs/openssl:=
sys-apps/util-linux
virtual/zlib
dev-libs/libevent:=
dev-libs/libretls:=
"
DEPEND="${RDEPEND}"
BDEPEND="
app-alternatives/yacc
virtual/pkgconfig
"
# tests hardcode libexec paths and only pass after a system-wide install
RESTRICT="test"
# silence QA0072
#
# `configure' checks recallocarray with only <stdlib.h>, before
# libbsd-overlay CFLAGS are in scope -- so the implicit declaration is
# expected. glibc has no recallocarray and the bundled
# compat/recallocarray.c will used.
QA_CONFIG_IMPL_DECL_SKIP=(
recallocarray
)
src_configure() {
econf $(use_enable cvg)
}
pkg_postinst() {
elog "gitwrapper requires dev-vcs/git and manual symlink setup."
elog "See README.portable for details."
}
Manage flags for this package:
euse -i <flag> -p dev-vcs/got |
euse -E <flag> -p dev-vcs/got |
euse -D <flag> -p dev-vcs/got
sys-libs/ncurses:= dev-libs/libbsd app-crypt/libmd dev-libs/openssl:= sys-apps/util-linux virtual/zlib dev-libs/libevent:= dev-libs/libretls:=
sys-libs/ncurses:= dev-libs/libbsd app-crypt/libmd dev-libs/openssl:= sys-apps/util-linux virtual/zlib dev-libs/libevent:= dev-libs/libretls:=
app-alternatives/yacc virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | got-portable-0.127.tar.gz | 1746471 bytes | https://gameoftrees.org/releases/portable/got-portable-0.127.tar.gz |