app-shells/gentoo-zsh-completions - 20200910 (xdch47)

Search

Install

Install this version:

emerge -a =app-shells/gentoo-zsh-completions-20200910

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-shells/gentoo-zsh-completions-20200910

Or alternatively:

emerge --autounmask-write -a =app-shells/gentoo-zsh-completions-20200910

Package Information

Description:
Gentoo specific zsh completion support (includes emerge and ebuild commands)
Homepage:
https://github.com/xdch47/gentoo-zsh-completions
License:
ZSH

Ebuild Details

Version EAPI Keywords Slot
20200910 7 ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

if [[ ${PV} == 9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/xdch47/gentoo-zsh-completions.git"
else
	SRC_URI="https://github.com/xdch47/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
fi

DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
HOMEPAGE="https://github.com/xdch47/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
}

Inherited Eclasses

Dependencies

RDEPEND

>=app-shells/zsh-4.3.5

Manifest for 20200910

Type File Size Source URLs
DIST gentoo-zsh-completions-20200910.tar.gz 25833 bytes https://github.com/xdch47/gentoo-zsh-completions/archive/20200910.tar.gz