Сравнение gentoo-zsh-completions-20230117 с gentoo-zsh-completions-99999999
| /usr/portage/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild 2026-06-30 20:03:05.386015383 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit shell-completion |
|
| 7 | ||
| 6 | 8 |
if [[ ${PV} == 9999* ]] ; then
|
| 7 | 9 |
inherit git-r3 |
| 8 | 10 |
EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git" |
| 9 | 11 |
else |
| 10 | 12 |
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
| 11 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" |
|
| 13 |
S="${WORKDIR}"/zsh-completion-${PV}
|
|
| 14 | ||
| 15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" |
|
| 12 | 16 |
fi |
| 13 | 17 | |
| 14 | 18 |
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)" |
| ... | ... | |
| 20 | 24 |
RDEPEND=">=app-shells/zsh-4.3.5" |
| 21 | 25 | |
| 22 | 26 |
src_install() {
|
| 23 |
insinto /usr/share/zsh/site-functions |
|
| 24 |
doins src/_* |
|
| 27 |
dozshcomp src/_* |
|
| 25 | 28 | |
| 26 | 29 |
dodoc AUTHORS |
| 27 | 30 |
} |