summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-14Fix spelling errors in equery.1 and euse.1 man pages. (Bug 371268)Paul Varner
2011-05-29Allow only one arg for --arch/-aChristian Ruppert
2011-05-28Merge branch 'gentoolkit' of git+ssh://overlays.gentoo.org/proj/gentoolkit in...Christian Ruppert
2011-05-24Change revdep-rebuild to no longer determine the build order. InsteadPaul Varner
2011-05-23Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug 36...Paul Varner
2011-05-22fix the Dependencies.graph_depends() api return value not being correct.dol-sen
2011-05-19fix bug 368113 dupe'd USE flagsdol-sen
2011-05-19Revert "uniqify the list of returned use flags in uses.py. Bug 368113"dol-sen
2011-05-20uniqify the list of returned use flags in uses.py. Bug 368113Paul Varner
2011-05-18add keywords formatter option.dol-sen
2011-05-16found a better spot to set piping wrap width so as to disable for all piping ...dol-sen
2011-05-16add CONFIG['termWidth'] setting to the no-pipe option to effectively turn off...dol-sen
2011-05-16fix py3 compatibility issues in eshowkw.dol-sen
2011-05-11Update setup.py for namespace change of analyse to enalyzePaul Varner
2011-05-11Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner
2011-05-11Fix euse to treat PORTDIR the same as an overlay for purposes of printing the...Paul Varner
2011-05-11analyse namespace change to enalyze and standardize the spelling to use the '...dol-sen
2011-05-10Fix euse to print proper statement for egencache. Bug 366673Paul Varner
2011-05-10Change chmod 700 to chmod 600 when changing permissions on the cache files. B...Paul Varner
2011-04-23fix python-3 compatibility for euse bug 364081Brian Dolbec
2011-04-18Change eprefix.py to only look at portage for the value of EPREFIXPaul Varner
2011-04-10temporary fix for a test failure due to the added dotfiles check.Brian Dolbec
2011-03-31Fix extend_realpaths in FileOwner class. (Bug 96515)Paul Varner
2011-03-28Latest euse changes from Jared HancockPaul Varner
2011-03-17add the Homepage to epkginfo/equery meta's Upstream option as per idl0r's req...Brian Dolbec
2011-03-08add a dotfile check and only delete hidden (.dotfile's) during a destructive ...Brian Dolbec
2011-02-26Fix some pylint complainsChristian Ruppert
2011-02-25Fix small typoPaul Varner
2011-02-25Apply latest changes from Jared HancockPaul Varner
2011-02-25Fix whitespacePaul Varner
2011-02-24decorate some functions as @staticmethodBrian Dolbec
2011-02-24move mysettings out of __getMaskStatus() into __init__() so it is only done o...Brian Dolbec
2011-02-24WhitespaceChristian Ruppert
2011-02-24Fix package.mask checkChristian Ruppert
2011-02-23fix some alignment mismatchesBrian Dolbec
2011-02-23fix the rebuild_keywords slot appended bug.Brian Dolbec
2011-02-23code the rebuild keywords module.Brian Dolbec
2011-02-10Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Brian Dolbec
2011-02-10apply djanderson's idea for a simpler/better fix to bug 353430 and commit 000...Brian Dolbec
2011-01-31Some whitespace to visualy separate the codeTomas Chvatal
2011-01-31Align the suffix for revision correctly.Tomas Chvatal
2011-01-30Align revision nicely so it is space separated and easier to spot.Tomas Chvatal
2011-01-28Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner
2011-01-25fix the missing unset flags issue due to my misleading variable name for "cle...Brian Dolbec
2011-01-25fix a missed function rename for an assignmentBrian Dolbec
2011-01-25fix the setting of the quiet option properly this timeBrian Dolbec
2011-01-25Fix missing quiet option passing into the analyse moduleBrian Dolbec
2011-01-25Add a leading '-' to disabled USE flags.Brian Dolbec
2011-01-25Modify printers to use the newly split out CpvValuesWrapper and add a print_p...Brian Dolbec
2011-01-25Add a new cpv and values textwrapping classBrian Dolbec