summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* euse: Fix 'grep: Unmatched ( or \(' errors with euse -iPaul Varner2015-06-021-1/+1
* revdep-rebuild: Remove broken NO_PRETEND settingMike Gilbert2015-05-272-13/+0
* euse: Fix PORTDIR deprecation message. Bug 505160Paul Varner2015-04-231-61/+16
* Fix eread to only display elog files. (Bug 534686)Paul Varner2015-01-231-3/+3
* eclean: fix typos in man page and line wrap long linesMike Frysinger2014-11-131-7/+15
* revdep-rebuild.py: Fix recent changes to work with Python 3Paul Varner2014-11-121-1/+1
* Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Slawek Lis2014-11-122-2/+39
|\
| * revdep-rebuild.sh: Look for issues with symbols. (Bug 63643)Paul Varner2014-11-112-2/+39
* | --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 gawk warning escape sequence \. treated as plain. Bug 526400Paul Varner2014-10-241-1/+1
* setup.py: Fix installation on slackware systemsBrian Dolbec2014-08-281-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
* Update revdep-rebuild.sh to use new path for functions.sh. (Bug 373219)Paul Varner2014-03-061-1/+10
* 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