Install this version:
emerge -a =dev-vcs/repo-2.65
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/repo-2.65
Or alternatively:
emerge --autounmask-write -a =dev-vcs/repo-2.65
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.65 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
# of the repo project. The launcher only gets a new update when changes are
# made in it.
EAPI="8"
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1 shell-completion
DESCRIPTION="Google tool for managing git, particularly multiple repos"
HOMEPAGE="https://gerrit.googlesource.com/git-repo"
SRC_URI="https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/git-${P}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
!app-admin/radmind
"
src_install() {
python_foreach_impl python_doscript ${PN}
newbashcomp completion.bash ${PN}
doman man/*.[0-9]
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | repo-2.65.tar.gz | 421634 bytes | https://github.com/GerritCodeReview/git-repo/archive/refs/tags/v2.65.tar.gz |