summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-10 15:51:39 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-10 15:51:39 +0100
commit42e82780761e75f17a5cc96626558a297782f385 (patch)
tree45425190df4e3cbf429fd2b0834f320d51fd6579 /app-shells/bash-completion
parent3d00647fec2600e217d690a64ba45a41f1a2fa0c (diff)
gentoo auto-resync : 10:06:2023 - 15:51:39
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/Manifest4
-rw-r--r--app-shells/bash-completion/bash-completion-2.11.ebuild10
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild10
3 files changed, 10 insertions, 14 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index 76db6cf7e6ab..7e50ee7404dd 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,5 +1,5 @@
DIST bash-completion-2.11.tar.xz 311004 BLAKE2B 98e3ab6669bd70b49b238a597f1bc1309dc7ddd51c5b17c5e054f9161115d75d26e85d547471bc087e070d10554448b790a6dfb557abc413b70079ecc94acce3 SHA512 41585f730b5114d397831ba36d10d05643c6a6179e746ddc49aa1cbef61ea5525fd2f09b2e474adee14e647f99df8d5983ee48e29a59d8a30e1daf7fb1837e06
DIST bashcomp-2.0.3.tar.gz 3539 BLAKE2B 75304d144792cc7f6ad5455a05a65c33c646d6f7384d020a06a1fcf012cd51625a3dd0750ad539253453b1eede196c340286a1e81737f0835b5091609ba01295 SHA512 b2bd185ccbd4456939ccc731cc1983fcec2b9564a9920642a753fadd5d897fdb96b925ac1524657629d621d45b37d99076c8ae72511a827e96ff6c388d720008
-EBUILD bash-completion-2.11.ebuild 4125 BLAKE2B 7ed49a315ef70666aec0ebe1d28470677dbae0a20a84e6f0fc3aa39e4287a96e45973d7541b615713fafc66bd69ef26642dfdb102e4e3678838d3f1f7e39ee06 SHA512 15350f00f03313d9d81478c4de1c6c6532db04c99572bd4cb6b1659c50fbeff961bdbba66eae495042f38f583e917399a94efc9c0ec030c0f060a73d92ca644f
-EBUILD bash-completion-9999.ebuild 4056 BLAKE2B 902b3b26a311642b0db7215eb01dc89563c0952f33df20b68bb3d41494657b7f8026631456341c74322a1faf24413958be730c5d25b8121e9b59398a3173451d SHA512 5471542f0bbc5a029e4a1042d56c58778e6b5c96b1eeb0b8c169aec0adeed54b30e4a92455ed109a0565b5ba733801eb24196fb28865a7b51bc96525818ff2aa
+EBUILD bash-completion-2.11.ebuild 4047 BLAKE2B b4ed29c6466671dfd2fc4c96e5f8015fc5801ff41d7d66b940ef88c9dc0576679b08bc7c69413dda66f52f023e284f8645b0d285cfe820badfae2ec01c316cd3 SHA512 024dc800bc2b2177bd8ce6da65cfdbb04b136c181d5f4575afc54a2b0cc1e589987c48023c5b5780369f8eb4b30d78d8acaec287b5c87f7a82a5ae2b0c2d5a0d
+EBUILD bash-completion-9999.ebuild 3978 BLAKE2B aac935ea0768c24b882c54dbcfbd391d4bb4f05516f5a00efdcacd98ee236c2d710110c3c8f93c26d60a32980f5fbe1298586f0fd516b73240481faa194e4f91 SHA512 0bb0a3a334a3d6e372169cbffd2ab08787ba1e6272620d11b1d5205c38db1e53f58d9df75c7c95503472edec24656a4dc8c3e01e46e52a4568b28655713e9bd6
MISC metadata.xml 1433 BLAKE2B 09156ab369dfe03c5817a71b97c30cf768222c8f464441a0f04de8b2f0c6b9591545f2f0a62547f87241e7d787b565986fbe5903bfde7d1f1c2f6752d7dd12db SHA512 e18dee528d2f67f83044e9f6d218280c394f1508c9ce59d4dbec72302ac20125edd021924359ffaa52208a234a2246b3a710cd24b80d387701d37505092d7b27
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild
index c6323ea788a9..9d1182abc528 100644
--- a/app-shells/bash-completion/bash-completion-2.11.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
@@ -57,13 +57,11 @@ strip_completions() {
# Now-dead symlinks to deprecated completions
hd ncal
+
+ # FreeBSD
+ freebsd-update kldload kldunload portinstall portsnap
+ pkg_deinstall pkg_delete pkg_info
)
- if [[ ${ARCH} != *-fbsd && ${ARCH} != *-freebsd ]]; then
- strip_completions+=(
- freebsd-update kldload kldunload portinstall portsnap
- pkg_deinstall pkg_delete pkg_info
- )
- fi
local file
for file in "${strip_completions[@]}"; do
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
index 8d39bca2b242..7e597f994ebc 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -51,13 +51,11 @@ strip_completions() {
# Now-dead symlinks to deprecated completions
hd ncal
+
+ # FreeBSD
+ freebsd-update kldload kldunload portinstall portsnap
+ pkg_deinstall pkg_delete pkg_info
)
- if [[ ${ARCH} != *-fbsd && ${ARCH} != *-freebsd ]]; then
- strip_completions+=(
- freebsd-update kldload kldunload portinstall portsnap
- pkg_deinstall pkg_delete pkg_info
- )
- fi
local file
for file in "${strip_completions[@]}"; do