Diff arch-chroot-28 with a arch-chroot-29
/usr/portage/sys-apps/arch-chroot/arch-chroot-29.ebuild 2025-07-29 16:22:17.368467890 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit bash-completion-r1 |
|
6 |
inherit shell-completion |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Wraps the chroot command while ensuring that important filesystems are mounted" |
9 |
HOMEPAGE="https://github.com/archlinux/arch-install-scripts" |
|
10 |
SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${PV}.tar.gz -> arch-install-scripts-v${PV}.tar.gz" |
|
9 |
HOMEPAGE="https://gitlab.archlinux.org/archlinux/arch-install-scripts" |
|
10 |
SRC_URI="https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v${PV}/arch-install-scripts-v${PV}.tar.bz2" |
|
11 | 11 | |
12 |
S="${WORKDIR}/arch-install-scripts-${PV}" |
|
12 |
S="${WORKDIR}/arch-install-scripts-v${PV}" |
|
13 | 13 |
LICENSE="GPL-2" |
14 | 14 |
SLOT="0" |
15 | 15 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
... | ... | |
27 | 27 |
src_install() { |
28 | 28 |
dobin arch-chroot |
29 | 29 |
doman doc/arch-chroot.8 |
30 |
newbashcomp "completion/arch-chroot.bash" "arch-chroot" |
|
30 |
newbashcomp completion/bash/arch-chroot arch-chroot |
|
31 |
newzshcomp completion/zsh/_arch-chroot _arch-chroot |
|
31 | 32 |
} |