Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 231029 Details for
Bug 287092
app-shells/gentoo-bashcomp should include support for equery meta
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Support for 'meta' action
meta_support.patch (text/plain), 1.62 KB, created by
Jacek Sowiński
on 2010-05-11 00:17:16 UTC
(
hide
)
Description:
Support for 'meta' action
Filename:
MIME Type:
Creator:
Jacek Sowiński
Created:
2010-05-11 00:17:16 UTC
Size:
1.62 KB
patch
obsolete
>--- gentoo.99 2010-05-11 02:09:31.000000000 +0200 >+++ g3 2010-05-11 02:14:23.000000000 +0200 >@@ -1099,7 +1099,7 @@ > if [[ $j -lt $COMP_CWORD ]]; then > j=$((j + 1)) > case $i in >- @(belongs|ch@(anges|eck)|dep@(ends|graph)|files|glsa|list|s@(ize|tats)|uses|which|hasuse|b|c|k|d|g|f|a|h|l|s|t|u|w)) >+ @(belongs|ch@(anges|eck)|dep@(ends|graph)|files|glsa|list|meta|s@(ize|tats)|uses|which|hasuse|b|c|k|d|g|f|a|h|l|m|s|t|u|w)) > mode=$i > ;; > esac >@@ -1114,7 +1114,7 @@ > COMPREPLY=($(compgen -W "-q --quiet -C --nocolor -h --help -V --version" -- $cur)) > ;; > *) >- COMPREPLY=($(compgen -W "belongs changes check depends depgraph files glsa hasuse list size stats uses which" -- $cur)) >+ COMPREPLY=($(compgen -W "belongs changes check depends depgraph files glsa hasuse list meta size stats uses which" -- $cur)) > ;; > esac > ;; >@@ -1247,6 +1247,20 @@ > esac > fi > ;; >+ m?(eta)) >+ # Only complete if the previous entry on the command line is not >+ # a package name. >+ if [[ ${prev} == ${mode} || ${prev:0:1} == "-" ]]; then >+ case $cur in >+ -*) >+ COMPREPLY=($(compgen -W "--help -h --description -d --herd -H --keywords -k --maintainer -m --useflags -u --upstream -U --xml -x" -- $cur)) >+ ;; >+ *) >+ _pkgname -A $cur >+ ;; >+ esac >+ fi >+ ;; > k|check) > # Only complete if the previous entry on the command line is not > # a package name.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287092
: 231029