aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Change the documentation for revdep-rebuild --library.Paul Varner2012-02-061-3/+3
* fix bug 398103 to properly delete broken symlinks and not abort.Brian Dolbec2012-01-221-4/+16
* Fix equery's term_width too.Brian Dolbec2011-12-221-1/+1
* Fix the term_width setting for the recent portage change, which is now return...Brian Dolbec2011-12-221-1/+1
* reverse the logging message in analyse.py since it is not correct.dol-sen2011-10-101-2/+0
* add --library output to revdep-rebuild.dol-sen2011-10-102-0/+6
* fix bug 380573.dol-sen2011-08-251-2/+2
* Fix updated Package class to work correctly with prefix portagePaul Varner2011-07-151-4/+11
* Update Package Class to allow passing of local_config.Paul Varner2011-07-151-15/+27
* Do not index ChangeLog entries with an invalid CPV. (Bug 375293)Paul Varner2011-07-151-1/+1
* Fix call_program to actually return stdout as string under py3kPaul Varner2011-07-141-2/+2
* Change default cache directory to '/var/cache/revdep-rebuild'Paul Varner2011-07-142-3/+4
* Fix help for --binpkgs-missing optionPaul Varner2011-07-131-1/+1
* Make development warning always printPaul Varner2011-07-131-9/+8
* major pylint cleanup, 2 probable bugs fixed along the way.dol-sen2011-07-136-199/+258
* merge head, fix conflicts, more pylint cleanupdol-sen2011-07-137-27/+56
* partial pylint cleanupdol-sen2011-07-134-57/+89
* fix the placement of the l.endswith('.a') in the ifdol-sen2011-07-131-1/+1
* fix a possibility of a None type error in exclDictMatchCPdol-sen2011-07-121-2/+9
* fix the use of set updates and the with statement.dol-sen2011-07-124-16/+16
* Remove automatic adding of pretend to revdep-rebuild options.Paul Varner2011-07-123-8/+5
* Fix python 3 syntax errors with new revdep-rebuild. Change VERSION toPaul Varner2011-07-125-15/+16
* Update setup.py for python revdep-rebuildPaul Varner2011-07-121-0/+2
* Fixed --library checking when not using cacheSlawek2011-07-121-1/+1
* Added support for file path in -L optionSlawek2011-07-122-6/+19
* Fixed .la files parser. Some minor logging fixes.Slawek2011-07-123-10/+23
* pass the nocolor setting on to emerge.dol-sen2011-07-121-0/+2
* move unused function to stuff.pydol-sen2011-07-122-8/+9
* change the masking status message.dol-sen2011-07-121-1/+2
* whitespace separation from system importsdol-sen2011-07-122-0/+2
* more cleanup of importing logging. Use the one defined or passed in to in ma...dol-sen2011-07-124-15/+32
* migrate away from a global SETTINGS usage.dol-sen2011-07-125-31/+40
* new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-07-121-145/+187
* convert to gentoolkit's standard tab indent.dol-sen2011-07-126-519/+519
* rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen2011-07-121-0/+0
* Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek2011-07-123-2/+24
* Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek2011-07-128-86/+76
* Split to several files. Introduced logging (instead of print_v)Slawomir Lis2011-07-128-601/+717
* Fixed error in reading cache. Fixed problem with too many files to check.Slawek2011-07-121-17/+34
* Fixed checks for --library optionlis.slawek2011-07-121-3/+2
* Fixed scanning revdep config; minor fix in analyse functionlis.slawek2011-07-121-3/+8
* Fixed problem with 32/64 bit libraries and binarieslis.slawek2011-07-121-9/+35
* Comment the NO_PRETEND variable better.brian.dolbec2011-07-121-5/+7
* fix a missing leading space so that any args are not attached to the emerge c...brian.dolbec2011-07-121-1/+1
* Initial revision of revdep-rebuild python versionlis.slawek2011-07-121-0/+723
* create a pkg for the new python revdep-rebuild.brian.dolbec2011-07-121-0/+4
* Change "Deprecated" to "unavailable" to reflect term used in portage.Paul Varner2011-07-121-2/+2
* Allow only one arg for --arch/-aChristian Ruppert2011-05-291-1/+1
* fix the Dependencies.graph_depends() api return value not being correct.dol-sen2011-05-221-22/+19
* fix bug 368113 dupe'd USE flagsdol-sen2011-05-191-1/+2