summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2012-04-04equery: turn sys.argv into a parameterMike Frysinger
2012-03-18fix a missed hardcoded path not using the portage.root.Brian Dolbec
2012-03-18add an ebuild listing option to equery which as requested by Calchan and ryao.Brian Dolbec
2012-03-03Add ignored files/directories check.Brian Dolbec
2012-03-02fix bug 406613. ignore any .keep_* files in /var/db/pkg. Print a warning for...Brian Dolbec
2012-03-01fix bug 406495. renamed portage.config() parameter from _eprefix to eprefix.Brian Dolbec
2012-02-06Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner
2012-02-06Change the documentation for revdep-rebuild --library.Paul Varner
2012-01-27Fix bug 400957 where -hC did not work to to printing help immediately upon f...Brian Dolbec
2012-01-22fix bug 398103 to properly delete broken symlinks and not abort.Brian Dolbec
2011-12-22Fix equery's term_width too.Brian Dolbec
2011-12-22Fix the term_width setting for the recent portage change, which is now return...Brian Dolbec
2011-10-10reverse the logging message in analyse.py since it is not correct.dol-sen
2011-10-10add --library output to revdep-rebuild.dol-sen
2011-08-25fix bug 380573.dol-sen
2011-07-15Fix updated Package class to work correctly with prefix portagePaul Varner
2011-07-15Update Package Class to allow passing of local_config.Paul Varner
2011-07-15Do not index ChangeLog entries with an invalid CPV. (Bug 375293)Paul Varner
2011-07-14Fix call_program to actually return stdout as string under py3kPaul Varner
2011-07-14Change default cache directory to '/var/cache/revdep-rebuild'Paul Varner
2011-07-13Fix help for --binpkgs-missing optionPaul Varner
2011-07-13Make development warning always printPaul Varner
2011-07-13major pylint cleanup, 2 probable bugs fixed along the way.dol-sen
2011-07-13merge head, fix conflicts, more pylint cleanupdol-sen
2011-07-13partial pylint cleanupdol-sen
2011-07-13fix the placement of the l.endswith('.a') in the ifdol-sen
2011-07-12fix a possibility of a None type error in exclDictMatchCPdol-sen
2011-07-12fix the use of set updates and the with statement.dol-sen
2011-07-12Remove automatic adding of pretend to revdep-rebuild options.Paul Varner
2011-07-12Fix python 3 syntax errors with new revdep-rebuild. Change VERSION toPaul Varner
2011-07-12Update setup.py for python revdep-rebuildPaul Varner
2011-07-12Fixed --library checking when not using cacheSlawek
2011-07-12Added support for file path in -L optionSlawek
2011-07-12Fixed .la files parser. Some minor logging fixes.Slawek
2011-07-12pass the nocolor setting on to emerge.dol-sen
2011-07-12move unused function to stuff.pydol-sen
2011-07-12change the masking status message.dol-sen
2011-07-12whitespace separation from system importsdol-sen
2011-07-12more cleanup of importing logging. Use the one defined or passed in to in ma...dol-sen
2011-07-12migrate away from a global SETTINGS usage.dol-sen
2011-07-12new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen
2011-07-12convert to gentoolkit's standard tab indent.dol-sen
2011-07-12rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen
2011-07-12Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek
2011-07-12Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek
2011-07-12Split to several files. Introduced logging (instead of print_v)Slawomir Lis
2011-07-12Fixed error in reading cache. Fixed problem with too many files to check.Slawek
2011-07-12Fixed checks for --library optionlis.slawek
2011-07-12Fixed scanning revdep config; minor fix in analyse functionlis.slawek
2011-07-12Fixed problem with 32/64 bit libraries and binarieslis.slawek