commit: 9b56411f36ba0cc5af11817b1e40bb208058bfc0 Author: Leo Douglas <douglarek <AT> gmail <DOT> com> AuthorDate: Mon Dec 2 02:43:18 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Jul 8 18:48:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=9b56411f
_gentoolkit: remove equery changes command completion it is removed since gentoolkit 0.6.0. Bug: https://bugs.gentoo.org/945358 Closes: https://github.com/gentoo/gentoo-zsh-completions/pull/34 Signed-off-by: Leo Douglas <douglarek <AT> gmail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> src/_gentoolkit | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/_gentoolkit b/src/_gentoolkit index ce5ada4..350beea 100644 --- a/src/_gentoolkit +++ b/src/_gentoolkit @@ -92,15 +92,6 @@ _equery () { '(-n --name-only)'{-n,--name-only}"[don't print the version]" \ '*:file:_files' && ret=0 ;; - changes|c) - _arguments \ - '(-l --latest)'{-l,--latest}'[only display latest ChangeLog entry]' \ - '(-f --full)'{-f,--full}'[display full ChangeLog entry]' \ - '--limit[limit the number of entries displayed (with --full)]:number:' \ - '--from[which version to display from]' \ - '--to[which version to display to]' \ - ':portage:_packages available' && ret=0 - ;; check|k) _arguments \ '(-f --full-regex)'{-f,--full-regex}'[supplied query is a regex]:pattern:' \ @@ -195,7 +186,6 @@ _equery () { tmp=( {belongs,b}'[list all packages owning file(s)]' {check,k}'[check MD5sums and timestamps of package]' - {changes,c}'[shows ChangeLog for specified package]' {depends,d}'[list all packages depending on specified package]' {depgraph,g}'[display a dependency tree for package]' {files,f}'[list files owned by package]'
