diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-05 03:04:32 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-05 03:04:32 -0500 |
| commit | d1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (patch) | |
| tree | 2263b6d9a132eda0bd86f48e54c00d8383a6b517 /app-shells | |
| parent | 58d5b6df48974566c90f6b21e09f15dddad2134b (diff) | |
| download | baldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.tar.gz baldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.tar.xz baldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.zip | |
Adding metadata
Diffstat (limited to 'app-shells')
| -rw-r--r-- | app-shells/gentoo-bashcomp/Manifest | 1 | ||||
| -rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest index 0abdd1b4721a..40354730d9dd 100644 --- a/app-shells/gentoo-bashcomp/Manifest +++ b/app-shells/gentoo-bashcomp/Manifest @@ -1,2 +1,3 @@ DIST gentoo-bashcomp-20240625.tar.bz2 23794 BLAKE2B 567131238e24744a5083ad8ec484d4342b6891e95b999d11d809da769d8f2ad3536f7da769f0d291663b9c3be46fe67d261cbdcf59a0f846e4f08a66b4106571 SHA512 1b5476ba7cb1b7c2f1d51c03d592245718fb4c2c07ff5171aee1bfa0def2a2f0bbff7a38950d18e3646285e7432cedee0ee75eed1c6348946793f011de4ddcbf DIST gentoo-bashcomp-20250620.tar.bz2 23780 BLAKE2B dc4d6dd7d0063056a234cfe4aff3d39b4519848f6f3d68d76f63cdcb5d333da159a88984b8607ae2f9b99ab6bd9ed264b0e4c7f4a7edafe002dbec18cb6c2e19 SHA512 222995b060f762d86c486e34d3e8f740b15a947b4392575bb1af29f11e3cec9c2a0fbdd1a8d397f5356db771adc19df39c2e70ac2dd22b2ce4ee188747ef5b6b +DIST gentoo-bashcomp-20260905.tar.bz2 23762 BLAKE2B b667ccdab5711cbb07ebc58ddf0ab60e3f9541a7b671735e4a65af23efc7bdc2bb15792ab911058b5de270a7409a4eaa2f2b082dc66066916435f04c768d5eb6 SHA512 8ed9f95bcfe6950d37da0bb523d6b91b1b341a1e055a5808e6394e0e4198db9327dda3e4fb3a77aaf1dd8a5170fcca755d012cc37790f35a835cfb66e2d37e7a diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild new file mode 100644 index 000000000000..437e00eb03b3 --- /dev/null +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 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 ~x64-macos" + +src_install() { + emake DESTDIR="${D}" install \ + completionsdir="$(get_bashcompdir)" \ + helpersdir="$(get_bashhelpersdir)" \ + compatdir="${EPREFIX}/etc/bash_completion.d" +} |
