summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-11revdep_rebuild/collect.py: Fix unknown variables.Brian Dolbec
2014-02-11revdep_rebuild/analyse.py: Fix a long line.Brian Dolbec
2014-02-11revdep-rebuild: Add the function name to the debug messagesBrian Dolbec
2014-02-11revdep-rebuild: Use set().update() instead of set().union().Brian Dolbec
2014-02-11revdep_rebuild/analyse.py: Fix the bug that caused some breakage to not be de...Brian Dolbec
2014-02-11revdep_rebuild/analyse.py: Remove unused or commented out codeBrian Dolbec
2014-02-11revdep_rebuild: Remove duplicate files for the scanelf checks.Brian Dolbec
2014-02-11revdep_rebuild/analyse.py: Fix default parameter assignment.Brian Dolbec
2014-02-11revdep_rebuild/stuff.py: Remove unused exithandler()Brian Dolbec
2014-02-11revdep_rebuild/cache.py: Remove inccorrect bash shebang.Brian Dolbec
2014-02-11revdep_rebuild: Fix missing logger variable in check_temp_files().Brian Dolbec
2014-02-11revdep_rebuild/assign.py: Fix unused error assignmentBrian Dolbec
2014-02-11revdep_rebuild/rebuild.py: Add missing logger.warn() callBrian Dolbec
2014-02-11revdep_rebuild/rebuild.pt: Remove unused variablesBrian Dolbec
2014-02-11revdep_rebuild/assign.py: Make assign_packages() ignore files found in /var/d...Brian Dolbec
2014-02-11revdep_rebuild: Whitespace cleanupBrian Dolbec
2014-02-11revdep_rebuild: Initial pyflakes import and variable cleanup.Brian Dolbec
2014-02-11revdep_rebuild: Fix tracebacks due to empy results returned from scanelf calls.Brian Dolbec
2014-01-21Merged revdep-rebuild branchslis
2014-01-10Separate "Vulnerable" and "Unaffected" by comma/spaceChristian Ruppert
2013-12-29Remove leftover option from when the rebuild module was split out to it's own...Brian Dolbec
2013-11-21Handle numbers in package namesVikraman Choudhury
2013-11-19revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths fromPaul Varner
2013-11-05euse: use portageq for get_portdir function unconditionally.Paul Varner
2013-11-02Add contributing section to README.devPaul Varner
2013-11-01equery: add --ignore-linguas switch to equery man page.Paul Varner
2013-11-01equery: add --ignore-linguas switch to 'equery uses'Julian Ospald
2013-09-30Fixed multilib supportslis
2013-09-10Add fallback to using portageq for get_portdir function.Paul Varner
2013-09-10Fix Ctrl-C handling when running emerge (Bug 476740).Paul Varner
2013-09-10Fix use of REVDEP_REBUILD_DEFAULT_OPTS (Bug 484340).Paul Varner
2013-09-05Modify setup.py to include eclean-dist and eclean-pkg.Paul Varner
2013-09-04Copy eclean to exlean-dist and eclean-pkg.Paul Varner
2013-09-04Change argv[0] name check to use startswith() for compatibilty with python-exec.Paul Varner
2013-08-29Convert EMERGE_DEFAULT_OPTS to an array (Bug 482232).Paul Varner
2013-08-18Add license field to equery meta as requested by hasufellBrian Dolbec
2013-08-11eclean: simplify the sortingBrian Dolbec
2013-08-11Add fifo type to equery files, bug 480308.Brian Dolbec
2013-08-11prevent a possible unknown object "cleaner"Brian Dolbec
2013-07-08euse: fix looking up portage-2 style parent paths with empty repo nameMichael Marineau
2013-07-08Rename eclean --destructive option to --deep (Bug #475808)Paul Varner
2013-03-12equery: respect PORTAGE_CONFIGROOT tooMike Frysinger
2013-01-17Change /etc/make.conf references in man pages to make.confPaul Varner
2013-01-17Change behavior and name of REVDEP_DEFAULT_OPTS variable.Paul Varner
2013-01-14Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS f...Paul Varner
2013-01-04Fix regular expression queries to work properly. (Bug 447406)Paul Varner
2013-01-03Fix unicode error when printing unicode strings in set_version.Paul Varner
2013-01-02Modify setup.py to accept VERSION as an argument as well as an environment va...Paul Varner
2012-12-30fix bug 449300, duped use flags due to non defaulted use flags added from ecl...Brian Dolbec
2012-12-22fix bug 445904 make.conf pathBrian Dolbec