summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-16add CONFIG['termWidth'] setting to the no-pipe option to effectively turn ↵dol-sen
off textwraping. This fixes issues with scripts parsing output.
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 ↵Paul Varner
git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
2011-05-11Fix euse to treat PORTDIR the same as an overlay for purposes of printing ↵Paul Varner
the repository name.
2011-05-11analyse namespace change to enalyze and standardize the spelling to use the ↵dol-sen
'z' variant.
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. ↵Paul Varner
Bug 356779
2011-04-28Fixed --library checking when not using cacheSlawek
2011-04-27Added support for file path in -L optionSlawek
2011-04-26Fixed .la files parser. Some minor logging fixes.Slawek
2011-04-25pass the nocolor setting on to emerge.dol-sen
2011-04-25move unused function to stuff.pydol-sen
2011-04-25change the masking status message.dol-sen
2011-04-25whitespace separation from system importsdol-sen
2011-04-25more cleanup of importing logging. Use the one defined or passed in to in ↵dol-sen
main().
2011-04-24migrate away from a global SETTINGS usage.dol-sen
Better for tests and api usability.
2011-04-24new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen
2011-04-24convert to gentoolkit's standard tab indent.dol-sen
2011-04-24rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen
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
Need to add proper test data and checks for it.
2011-03-31Fix extend_realpaths in FileOwner class. (Bug 96515)Paul Varner
Removed the os.path.islink check since it oly returns true if the last part of the path is a symbolic link. We want to add the realpath to the list if it already doesn't exist in the list, since that indicates that something in the path is a symbolic link.
2011-03-28Latest euse changes from Jared HancockPaul Varner
Prefers /etc/portage/make.conf when modifing global flags only if it defines the USE variable Also fixes a bug where euse would refuse to add hyphenated use flags. So you can: euse -E bash-completion
2011-03-17add the Homepage to epkginfo/equery meta's Upstream option as per idl0r's ↵Brian Dolbec
request.
2011-03-08add a dotfile check and only delete hidden (.dotfile's) during a destructive ↵Brian Dolbec
search.
2011-02-26Fix some pylint complainsChristian Ruppert
2011-02-25Fix small typoPaul Varner
2011-02-25Apply latest changes from Jared HancockPaul Varner
Fixes described issues from: http://bugs.gentoo.org/show_bug.cgi?id=259318#c88 "It's now more vocal when handling global flags, and does not indicate make.conf was edited if it was not. Actually, more specifically, it does not modify make.conf unnecessarily. (As before, it modified make.conf every time regardless of whether or not it changed anything) Also fixed the issue with removing and disabling multiple flags for a package."
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 ↵Brian Dolbec
once = 1/7th the time to run. decorate functions not needing self with @staticmethod.
2011-02-24WhitespaceChristian Ruppert
2011-02-24Fix package.mask checkChristian Ruppert
getmaskingstatus() returns an array so it always returned False if the array has multiple items
2011-02-23fix some alignment mismatchesBrian Dolbec
2011-02-23fix the rebuild_keywords slot appended bug.Brian Dolbec
re-factor rebuild_use to do the same slotted packages entries. fix some errors where I edited rebuild_use instead of rebuild_keywords print statements.
2011-02-23code the rebuild keywords module.Brian Dolbec
Add date and time info to the header generated. add -s, --slot option.
2011-02-15Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek
2011-02-10Merge branch 'gentoolkit' of ↵Brian Dolbec
git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
2011-02-10apply djanderson's idea for a simpler/better fix to bug 353430 and commit ↵Brian Dolbec
000ce49860b253ad6c917c5a58bc0ff31225134a for use conditionals causing errors in equery results.
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 ↵Brian Dolbec
"cleaned unset flags".
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