aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed multilib supportrevdep-rebuildslis2013-09-302-33/+105
* Minor fix in rebuild (parsing options)Slawek2012-10-021-3/+1
* Cleanup in revdep-rebuild file; improved multi-core analyzing (speedup on mul...Slawek2012-10-024-1/+144
* Fixed --library checking when not using cacheSlawek2011-04-281-1/+1
* Added support for file path in -L optionSlawek2011-04-272-6/+19
* Fixed .la files parser. Some minor logging fixes.Slawek2011-04-263-10/+23
* pass the nocolor setting on to emerge.dol-sen2011-04-251-0/+2
* move unused function to stuff.pydol-sen2011-04-252-8/+9
* change the masking status message.dol-sen2011-04-251-1/+2
* whitespace separation from system importsdol-sen2011-04-252-0/+2
* more cleanup of importing logging. Use the one defined or passed in to in ma...dol-sen2011-04-254-15/+32
* migrate away from a global SETTINGS usage.dol-sen2011-04-245-31/+40
* new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-04-242-145/+238
* convert to gentoolkit's standard tab indent.dol-sen2011-04-246-519/+519
* rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen2011-04-241-0/+0
* Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek2011-02-153-2/+24
* Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek2011-01-188-86/+76
* Split to several files. Introduced logging (instead of print_v)Slawomir Lis2011-01-178-601/+717
* Fixed error in reading cache. Fixed problem with too many files to check.Slawek2011-01-071-17/+34
* Fixed checks for --library optionlis.slawek2010-12-291-3/+2
* Fixed scanning revdep config; minor fix in analyse functionlis.slawek2010-12-291-3/+8
* Fixed problem with 32/64 bit libraries and binarieslis.slawek2010-12-291-9/+35
* Comment the NO_PRETEND variable better.brian.dolbec2010-12-291-5/+7
* fix a missing leading space so that any args are not attached to the emerge c...brian.dolbec2010-12-291-1/+1
* Initial revision of revdep-rebuild python versionlis.slawek2010-12-291-0/+723
* create a pkg for the new python revdep-rebuild.brian.dolbec2010-12-291-0/+4
* Remove use_cache parameter from setcpv call since it is deprecated.FuzzyRay2010-12-281-1/+1
* Inital man page for eshowkw listing all of the options.FuzzyRay2010-12-271-0/+43
* Add equery has information to the man page. Brian Dolbec2010-12-211-0/+48
* Convert my name to contain all proper chars.scarabeus2010-12-181-1/+1
* Add man page stub for eshowkwfuzzyray2010-12-171-0/+4
* Drop useless comment linescarabeus2010-12-041-1/+1
* Update sorting algorithm to order slots properly if package with lower slot h...scarabeus2010-12-041-27/+23
* Properly get versions for all packages in all repositories so versions from d...scarabeus2010-11-271-9/+61
* Make euse prefix awarefuzzyray2010-11-242-3/+4
* Update euse to look for portage config files in new as well as old paths. Bug...fuzzyray2010-11-242-14/+58
* Revert previous changes to euse, changes will need to be more extensivefuzzyray2010-11-231-14/+7
* Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. Bug...fuzzyray2010-11-231-7/+14
* Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295fuzzyray2010-11-221-1/+3
* Move useless variable passing.scarabeus2010-11-221-11/+11
* Run the keywords check only if the keywords are not empty.scarabeus2010-11-221-1/+2
* Drop useless importscarabeus2010-11-221-2/+0
* Fix wrong value parsingscarabeus2010-11-211-1/+1
* Drop useless code for whitespace strippingscarabeus2010-11-211-16/+3
* Compare keywords not as exact line match but separately. This allows multiple...scarabeus2010-11-211-14/+13
* Fix UnicodeDecodeError in setup.py, bug 346001fuzzyray2010-11-191-2/+3
* Revert: Use join() rather than string printing.scarabeus2010-11-191-2/+2
* Remove unused variable.scarabeus2010-11-181-2/+1
* Use join() rather than string printing.gentoolkit-0.3.0_rc11scarabeus2010-11-171-2/+2
* Respect category when running as cwd call without specified package.scarabeus2010-11-171-1/+1