app-shells / bash-completion

Programmable Completion for bash

Official package sites : https://github.com/scop/bash-completion ·

Since v2.04, bash has allowed you to intelligently program and extend its standard completion behavior to achieve complex command lines with just a few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of all string handling functions in the UNIX manual. mount system: [Tab] would complete on all exported file-systems from the host called system, while make [Tab] would complete on all targets in Makefile. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.

v9999 :: 0 :: gentoo

Modified
License
GPL-2+
USE flags
eselect test

v2.14.0-r1 :: 0 :: gentoo

Modified
License
GPL-2+
Keywords
amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~ia64 ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x86-linux
USE flags
eselect test

v2.14.0 :: 0 :: gentoo

Modified
License
GPL-2+
Keywords
amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~ia64 ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x86-linux
USE flags
eselect test

General

eselect
Support blacklisting of completions via 'eselect bashcomp'. This enables custom Gentoo patching of upstream completion loader.
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-shells / bash : The standard GNU Bourne again shell

sys-apps / miscfiles : Miscellaneous files

app-emulation / libvirt : C toolkit to manipulate virtual machines

app-shells / tmux-bash-completion : bash-completion scripts for tmux

551874
app-shells/bash-4.3 w/ app-shells/bash-completion: cd autocomplete fail with [], () and {} in directory names
626528
app-shells/bash-completion ctrl-Z signal freezes the shell
746881
app-shells/bash-completion-2.11 gives wrong results when ~ is part of a file/path argument (Regression)
803071
app-emulation/virt-viewer-10.0 has an automagic dependencies on x11-libs/vte and app-shells/bash-completion
931744
app-shells/bash-completion-2.14.0 fails tests
931992
app-shells/bash-completion-2.14.0 problems with installed bash completions
935400
app-shells/bash-completion-2.14.0 and 2.14.0-r1 : test fail : 2 tests: test_sudo.py test_xfreerdp.py
935658
app-shells/bash-completion-2.14.0 rsync completion fails if folder name have a space.
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/bash-completion: Stabilize 2.14.0-r1 ALLARCHES, #935720
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: fix live ebuild
Bug: https://bugs.gentoo.org/935658 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: drop 2.11, 2.13.0-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 hppa, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 ppc64, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 ppc, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
app-shells/bash-completion: sync live
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Eli Schwartz · gentoo
app-shells/bash-completion: fix QA warnings for unusable completions
Remove some more completions we don't have a good reason to ship. They are either solaris-specific or require packages we don't ship. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 sparc, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 arm64, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 arm, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 x86, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: Stabilize 2.14.0 amd64, #933699
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfred Wingate · gentoo
app-shells/bash-completion: disable py3.13
* To add a target that isn't supported by bash-completions you have first modify the completions file to add the new target and symlink it. * Symlinking is incorrectly done currently as dosym adds D already. Closes: https://bugs.gentoo.org/931665 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36627 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: add 2.14.0
- Also apply fix to optimize kernel modules search completion Closes: https://bugs.gentoo.org/669128 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/bash-completion: fix blocker atom (!)
Fixes: 3502e4f637e92eedb871b5aab25aec6ea238308a Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-shells/bash-completion: sync live (partly)
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-shells/bash-completion: add pytest-forked test dep
I'm actually wondering if I'm forgetting something here, because I was convinced pytest-forked or something merged into pytest-xdist...? Closes: https://bugs.gentoo.org/931131 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-shells/bash-completion: block old app-text/tree which installs its own completion
>=app-text/tree-2.1.1-r1 defers to the new one in >=bash-completion-2.13.0. Closes: https://bugs.gentoo.org/931129 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/bash-completion: sync live
Closes: https://bugs.gentoo.org/865511 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/bash-completion: add 2.13.0
- add pytest-xdist for tests, for parallel testing - automatically extend symlinks for all supported python targets - fix CHANGES file rename - disable some more tests we don't really care about Closes: https://bugs.gentoo.org/886159 Closes: https://bugs.gentoo.org/622892 Closes: https://bugs.gentoo.org/836360 Closes: https://bugs.gentoo.org/734120 Closes: https://bugs.gentoo.org/669128 Bug: https://bugs.gentoo.org/865511 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/bash-completion: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Deselect a failing test
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Use epytest to run tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Move test dependencies to BDEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Reformat
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Remove unused inherits
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Use python_has_version
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
app-shells/bash-completion: keyword 2.11 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/bash-completion: add Python 3.10
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mike Gilbert · gentoo
app-shells/bash-completion: addpredict ~ for tests
Closes: https://bugs.gentoo.org/839840 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
James Le Cuirot · gentoo
app-shells/bash-completion: Keyword 2.11 for ~m68k
5 tests failed but 1231 passed. At least some failures were down to flawed tests. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Georgy Yakovlev · gentoo
app-shells/bash-completion: keyword 2.11 for ~riscv
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Mair-Keimberger · gentoo
app-shells/bash-completion: add missing user-info eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20368 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
app-shells/bash-completion: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
app-shells/bash-completion: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/bash-completion: Stabilize 2.11 ALLARCHES, #739270
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Skip tests relying on networking
Closes: https://bugs.gentoo.org/734072 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James (sam_c) · gentoo
app-shells/bash-completion: arm64 stable (bug #709762)
Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc64 stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.10 for hppa, bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: ia64 stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: amd64 stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: sparc stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: arm stable wrt bug #709762
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
app-shells/bash-completion: x86 stable (bug #709762)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Remove outdated blocker
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Disable tests failing in containers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.9-r1 for hppa, bug #693738
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
app-shells/bash-completion-2.9-r1: alpha stable, bug 693738
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: arm stable wrt bug #693738
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: sparc stable wrt bug #693738
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: ia64 stable wrt bug #693738
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: amd64 stable wrt bug #693738
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc64 stable wrt bug #693738
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
app-shells/bash-completion: arm64 stable (bug #693738)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64"
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
app-shells/bash-completion: x86 stable (bug #693738)
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.9-r1 for ppc, bug #693738
Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: arm stable wrt bug #686692
Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.9 for hppa, bug #686692
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: alpha stable wrt bug #686692
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: ia64 stable wrt bug #686692
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc64 stable wrt bug #686692
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.9 for ppc, bug #686692
Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
app-shells/bash-completion: x86 stable (bug #686692)
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: amd64 stable wrt bug #686692
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Make eselect support optional
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Bump Gentoo support to 2.0.3
Bump Gentoo support package to a new version including fix for 'grep' being defined as alias by the user. Closes: https://bugs.gentoo.org/686590 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.9 for sparc, bug #686692
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Use bashcomp2 git repo in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
app-shells/bash-completion: arm64 stable (bug #686692)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Strip ifquery as well
Closes: https://bugs.gentoo.org/684766 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Init Python with USE=test only
Closes: https://bugs.gentoo.org/684584 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Remove *-fbsd keywords due to deps
dev-python/pexpect apparently fails test on *-fbsd. Remove the keywords for further investigation. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Fix missing 'tar' aliases in 2.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Pass -vv to pytest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Strip FreeBSD completions on non-fbsd
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Refactor completion removal into a func
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: EAPI 7, py3.7 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
app-shells/bash-completion: arm64 stable wrt bug #679902
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: alpha stable wrt bug #679902
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
app-shells/bash-completion: x86 stable (bug #679902)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.8 for ppc, bug #679902
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: arm stable wrt bug #679902
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.8 for hppa, bug #679902
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.8 for sparc, bug #679902
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
app-shells/bash-completion: amd64 stable wrt bug #679902
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Mikle Kolyada · gentoo
app-shells/bash-completion: [QA] fix KEYWORDS line
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Add conditional test restriction
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Correct license to GPL-2+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Fix slot in bash dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Tests now require python3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-shells/bash-completion: Migrate to eapi7-ver
Michał Górny · gentoo
app-shells/bash-completion: Clean old up
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.7-r3 for hppa, bug #651534
Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
Mikle Kolyada · gentoo
app-shells/bash-completion: ppc stable wrt bug #651534
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Patrice Clement · gentoo
app-shells/bash-completion: version bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Rolf Eike Beer · gentoo
app-shells/bash-completion: stable 2.7-r3 for sparc
Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
Mart Raudsepp · gentoo
app-shells/bash-completion-2.7-r3: arm64 stable (bug #651534)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Mikle Kolyada · gentoo
app-shells/bash-completion: arm stable wrt bug #651534
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.7-r3 for ppc64, bug #651534
Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
Michał Górny · gentoo
app-shells/bash-completion: Renamed mount completions in -9999
Michał Górny · gentoo
app-shells/bash-completion: Improve STRIP_COMPLETIONS errors
Thomas Deutschmann · gentoo
app-shells/bash-completion: x86 stable (bug #651534)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Tobias Klausmann · gentoo
app-shells/bash-completion-2.7-r3: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/651534
Aaron Bauman · gentoo
app-shells/bash-completion: amd64 stable
Bug: https://bugs.gentoo.org/651534 Package-Manager: Portage-2.3.26, Repoman-2.3.7
Sergei Trofimovich · gentoo
app-shells/bash-completion: stable 2.7-r3 for ia64, bug #651534
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
Michał Górny · gentoo
app-shells/bash-completion: Drop old
Michał Górny · gentoo
app-shells/bash-completion: vim completion loading fixed in git
Michał Górny · gentoo
app-shells/bash-completion: Strip tests for removed vi completions
Michał Górny · gentoo
app-shells/bash-completion: Remove implicit completions for vim
Closes: https://bugs.gentoo.org/649986
Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords
Michał Górny · gentoo
app-shells/bash-completion: Block net-fs/mc due to file collision
Closes: https://bugs.gentoo.org/639828
Michał Górny · gentoo
app-shells/bash-completion: Clean old up
Michał Górny · gentoo
app-shells/bash-completion: Strip colliding rfkill executable
Closes: https://bugs.gentoo.org/635158
Michał Górny · gentoo
app-shells/bash-completion: Add a live ebuild
Michał Górny · gentoo
app-shells/bash-completion: Drop redundant versions
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.7
Michał Górny · gentoo
app-shells/bash-completion: Support running tests (creepy)
Include the dependencies and code needed to run tests. Due to DejaGnu, we need to emulate a virtual terminal to run tests. For this purpose, use dtach since it is the smallest tool that solves the problem that I know of. Restrict the tests since they fail, and the failures are likely false positives.
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.6
Alexis Ballier · gentoo
app-shells/bash-completion: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.5
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Markus Meier · gentoo
app-shells/bash-completion: arm stable, bug #604680
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
Fabian Groffen · gentoo
app-shells/bash-completion: dropped ~ia64-linux ~x86-interix
Package-Manager: portage-2.3.3
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc64 stable wrt bug #604680
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: ia64 stable wrt bug #604680
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Tobias Klausmann · gentoo
app-shells/bash-completion-2.4-r1: stable on alpha
Gentoo-Bug: 604680
Agostino Sarubbo · gentoo
app-shells/bash-completion: ppc stable wrt bug #604680
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Jeroen Roovers · gentoo
app-shells/bash-completion: Stable for HPPA (bug #604680).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
Agostino Sarubbo · gentoo
app-shells/bash-completion: sparc stable wrt bug #604680
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
app-shells/bash-completion: x86 stable wrt bug #604680
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Aaron Bauman · gentoo
app-shells/bash-completion: amd64 stable wrt bug #604680
Michał Górny · gentoo
app-shells/bash-completion: Fix unquoted ~ in readline patch, #601194
Michał Górny · gentoo
app-shells/bash-completion: Prune old
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.4
Michał Górny · gentoo
app-shells/bash-completion: rm mount, umount, #579766, simplify mpv rm
Remove mount & umount completions that are now installed by util-linux. Simplify mpv symlink removal to use our STRIP_COMPLETIONS mechanism rather than a Makefile patch. Bug: https://bugs.gentoo.org/579766
Louis Sautier · gentoo
app-shells/bash-completion: fix mpv completion
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1229 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Michał Górny · gentoo
app-shells/bash-completion: Bump to 4.3, #579070
Michał Górny · gentoo
app-shells/bash-completion: Drop interim old versions
Michał Górny · gentoo
app-shells/bash-completion: Bump to 2.2, #577836
Michał Górny · gentoo
app-shells/bash-completion: Fix blacklist/whitelist matching, #574570
Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/bashcomp'
Pull request: https://github.com/gentoo/gentoo/pull/731
Louis Sautier · gentoo
app-shells/bash-completion: make use of epatch more consistent
Package-Manager: portage-2.2.27
Louis Sautier · gentoo
app-shells/bash-completion: add patch to fix bug 543100
The patch was added for 2.1-r94 in fab2a7c5536a218bd909b2c7265e9c69296316dc but not for the most recent version Package-Manager: portage-2.2.27 RepoMan-Options: --force
Patrice Clement · gentoo
app-shells/bash-completion: Add patch to fix completion with escape characters. Fixes bug 543100.
Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed