summaryrefslogtreecommitdiff
path: root/gentoo
Commit message (Collapse)AuthorAgeFilesLines
* Move completions into subdirectories.Michał Górny2014-08-311-2040/+0
| | | | | completions/ for files going to completionsdir, compat/ for those going into compatdir.
* Style and performance improvements based on suggestions by Steven J. Long.Ryan Hill2013-08-121-29/+28
|
* Fix whitespace.Ryan Hill2013-08-121-72/+72
|
* Add support for repos.conf (bug #478444).Ryan Hill2013-08-041-15/+94
| | | | | | Newer portage versions use repos.conf to set paths to different repos rather than PORTDIR/PORTDIR_OVERLAY. This adds a parser for these ini-style config files.
* Support bash-completion-2.1 (bug #477024).Alexander Tsoy2013-07-291-132/+57
| | | | | | | - Do not use deprecated have() function. - Move gentoo_style_init completion in separate file. It doesn't support dynamic loading so it should be installed in compatdir. - Cleanup spaces at the end of lines.
* Remove debugging variable.Ryan Hill2012-10-231-1/+0
| | | | https://bugs.gentoo.org/show_bug.cgi?id=431578#c2
* Clean up metagen completion.Ryan Hill2012-10-211-19/+15
|
* Add modelines and retab.Ryan Hill2012-10-211-100/+99
|
* Add support for md5 cache format (bug #431576).Ryan Hill2012-10-101-51/+70
| | | | | | | | | (Based on a patch by Jacek Sowiński) Now that the main portage tree is using the md5-cache format by default we need to be sure we're checking both locations. Also clean up some bad indentation and useless line continuations.
* Add support for /etc/portage/make.conf (bug #424777).Ryan Hill2012-10-081-0/+1
|
* Source /usr/share/portage/config/make.globals directly (bug #431034).Ryan Hill2012-10-081-1/+1
| | | | | As of portage-2.1.11.10/2.2.0_alpha121 the /etc/make.globals symlink no longer exists (see bug #427862).
* Added a completion function for epkginfo.atlaua2012-05-061-8/+41
| | | | | epkginfo is just a shortcut for equery meta, so I reused the code for that.
* Check options in `equery list` further than just in $prevJacek Sowiński2012-04-241-9/+6
| | | | | --HG-- extra : source : e6a0424d3176b724b00098f21973e76e10cc6405
* Proper calling of _pkgname() in `equery list`Jacek Sowiński2012-04-241-5/+5
|
* Preliminary support for `equery keywords`Jacek Sowiński2012-04-241-4/+16
| | | | | --HG-- extra : source : a29f54778b77d71486990ff8130848ebbd02acc5
* Completion for `equery has` optionsJacek Sowiński2012-04-241-1/+5
| | | | | --HG-- extra : source : 61ccc1fd1399c57af02ffc5489c55261c043d418
* Update equery module list drop 'glsa' and 'stats' add 'has' and 'keywords'Jacek Sowiński2012-04-241-3/+3
| | | | | --HG-- extra : source : e2d4bcca497f4d1cde9825e1b75db31df5234292
* Completion for `equery changes` 1. There is inconsitency in output of ↵Jacek Sowiński2012-04-241-1/+20
| | | | | | | `equery changes --help`: * "Usage" and "examples" give different order of args. * In "Usage" it is: [options] pkgspec * In "examples" it is: pkgspec [options] 2. I chose "examples" approach so: * `equery c <TAB><TAB>` will complete pkgspec * `equery c -<TAB><TAB>` will complete -h and --help * `equery c pkgspec <TAB><TAB>` will complete other options --HG-- extra : source : 1476935140c182f435d6de80dab035a931d5edb6
* Fix completion for `equery belongs`Jacek Sowiński2012-04-241-25/+11
| | | | | | | | | | | 1. Remove -c and --category options as they are not present in `equery belongs --help` output. 2. Make code indentation more readable. 3. "Only complete if the previous entry on the command line is not a file name." now works properly also with options. --HG-- extra : source : 9f755f92ba552dcd20d20e473ff6cf5848c27e9e
* Update options completion for majority of equery modulesJacek Sowiński2012-04-241-8/+16
| | | | belongs, check, depends, depgraph, files, list, size
* #350179 fix the completion for 'uses' and 'which' modules of equeryJacek Sowiński2012-04-241-5/+26
| | | | | | - fix pkgspec completion - separate completion for these modules, as they have another sets of options
* bug 311441: fix revdep-rebuild completion, by Martin von Gagerngentoo-bashcomp-20101217Jeremy Olexa2010-12-171-59/+16
| | | | svn path=/trunk/; revision=104
* bug 327953: better completion for the ebuild command, by Martin von GagernJeremy Olexa2010-12-121-2/+2
| | | | svn path=/trunk/; revision=103
* Apply Gentoo Prefix patch to trunk and tags/release-20100613Jeremy Olexa2010-06-131-25/+25
| | | | svn path=/trunk/; revision=102
* Add support for equery meta. Patch by Jacek Sowiński in bug 287092Jeremy Olexa2010-06-131-2/+16
| | | | svn path=/trunk/; revision=100
* Fix for new-style virtuals, bug 269498 patch by Jacek SowińskiJeremy Olexa2010-05-041-12/+3
| | | | svn path=/trunk/; revision=99
* Fix filtering of categories and packages. Bug 301582, patches by Jacek SowińskiJeremy Olexa2010-05-041-11/+20
| | | | svn path=/trunk/; revision=98
* Complete equery depgraph on all package names, bug 298916 patch by Jacek ↵Jeremy Olexa2010-05-041-2/+2
| | | | | | Sowiński svn path=/trunk/; revision=97
* Fix equery check completion. bug 298919, patch by Jacek SowińskiJeremy Olexa2010-05-041-3/+9
| | | | svn path=/trunk/; revision=96
* Add EAPI2 phases to completion, patch by Jeroen Roovers in bug 297419gentoo-bashcomp-20091225Jeremy Olexa2009-12-251-1/+2
| | | | svn path=/trunk/; revision=94
* Add support for rc-service, patch by Finn Wilke <wilkefi@googlemail.com>, ↵gentoo-bashcomp-20090613Jeremy Olexa2009-06-131-0/+105
| | | | | | bug 227139 svn path=/trunk/; revision=91
* add missing ebuild options to ebuild(1) completion, bug 270560Jeremy Olexa2009-06-131-4/+4
| | | | svn path=/trunk/; revision=90
* Complete rewrite of the revdep-rebuild function by Finn Wilke ↵Jeremy Olexa2009-05-051-29/+81
| | | | | | <wilkefi@googlemail.com>, bug 267914 svn path=/trunk/; revision=86
* Update copywrite years to currentJeremy Olexa2009-05-051-1/+1
| | | | svn path=/trunk/; revision=83
* retab whole file to honor modeline that someone else set.Jeremy Olexa2009-02-231-880/+880
| | | | svn path=/trunk/; revision=75
* add --jobs= and --keep-going to completion, bug 235454Jeremy Olexa2009-02-231-0/+2
| | | | svn path=/trunk/; revision=74
* Complete ebuild filenames even when no arch is given to ekeyword.gentoo-bashcomp-20080521Tristan Heaven2008-05-211-31/+27
| | | | svn path=/trunk/; revision=69
* bdeps not bdepTristan Heaven2008-05-211-2/+2
| | | | svn path=/trunk/; revision=68
* Update ebuild completionTristan Heaven2008-05-211-5/+4
| | | | svn path=/trunk/; revision=67
* Update emerge completionTristan Heaven2008-05-211-156/+142
| | | | svn path=/trunk/; revision=66
* opengl-update and etcat are long goneTristan Heaven2008-05-151-68/+0
| | | | svn path=/trunk/; revision=65
* revert that for nowTristan Heaven2008-05-131-29/+33
| | | | svn path=/trunk/; revision=64
* Update emerge action completion #125128.Tristan Heaven2008-05-131-33/+29
| | | | svn path=/trunk/; revision=63
* Update completion for euse and glsa-checkTristan Heaven2008-05-131-6/+7
| | | | svn path=/trunk/; revision=62
* svn path=/trunk/; revision=60Tristan Heaven2008-05-131-53/+9
|
* Added _complete_herd and _complete_dev for completing on herd/dev names ↵Aaron Walker2005-06-151-0/+75
| | | | | | respectively (requires herdstat). Also added metagen completion, which uses the previously mentioned functions for completiong on herd names, as well dev email addy's. svn path=/trunk/; revision=59
* More reliable revdep-rebuild --soname completion.Aaron Walker2005-05-181-2/+4
| | | | svn path=/trunk/; revision=58
* Add missing test in glob loop. Gentoo bug 92749.Aaron Walker2005-05-151-1/+1
| | | | svn path=/trunk/; revision=53
* Add support to _emerge for virtual/* completionAaron Walker2005-05-071-2/+20
| | | | svn path=/trunk/; revision=52
* Added _list_compgen thanks to TGL in previously mentioned bug.gentoo-bashcomp-20050506Aaron Walker2005-05-061-6/+151
| | | | svn path=/trunk/; revision=50