summaryrefslogtreecommitdiffstats
path: root/bin/emaint
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable the vdb check until it can be migrated to filter-env.Jason Stubbs2006-01-281-2/+3
| | | | svn path=/main/trunk/; revision=2599
* add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ↵Brian Harring2006-01-271-0/+1
| | | | | | tiz the convention currently). svn path=/main/trunk/; revision=2593
* fix possible path and vdb location issuesMarius Mauch2006-01-241-14/+15
| | | | svn path=/main/trunk/; revision=2581
* fixupMarius Mauch2006-01-221-1/+1
| | | | svn path=/main/trunk/; revision=2569
* store all auxdbkeys in vdb and add a new emaint target to create missing entriesMarius Mauch2006-01-221-2/+59
| | | | svn path=/main/trunk/; revision=2568
* don't inline code, do __name__=="__main__" so the module can be used instead ↵Brian Harring2006-01-121-47/+48
| | | | | | of strictly called. svn path=/main/trunk/; revision=2560
* Remove tests for masked/unavailable packages.Jason Stubbs2005-12-301-10/+0
| | | | svn path=/main/trunk/; revision=2492
* Fix an incorrect variable reference triggered when using --fix and --checkJason Stubbs2005-12-241-1/+1
| | | | | | together. Patch by Ashley Stovall. # 116576 svn path=/main/trunk/; revision=2444
* Separate masked and unavailable ebuilds and report that masked ebuilds can beJason Stubbs2005-12-211-1/+7
| | | | | | handled with package.keywords or package.unmask when they are detected. svn path=/main/trunk/; revision=2427
* Added a description of emaint to `emaint --help`Jason Stubbs2005-11-131-0/+6
| | | | svn path=/main/trunk/; revision=2298
* output a finished messageMike Frysinger2005-11-011-0/+1
| | | | svn path=/main/branches/2.0/; revision=2222
* Take the str() of the option passed to the callback so it can be compared ↵Jason Stubbs2005-10-141-1/+1
| | | | | | usefully later on. svn path=/main/branches/2.0/; revision=2130
* Rework to API behaviour rather than API documentationJason Stubbs2005-10-071-4/+4
| | | | svn path=/main/branches/2.0/; revision=2117
* Add new tool to check and fix problems with the world file (to begin with)Jason Stubbs2005-10-051-0/+111
svn path=/main/branches/2.0/; revision=2098