summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Collapse)Author
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
2011-01-25Modify printers to use the newly split out CpvValuesWrapper and add a ↵Brian Dolbec
print_pkg_quiet()
2011-01-25Add a new cpv and values textwrapping classBrian Dolbec
2011-01-25fix a missed rename and relocationof some importsBrian Dolbec
2011-01-24Add a new packages module to analyseBrian Dolbec
2011-01-23Make the ignorance of local settings complete.Tomas Chvatal
2011-01-23Ignore local_settings for package maks.Tomas Chvatal
2011-01-20Make shadow checker aware of mask status.Tomas Chvatal
2011-01-18Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek
2011-01-17Split to several files. Introduced logging (instead of print_v)Slawomir Lis
2011-01-09create a new uniqify_atoms() to properly handle a list of atom instances.Brian Dolbec
set the reverse dependency lookup to use it.
2011-01-09remove the use of uniqify as it does not work correctly with atoms.Brian Dolbec
2011-01-07Fixed error in reading cache. Fixed problem with too many files to check.Slawek
2011-01-06Add testfile for eclean tests to repository.Paul Varner
2011-01-06Add gentoolkitNonZeroExit exceptionPaul Varner
This exception should only be used when an error is not fatal and the absence of information means no data was found. The return_code parameter can be used to set the exit value. Have the equery list module when in quiet mode return an exit status of 3. This is needed to prevent 'euse -I' from printing many 'No installed packages matching ...' error messages.
2011-01-05equery list: do not raise GentoolkitNoMatches exception in quiet modePaul Varner
2011-01-01Set the encoding to 'utf_8', if the encoding returned byPaul Varner
locale.getpreferredencoding() is unknown to python. (Bug 350156)
2010-12-29Fixed checks for --library optionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29Fixed 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
2010-12-29Fixed 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
2010-12-29Comment 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
2010-12-29fix 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
2010-12-29Initial revision of revdep-rebuild python versionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29create 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
2010-12-28Remove use_cache parameter from setcpv call since it is deprecated.FuzzyRay
Bug 349342
2010-12-04Drop useless comment linescarabeus
svn path=/trunk/gentoolkit/; revision=872
2010-12-04Update sorting algorithm to order slots properly if package with lower slot ↵scarabeus
has higher version. svn path=/trunk/gentoolkit/; revision=871
2010-11-27Properly get versions for all packages in all repositories so versions from ↵scarabeus
different repos does not shadow each other svn path=/trunk/gentoolkit/; revision=870
2010-11-22Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295fuzzyray
svn path=/trunk/gentoolkit/; revision=865
2010-11-22Move useless variable passing.scarabeus
svn path=/trunk/gentoolkit/; revision=864
2010-11-22Run the keywords check only if the keywords are not empty.scarabeus
svn path=/trunk/gentoolkit/; revision=863
2010-11-22Drop useless importscarabeus
svn path=/trunk/gentoolkit/; revision=862
2010-11-21Fix wrong value parsingscarabeus
svn path=/trunk/gentoolkit/; revision=861