summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-16Fix output to be sorted using portage.versions.vercmp (bug 409449).Paul Varner
2012-05-16Make colors for useflags be the same as portage.Paul Varner
2012-05-08Fix Bug 414627, where not all packages were being printed.Paul Varner
2012-04-25Extend eread to allow sorting (bug 413577).Sławomir Nizio
2012-04-11Fix eread to work on a prefix environment.Paul Varner
2012-04-11Remove incorrect usage of -r flage for egrep (Bug 410137).Paul Varner
2012-04-11Fix eshowkw traceback on prefix enviroments (Bug 411599).Paul Varner
2012-04-11Update man page to include --ebuild option to equery which commandPaul Varner
2012-04-04equery: turn sys.argv into a parameterMike Frysinger
2012-03-19Add patch from Vitaly Shimansky to fix regex in modify_packages()Paul Varner
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-05Apply patch from Jared Hancock to disable globbing.Paul Varner
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-20Update the comment for setting the overlay name.Paul Varner
2012-02-20Change overlay name to match portage when repo_name is not found.Paul Varner
2012-02-20Fix euse -i to not print errors from 'cat' when determining the repository namePaul Varner
2012-02-16Fix revdep-rebuild.sh to properly honor emerge return codes.Paul Varner
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-12-19Fix setup.py to work with EPREFIX changes in Portage (Bug 394909).Paul Varner
2011-11-28Fix typo in eusePaul Varner
2011-10-12Fix revdep-rebuiild to exit correctly with correct error code when emergePaul Varner
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-09-07Add missing quotesChristian Ruppert
2011-08-25fix bug 380573.dol-sen
2011-08-24Fix traversal of cascading profiles by euse (Bug 379559).Paul Varner
2011-07-27Fix missing parenthises in euse. Bug 376393Paul Varner
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-13Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...dol-sen
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 python 3 incompatible codePaul Varner
2011-07-13Add from __future__ import print_function for python 3 compatabilityPaul Varner
2011-07-13Change description from 'analyze' to 'revdep-rebuild' descriptionPaul Varner
2011-07-13Hardcode APP_NAME to revdep-rebuildPaul Varner