aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Slawek2012-10-024-1/+144
| | | | multi-core cpu to about 60% original time)
* 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 ↵dol-sen2011-04-254-15/+32
| | | | main().
* migrate away from a global SETTINGS usage.dol-sen2011-04-245-31/+40
| | | Better for tests and api usability.
* 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
| | | | git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6
* Fixed scanning revdep config; minor fix in analyse functionlis.slawek2010-12-291-3/+8
| | | | git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6
* Fixed problem with 32/64 bit libraries and binarieslis.slawek2010-12-291-9/+35
| | | | git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6
* Comment the NO_PRETEND variable better.brian.dolbec2010-12-291-5/+7
| | | | | | Fix a few minor grammar errors. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@478 5234894e-44cd-11de-9a4c-a76526a193c6
* fix a missing leading space so that any args are not attached to the emerge ↵brian.dolbec2010-12-291-1/+1
| | | | | | command itself. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@477 5234894e-44cd-11de-9a4c-a76526a193c6
* Initial revision of revdep-rebuild python versionlis.slawek2010-12-291-0/+723
| | | | git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6
* create a pkg for the new python revdep-rebuild.brian.dolbec2010-12-291-0/+4
| | | | git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@470 5234894e-44cd-11de-9a4c-a76526a193c6
* Remove use_cache parameter from setcpv call since it is deprecated.FuzzyRay2010-12-281-1/+1
| | | | Bug 349342
* 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
| | | | svn path=/trunk/gentoolkit/; revision=877
* Add man page stub for eshowkwfuzzyray2010-12-171-0/+4
| | | | svn path=/trunk/gentoolkit/; revision=876
* Drop useless comment linescarabeus2010-12-041-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=872
* Update sorting algorithm to order slots properly if package with lower slot ↵scarabeus2010-12-041-27/+23
| | | | | | has higher version. svn path=/trunk/gentoolkit/; revision=871
* Properly get versions for all packages in all repositories so versions from ↵scarabeus2010-11-271-9/+61
| | | | | | different repos does not shadow each other svn path=/trunk/gentoolkit/; revision=870
* Make euse prefix awarefuzzyray2010-11-242-3/+4
| | | | svn path=/trunk/gentoolkit/; revision=869
* Update euse to look for portage config files in new as well as old paths. ↵fuzzyray2010-11-242-14/+58
| | | | | | Bug 346519 svn path=/trunk/gentoolkit/; revision=868
* Revert previous changes to euse, changes will need to be more extensivefuzzyray2010-11-231-14/+7
| | | | svn path=/trunk/gentoolkit/; revision=867
* Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. ↵fuzzyray2010-11-231-7/+14
| | | | | | Bug 346519 svn path=/trunk/gentoolkit/; revision=866
* Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295fuzzyray2010-11-221-1/+3
| | | | svn path=/trunk/gentoolkit/; revision=865
* Move useless variable passing.scarabeus2010-11-221-11/+11
| | | | svn path=/trunk/gentoolkit/; revision=864
* Run the keywords check only if the keywords are not empty.scarabeus2010-11-221-1/+2
| | | | svn path=/trunk/gentoolkit/; revision=863
* Drop useless importscarabeus2010-11-221-2/+0
| | | | svn path=/trunk/gentoolkit/; revision=862
* Fix wrong value parsingscarabeus2010-11-211-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=861
* Drop useless code for whitespace strippingscarabeus2010-11-211-16/+3
| | | | svn path=/trunk/gentoolkit/; revision=860
* Compare keywords not as exact line match but separately. This allows ↵scarabeus2010-11-211-14/+13
| | | | | | multiple combined versions to overshadow. svn path=/trunk/gentoolkit/; revision=859
* Fix UnicodeDecodeError in setup.py, bug 346001fuzzyray2010-11-191-2/+3
| | | | svn path=/trunk/gentoolkit/; revision=858
* Revert: Use join() rather than string printing.scarabeus2010-11-191-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=857
* Remove unused variable.scarabeus2010-11-181-2/+1
| | | | svn path=/trunk/gentoolkit/; revision=856
* Use join() rather than string printing.gentoolkit-0.3.0_rc11scarabeus2010-11-171-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=854
* Respect category when running as cwd call without specified package.scarabeus2010-11-171-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=853