summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add EAPI2 phases to completion, patch by Jeroen Roovers in bug 297419gentoo-bashcomp-20091225Jeremy Olexa2009-12-251-1/+2
| | | | svn path=/trunk/; revision=94
* Small change to MakefileJeremy Olexa2009-06-131-1/+1
| | | | svn path=/trunk/; revision=92
* 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
* Add layman to the MakefileJeremy Olexa2009-05-051-1/+1
| | | | svn path=/trunk/; revision=89
* typo in makefileJeremy Olexa2009-05-051-1/+1
| | | | svn path=/trunk/; revision=88
* Make date UTC awareJeremy Olexa2009-05-051-1/+1
| | | | svn path=/trunk/; revision=87
* 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 AUTHORS file to reflect current stateJeremy Olexa2009-05-051-2/+10
| | | | svn path=/trunk/; revision=85
* Add layman completions by Peter Link Sterk <link@penguindevelopment.org> in ↵Jeremy Olexa2009-05-051-0/+75
| | | | | | bug 224273 svn path=/trunk/; revision=84
* Update copywrite years to currentJeremy Olexa2009-05-052-2/+2
| | | | svn path=/trunk/; revision=83
* Update Header on repoman fileJeremy Olexa2009-05-051-0/+7
| | | | svn path=/trunk/; revision=82
* Add tag target to Makefile for maintenence easeJeremy Olexa2009-05-051-2/+9
| | | | svn path=/trunk/; revision=81
* actually add our new repoman completion to the distfilegentoo-bashcomp-20090222Jeremy Olexa2009-02-231-1/+1
| | | | svn path=/trunk/; revision=79
* add svn up before svn2cl to ensure that the ChangeLog is updated properlyJeremy Olexa2009-02-231-0/+1
| | | | svn path=/trunk/; revision=78
* remove useless dist-sign/upload stuff and add a meaningful upload functionJeremy Olexa2009-02-231-8/+3
| | | | svn path=/trunk/; revision=77
* add a little blurb in TODO that says simply that todo is motivated by ↵Jeremy Olexa2009-02-231-1/+1
| | | | | | bugs.gentoo.org svn path=/trunk/; revision=76
* 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
* Remove useless 'NEWS' file, that hasn't been updated foreverJeremy Olexa2009-02-232-41/+1
| | | | svn path=/trunk/; revision=73
* ChangeLog is now autogenerated from svn log output during make distJeremy Olexa2009-02-232-133/+2
| | | | svn path=/trunk/; revision=72
* Initial work for the repoman bash-completion moduleJeremy Olexa2009-02-211-0/+27
| | | | svn path=/trunk/; revision=71
* Complete ebuild filenames even when no arch is given to ekeyword.gentoo-bashcomp-20080521Tristan Heaven2008-05-212-31/+28
| | | | svn path=/trunk/; revision=69
* bdeps not bdepTristan Heaven2008-05-211-2/+2
| | | | svn path=/trunk/; revision=68
* Update ebuild completionTristan Heaven2008-05-212-6/+5
| | | | svn path=/trunk/; revision=67
* Update emerge completionTristan Heaven2008-05-212-156/+145
| | | | 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-132-30/+33
| | | | svn path=/trunk/; revision=64
* Update emerge action completion #125128.Tristan Heaven2008-05-132-33/+30
| | | | svn path=/trunk/; revision=63
* Update completion for euse and glsa-checkTristan Heaven2008-05-132-6/+8
| | | | svn path=/trunk/; revision=62
* include NEWS in dist, bug #203330Tristan Heaven2008-05-131-1/+1
| | | | svn path=/trunk/; revision=61
* svn path=/trunk/; revision=60Tristan Heaven2008-05-132-53/+14
|
* Added _complete_herd and _complete_dev for completing on herd/dev names ↵Aaron Walker2005-06-152-0/+82
| | | | | | 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-182-2/+8
| | | | svn path=/trunk/; revision=58
* Fix NEWS entry.Aaron Walker2005-05-161-1/+5
| | | | svn path=/trunk/; revision=56
* Add missing test in glob loop. Gentoo bug 92749.Aaron Walker2005-05-152-1/+6
| | | | svn path=/trunk/; revision=53
* Add support to _emerge for virtual/* completionAaron Walker2005-05-073-2/+28
| | | | svn path=/trunk/; revision=52
* Added _list_compgen thanks to TGL in previously mentioned bug.gentoo-bashcomp-20050506Aaron Walker2005-05-064-16/+185
| | | | svn path=/trunk/; revision=50
* gentoo bug 91060: equery files --filter and --help for equery subcommands.Aaron Walker2005-05-032-8/+22
| | | | svn path=/trunk/; revision=49
* Added epm completion.Aaron Walker2005-05-013-2/+51
| | | | svn path=/trunk/; revision=48
* Added glsa-check completion.Aaron Walker2005-05-012-0/+32
| | | | svn path=/trunk/; revision=47
* fix portageq envvar completion to use env -i before parsing emerge -v --info ↵Aaron Walker2005-04-282-1/+6
| | | | | | output. svn path=/trunk/; revision=46
* Added euse completion.Aaron Walker2005-04-223-70/+59
| | | | svn path=/trunk/; revision=45
* Fixed _portdir() to not spew errors if sed failsAaron Walker2005-04-202-2/+8
| | | | svn path=/trunk/; revision=44
* Added splat completionAaron Walker2005-04-202-0/+31
| | | | svn path=/trunk/; revision=43
* Added revdep-rebuild completion; fixed etcat -v completion.Aaron Walker2005-04-193-15/+70
| | | | svn path=/trunk/; revision=42
* err forgot to update ChangeLog with release.Aaron Walker2005-04-171-0/+1
| | | | svn path=/trunk/; revision=40
* Fixed several bugs: 88797 88799 88152Aaron Walker2005-04-173-17/+56
| | | | svn path=/trunk/; revision=39
* Added etcat completion.Aaron Walker2005-04-124-46/+59
| | | | svn path=/trunk/; revision=38
* Add have() for local installations; bug 88326.Aaron Walker2005-04-081-0/+9
| | | | svn path=/trunk/; revision=37