| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-24 | move 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-24 | Whitespace | Christian Ruppert | |
| 2011-02-24 | Fix package.mask check | Christian Ruppert | |
| getmaskingstatus() returns an array so it always returned False if the array has multiple items | |||
| 2011-02-23 | fix some alignment mismatches | Brian Dolbec | |
| 2011-02-23 | fix 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-23 | code the rebuild keywords module. | Brian Dolbec | |
| Add date and time info to the header generated. add -s, --slot option. | |||
| 2011-02-15 | Fixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518 | Slawek | |
| 2011-02-10 | Merge branch 'gentoolkit' of ↵ | Brian Dolbec | |
| git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit | |||
| 2011-02-10 | apply 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-31 | Some whitespace to visualy separate the code | Tomas Chvatal | |
| 2011-01-31 | Align the suffix for revision correctly. | Tomas Chvatal | |
| 2011-01-30 | Align revision nicely so it is space separated and easier to spot. | Tomas Chvatal | |
| 2011-01-28 | Fix unicode vs. bytes issue in glsa-check (#341293) | Andy Kittner | |
| 2011-01-25 | fix the missing unset flags issue due to my misleading variable name for ↵ | Brian Dolbec | |
| "cleaned unset flags". | |||
| 2011-01-25 | fix a missed function rename for an assignment | Brian Dolbec | |
| 2011-01-25 | fix the setting of the quiet option properly this time | Brian Dolbec | |
| 2011-01-25 | Fix missing quiet option passing into the analyse module | Brian Dolbec | |
| 2011-01-25 | Add a leading '-' to disabled USE flags. | Brian Dolbec | |
| 2011-01-25 | Modify printers to use the newly split out CpvValuesWrapper and add a ↵ | Brian Dolbec | |
| print_pkg_quiet() | |||
| 2011-01-25 | Add a new cpv and values textwrapping class | Brian Dolbec | |
| 2011-01-25 | fix a missed rename and relocationof some imports | Brian Dolbec | |
| 2011-01-24 | Add a new packages module to analyse | Brian Dolbec | |
| 2011-01-23 | Make the ignorance of local settings complete. | Tomas Chvatal | |
| 2011-01-23 | Ignore local_settings for package maks. | Tomas Chvatal | |
| 2011-01-20 | Make shadow checker aware of mask status. | Tomas Chvatal | |
| 2011-01-18 | Some fixes after file split. Removed unwanted files. Moved settings into module | Slawek | |
| 2011-01-17 | Split to several files. Introduced logging (instead of print_v) | Slawomir Lis | |
| 2011-01-09 | create a new uniqify_atoms() to properly handle a list of atom instances. | Brian Dolbec | |
| set the reverse dependency lookup to use it. | |||
| 2011-01-09 | remove the use of uniqify as it does not work correctly with atoms. | Brian Dolbec | |
| 2011-01-07 | Fixed error in reading cache. Fixed problem with too many files to check. | Slawek | |
| 2011-01-06 | Add testfile for eclean tests to repository. | Paul Varner | |
| 2011-01-06 | Add gentoolkitNonZeroExit exception | Paul 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-05 | equery list: do not raise GentoolkitNoMatches exception in quiet mode | Paul Varner | |
| 2011-01-01 | Set the encoding to 'utf_8', if the encoding returned by | Paul Varner | |
| locale.getpreferredencoding() is unknown to python. (Bug 350156) | |||
| 2010-12-29 | Fixed checks for --library option | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Fixed scanning revdep config; minor fix in analyse function | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Fixed problem with 32/64 bit libraries and binaries | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Comment 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-29 | fix 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-29 | Initial revision of revdep-rebuild python version | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | create 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-28 | Remove use_cache parameter from setcpv call since it is deprecated. | FuzzyRay | |
| Bug 349342 | |||
| 2010-12-04 | Drop useless comment line | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=872 | |||
| 2010-12-04 | Update sorting algorithm to order slots properly if package with lower slot ↵ | scarabeus | |
| has higher version. svn path=/trunk/gentoolkit/; revision=871 | |||
| 2010-11-27 | Properly 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-22 | Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=865 | |||
| 2010-11-22 | Move useless variable passing. | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=864 | |||
| 2010-11-22 | Run the keywords check only if the keywords are not empty. | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=863 | |||
| 2010-11-22 | Drop useless import | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=862 | |||
| 2010-11-21 | Fix wrong value parsing | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=861 | |||
