commit: 6f59c9d7c2124060d60fe50ad5843ed9dec46f66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 05:34:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 06:03:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f59c9d7
app-shells/gentoo-bashcomp: add 20250620
Allen-Kristjan Päll (1):
completions/emaint: source gentoo-common.sh
Closes: https://bugs.gentoo.org/946806
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/gentoo-bashcomp/Manifest | 1 +
.../gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/app-shells/gentoo-bashcomp/Manifest
b/app-shells/gentoo-bashcomp/Manifest
index d54174a0b07a..0abdd1b4721a 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1 +1,2 @@
DIST gentoo-bashcomp-20240625.tar.bz2 23794 BLAKE2B
567131238e24744a5083ad8ec484d4342b6891e95b999d11d809da769d8f2ad3536f7da769f0d291663b9c3be46fe67d261cbdcf59a0f846e4f08a66b4106571
SHA512
1b5476ba7cb1b7c2f1d51c03d592245718fb4c2c07ff5171aee1bfa0def2a2f0bbff7a38950d18e3646285e7432cedee0ee75eed1c6348946793f011de4ddcbf
+DIST gentoo-bashcomp-20250620.tar.bz2 23780 BLAKE2B
dc4d6dd7d0063056a234cfe4aff3d39b4519848f6f3d68d76f63cdcb5d333da159a88984b8607ae2f9b99ab6bd9ed264b0e4c7f4a7edafe002dbec18cb6c2e19
SHA512
222995b060f762d86c486e34d3e8f740b15a947b4392575bb1af29f11e3cec9c2a0fbdd1a8d397f5356db771adc19df39c2e70ac2dd22b2ce4ee188747ef5b6b
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
new file mode 100644
index 000000000000..f39e47a2534d
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20250620.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild,
equery, etc)"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+src_install() {
+ emake DESTDIR="${D}" install \
+ completionsdir="$(get_bashcompdir)" \
+ helpersdir="$(get_bashhelpersdir)" \
+ compatdir="${EPREFIX}/etc/bash_completion.d"
+}