summaryrefslogtreecommitdiff
path: root/gentoo
Commit message (Expand)AuthorAgeFilesLines
* Apply Gentoo Prefix patch to trunk and tags/release-20100613gentoo-bashcomp-20100613Jeremy Olexa2010-06-131-25/+25
* Add support for equery meta. Patch by Jacek Sowiński in bug 287092Jeremy Olexa2010-06-131-2/+16
* Fix for new-style virtuals, bug 269498 patch by Jacek SowińskiJeremy Olexa2010-05-041-12/+3
* Fix filtering of categories and packages. Bug 301582, patches by Jacek SowińskiJeremy Olexa2010-05-041-11/+20
* Complete equery depgraph on all package names, bug 298916 patch by Jacek Sowi...Jeremy Olexa2010-05-041-2/+2
* Fix equery check completion. bug 298919, patch by Jacek SowińskiJeremy Olexa2010-05-041-3/+9
* Add EAPI2 phases to completion, patch by Jeroen Roovers in bug 297419gentoo-bashcomp-20091225Jeremy Olexa2009-12-251-1/+2
* Add support for rc-service, patch by Finn Wilke <wilkefi@googlemail.com>, bug...gentoo-bashcomp-20090613Jeremy Olexa2009-06-131-0/+105
* add missing ebuild options to ebuild(1) completion, bug 270560Jeremy Olexa2009-06-131-4/+4
* Complete rewrite of the revdep-rebuild function by Finn Wilke <wilkefi@google...Jeremy Olexa2009-05-051-29/+81
* Update copywrite years to currentJeremy Olexa2009-05-051-1/+1
* retab whole file to honor modeline that someone else set.Jeremy Olexa2009-02-231-880/+880
* add --jobs= and --keep-going to completion, bug 235454Jeremy Olexa2009-02-231-0/+2
* Complete ebuild filenames even when no arch is given to ekeyword.gentoo-bashcomp-20080521Tristan Heaven2008-05-211-31/+27
* bdeps not bdepTristan Heaven2008-05-211-2/+2
* Update ebuild completionTristan Heaven2008-05-211-5/+4
* Update emerge completionTristan Heaven2008-05-211-156/+142
* opengl-update and etcat are long goneTristan Heaven2008-05-151-68/+0
* revert that for nowTristan Heaven2008-05-131-29/+33
* Update emerge action completion #125128.Tristan Heaven2008-05-131-33/+29
* Update completion for euse and glsa-checkTristan Heaven2008-05-131-6/+7
* svn path=/trunk/; revision=60Tristan Heaven2008-05-131-53/+9
* Added _complete_herd and _complete_dev for completing on herd/dev names respe...Aaron Walker2005-06-151-0/+75
* More reliable revdep-rebuild --soname completion.Aaron Walker2005-05-181-2/+4
* Add missing test in glob loop. Gentoo bug 92749.Aaron Walker2005-05-151-1/+1
* Add support to _emerge for virtual/* completionAaron Walker2005-05-071-2/+20
* Added _list_compgen thanks to TGL in previously mentioned bug.gentoo-bashcomp-20050506Aaron Walker2005-05-061-6/+151
* gentoo bug 91060: equery files --filter and --help for equery subcommands.Aaron Walker2005-05-031-8/+17
* Added epm completion.Aaron Walker2005-05-011-2/+44
* Added glsa-check completion.Aaron Walker2005-05-011-0/+28
* fix portageq envvar completion to use env -i before parsing emerge -v --info ...Aaron Walker2005-04-281-1/+1
* Added euse completion.Aaron Walker2005-04-221-0/+54
* Fixed _portdir() to not spew errors if sed failsAaron Walker2005-04-201-2/+6
* Added splat completionAaron Walker2005-04-201-0/+27
* Added revdep-rebuild completion; fixed etcat -v completion.Aaron Walker2005-04-191-15/+54
* Fixed several bugs: 88797 88799 88152Aaron Walker2005-04-171-16/+27
* Added etcat completion.Aaron Walker2005-04-121-0/+49
* Add have() for local installations; bug 88326.Aaron Walker2005-04-081-0/+9
* Fix actionreAaron Walker2005-03-301-1/+1
* Converted all extended regular expressions to bash extglobs in _emerge(). The...Aaron Walker2005-03-291-17/+24
* Fixed conditional/quoting bug in _emerge.Aaron Walker2005-03-291-16/+13
* Removed all occurrences of $grepcmd and $sedcmd from _emerge; exclude categor...Aaron Walker2005-03-291-59/+61
* Update _ebuild subcommands.Aaron Walker2005-03-221-15/+12
* Few bug fixes; see ChangeLogAaron Walker2005-03-161-10/+42
* Consider PORTDIR_OVERLAY when generating possible completions.Aaron Walker2005-03-141-34/+151
* Fixed emerge completion that I broke last commit ; catgories werent getting a...Aaron Walker2005-02-071-58/+61
* _pkgname updates. Added _pkgname_only(). Updated gcc-config completion.Aaron Walker2005-02-071-390/+331
* Removed some test code I threw in there last timeAaron Walker2005-02-021-9/+1
* Moved common _pkgname code into separate functions.Aaron Walker2005-02-011-53/+82
* Large cleanup; mostly removed old commented out stuff that I was keeping around.Aaron Walker2005-02-011-61/+21