summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Collapse)Author
2011-07-12pass the nocolor setting on to emerge.dol-sen
2011-07-12move unused function to stuff.pydol-sen
2011-07-12change the masking status message.dol-sen
2011-07-12whitespace separation from system importsdol-sen
2011-07-12more cleanup of importing logging. Use the one defined or passed in to in ↵dol-sen
main().
2011-07-12migrate away from a global SETTINGS usage.dol-sen
Better for tests and api usability.
2011-07-12new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen
2011-07-12convert to gentoolkit's standard tab indent.dol-sen
2011-07-12rename revdep-rebuild.py due to a python error if a '-' is used in the name.dol-sen
2011-07-12Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518Slawek
2011-07-12Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek
2011-07-12Split to several files. Introduced logging (instead of print_v)Slawomir Lis
2011-07-12Fixed error in reading cache. Fixed problem with too many files to check.Slawek
2011-07-12Fixed checks for --library optionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12Fixed scanning revdep config; minor fix in analyse functionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12Fixed problem with 32/64 bit libraries and binarieslis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12Comment the NO_PRETEND variable better.brian.dolbec
Fix a few minor grammar errors. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@478 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12fix a missing leading space so that any args are not attached to the emerge ↵brian.dolbec
command itself. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@477 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12Initial revision of revdep-rebuild python versionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12create a pkg for the new python revdep-rebuild.brian.dolbec
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@470 5234894e-44cd-11de-9a4c-a76526a193c6
2011-07-12Change "Deprecated" to "unavailable" to reflect term used in portage.Paul Varner
Unavailable packages are packages that are installed, but do not have a corresponding ebuild available for installation.
2011-05-29Allow only one arg for --arch/-aChristian Ruppert
Allowing multiple args for -a/--arch causes some trouble (depending on the order) E.g. "eshowkw cat/pkg -a a b" would work while "eshowkw -a a cat/pkg" wouldn't because it would count cat/pkg to the -a/--arch option. eshowkw -a amd64 kdelibs No ebuilds at "/root"
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
in favour of fixing it at the source so all of gentoolkit's modules benefit. This reverts commit 674776f13984d40a1cd7eb6929be81618708e1fa.
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
regardless of the --no-pipe option which would turn off setting 'quiet' on. Signed-off-by: dol-sen <brian.dolbec@gmail.com>
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-11analyse namespace change to enalyze and standardize the spelling to use the ↵dol-sen
'z' variant.
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-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-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-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".