aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Change all open() calls to use Unicode.Paul Varner2015-11-2412-23/+43
* Get status of arch from profileJustin Lecher2015-11-191-3/+73
* Add eapi column to the eshowkwDenis Romanchuk2015-11-173-16/+33
* equery/meta.py: Re-add the coma, so it makes the data a true tuple.Brian Dolbec2015-11-091-3/+3
* equery/meta.py: Revert the changes to the verbose section or format_maintainersBrian Dolbec2015-11-081-3/+3
* equery/meta.py: Fix a traceback reported by Manuel RuegerBrian Dolbec2015-11-081-7/+4
* gentoolkit: Fix to allow package names of all digits. Bug 562952Paul Varner2015-10-222-3/+3
* eclean: Fix traceback error caused by adding -i optionPaul Varner2015-10-191-0/+1
* eclean: Add option to allow for missing PKGDIR. Bug 551266Paul Varner2015-10-192-3/+8
* eclean: fix eclean-pkg -n -d Bug #472020Marc Joliet2015-10-151-1/+1
* eshowkw: Gray out unstable archesMichał Górny2015-08-091-0/+3
* gentoolkit: Fix query.py to properly work with sets (Bug 546726)Paul Varner2015-06-021-1/+1
* revdep-rebuild: Remove broken NO_PRETEND settingMike Gilbert2015-05-272-13/+0
* revdep-rebuild.py: Fix recent changes to work with Python 3Paul Varner2014-11-121-1/+1
* --library option - partial filename checkingSlawek Lis2014-11-121-18/+15
* revdep --library fixesSlawek Lis2014-11-071-5/+24
* logging levelSlawek Lis2014-11-071-2/+1
* help text updateSlawek Lis2014-11-071-3/+3
* loggin updateSlawek Lis2014-11-071-1/+0
* using debug loggingSlawek Lis2014-11-051-1/+1
* updated default cache location for non-rootSlawek Lis2014-11-051-1/+1
* revdep-rebuild: Fix python version to honor --debugPaul Varner2014-10-301-1/+1
* Fix two typosBrian Dolbec2014-08-282-2/+2
* equery has: Add CFLAGS, CXXFLAGS, LDFLAGS to strip the leading '-'Brian Dolbec2014-08-281-1/+1
* output all messages into stdout instead of stderrSlawek Lis2014-08-281-1/+1
* equery: Don't always print the license field (bug #508114).Tobias Heinlein2014-04-191-6/+7
* Fixed bug when no libraries are passedSlawek Lis2014-03-271-1/+2
* Switch from getopt to argparseSlawek Lis2014-03-261-73/+64
* parsing revdep config refactor, added environment config read (as sugggested ...Slawek Lis2014-03-241-12/+21
* Moved option and config parsing into settings moduleSlawek Lis2014-03-243-115/+123
* Fix for non-existing libraries version (https://bugs.gentoo.org/show_bug.cgi?...slis2014-03-171-1/+5
* Fix #504654 - problem with encoding for non-ascii filenamesslis2014-03-171-1/+1
* Remove unused revdep-rebuild.pygentoolkit-0.3.0.9Paul Varner2014-03-111-17/+0
* Remove development version warningPaul Varner2014-03-111-4/+1
* Fix the broken import statement for sets.Merlijn Wajer2014-02-221-4/+6
* revdep_rebuild/rebuild.py: Migrate an os.system() call to subprocess.call()Brian Dolbec2014-02-181-4/+4
* revdep_rebuild/rebuild.py: Add debug timing info for the emerge call.Brian Dolbec2014-02-181-0/+8
* revdep_rebuild/rebuild.py: Remove useless emerge_command reassignment to itself.Brian Dolbec2014-02-181-2/+0
* revdep_rebuild/assign.py: Improve a couple logger messages formatting.Brian Dolbec2014-02-181-2/+2
* revdep_rebuild/assign.py: Downgrade a logging.info message to logging.debugBrian Dolbec2014-02-181-1/+1
* revdep_rebuild.py/assign.py: Fix a bug in the slot assignment.Brian Dolbec2014-02-181-1/+1
* revdep_rebuild: Fix pkgs to merge being incorrectly filtered.Brian Dolbec2014-02-182-20/+32
* revdep_rebuild/analyse.py: Improve LibCheck.search() totals debug output.Brian Dolbec2014-02-181-3/+6
* recdep_rebuild/analyse.py: Fix LibCheck.search() overwiting found_libs...Brian Dolbec2014-02-181-6/+7
* revdep_rebuild/analyse.py: No need to convert to a set before updating maske...Brian Dolbec2014-02-181-6/+5
* revdep_rebuild/analyse.py: Correctly set search bits for -L searches...Brian Dolbec2014-02-181-16/+35
* revdep_rebuild: Remove unused symlink_pairs code.Brian Dolbec2014-02-182-16/+4
* revdep_rebuild/analyse.py: Remove the -n option from the scanelf parameters. Brian Dolbec2014-02-181-1/+1
* revdep_rebuild/collect.py: Fix incorrect usage of set.union(), should have be...Brian Dolbec2014-02-181-1/+1
* Revert "revdep-rebuild/analyse.py: Change the scanelf call parameters."Brian Dolbec2014-02-181-1/+1