Install this version:
emerge -a =app-shells/gentoo-zsh-completions-20220112
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/gentoo-zsh-completions-20220112
Or alternatively:
emerge --autounmask-write -a =app-shells/gentoo-zsh-completions-20220112
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20220112 | 8 | ~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
fi
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions"
LICENSE="ZSH"
SLOT="0"
RDEPEND=">=app-shells/zsh-4.3.5"
src_install() {
insinto /usr/share/zsh/site-functions
doins src/_*
dodoc AUTHORS
}
>=app-shells/zsh-4.3.5
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gentoo-zsh-completions-20220112.tar.gz | 25839 bytes | https://github.com/gentoo/gentoo-zsh-completions/archive/20220112.tar.gz |