aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* revdep-rebuild/analyse.py: Change the scanelf call parameters.Brian Dolbec2014-02-171-1/+1
* revdep-rebuild/cache.py: Convert cache loading to sets()Brian Dolbec2014-02-171-5/+5
* fixed commented out rebuildslis2014-02-171-1/+1
* Using sets in collect moduleslis2014-02-173-31/+32
* revdep-rebuild/analyse.py: Add bin, lib, masked directories and files to the ...Brian Dolbec2014-02-161-0/+13
* Open CONTENTS files as utf-8 to prevent UnicodeDecodeError.Paul Varner2014-02-131-1/+2
* Update warning to indicate prerelease and where to file bugs.Paul Varner2014-02-121-1/+4
* revdep_rebuild/collect.py: Minor grmmar correction.Brian Dolbec2014-02-121-1/+1
* revdep_rebuild: Add task timing information to debug output.Brian Dolbec2014-02-122-4/+40
* revdep_rebuild/assign.py: Add missed green importBrian Dolbec2014-02-121-1/+1
* revdep_rebuild/analyse.py: Add docstring to scan_files()Brian Dolbec2014-02-121-1/+8
* revdep_rebuild/rebuild.py: Add library search message type for orphaned files.Brian Dolbec2014-02-121-0/+6
* revdep_rebuild: Unify debug and detail output for a more consistent look.Brian Dolbec2014-02-126-26/+28
* revdep_rebuild/analyse.py: Create LibCheck class for searching & processing t...Brian Dolbec2014-02-121-28/+100
* recdep_rebuild: Python 3 fixes.Brian Dolbec2014-02-112-3/+10
* revdep_rebuild/analyse.py: Cleanup some debug code, remove a blank line.Brian Dolbec2014-02-111-3/+0
* revdep_rebuild: Track and report broken orphaned files.Brian Dolbec2014-02-112-6/+18
* revdep_rebuild/assign.py: Remove dead code.Brian Dolbec2014-02-111-24/+0
* revdep_rebuild: Minor indent changes for debug messages, improves output.Brian Dolbec2014-02-112-3/+3
* revdep_rebuild: Add logger parameter to scan_files(), scan()Brian Dolbec2014-02-112-11/+10
* Fix incorrect reporting of some broken files, pkgs.Brian Dolbec2014-02-111-12/+7
* revdep_rebuild/stuff.py: Sort the set of files to scan.Brian Dolbec2014-02-111-4/+4