aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* fix the Dependencies.graph_depends() api return value not being correct.dol-sen2011-05-221-22/+19
* fix bug 368113 dupe'd USE flagsdol-sen2011-05-191-1/+2
* Revert "uniqify the list of returned use flags in uses.py. Bug 368113"dol-sen2011-05-191-1/+1
* uniqify the list of returned use flags in uses.py. Bug 368113Paul Varner2011-05-201-1/+1
* add keywords formatter option.dol-sen2011-05-181-1/+9
* found a better spot to set piping wrap width so as to disable for all piping ...gentoolkit-0.3.0.3dol-sen2011-05-161-1/+3
* add CONFIG['termWidth'] setting to the no-pipe option to effectively turn off...dol-sen2011-05-161-0/+1
* fix py3 compatibility issues in eshowkw.dol-sen2011-05-164-13/+18
* analyse namespace change to enalyze and standardize the spelling to use the '...dol-sen2011-05-116-46/+46
* Change eprefix.py to only look at portage for the value of EPREFIXPaul Varner2011-04-181-19/+9
* temporary fix for a test failure due to the added dotfiles check.gentoolkit-0.3.0Brian Dolbec2011-04-101-1/+1
* Fix extend_realpaths in FileOwner class. (Bug 96515)Paul Varner2011-03-311-1/+1
* add the Homepage to epkginfo/equery meta's Upstream option as per idl0r's req...Brian Dolbec2011-03-171-0/+10
* add a dotfile check and only delete hidden (.dotfile's) during a destructive ...Brian Dolbec2011-03-081-2/+14
* decorate some functions as @staticmethodBrian Dolbec2011-02-241-3/+6
* move mysettings out of __getMaskStatus() into __init__() so it is only done o...Brian Dolbec2011-02-241-12/+21
* WhitespaceChristian Ruppert2011-02-241-1/+1
* Fix package.mask checkChristian Ruppert2011-02-241-1/+1
* fix some alignment mismatchesBrian Dolbec2011-02-231-6/+6
* fix the rebuild_keywords slot appended bug.Brian Dolbec2011-02-232-24/+41
* code the rebuild keywords module.Brian Dolbec2011-02-232-28/+181
* Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Brian Dolbec2011-02-102-22/+32
|\
| * Some whitespace to visualy separate the codeTomas Chvatal2011-01-311-0/+2
| * Align the suffix for revision correctly.Tomas Chvatal2011-01-311-2/+4
| * Align revision nicely so it is space separated and easier to spot.Tomas Chvatal2011-01-301-23/+28
| * Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2011-01-281-0/+1
* | apply djanderson's idea for a simpler/better fix to bug 353430 and commit 000...Brian Dolbec2011-02-103-22/+13
|/
* fix the missing unset flags issue due to my misleading variable name for "cle...Brian Dolbec2011-01-253-9/+21
* fix a missed function rename for an assignmentBrian Dolbec2011-01-251-3/+3
* fix the setting of the quiet option properly this timeBrian Dolbec2011-01-252-2/+16
* Fix missing quiet option passing into the analyse moduleBrian Dolbec2011-01-251-1/+2
* Add a leading '-' to disabled USE flags.Brian Dolbec2011-01-251-2/+2
* Modify printers to use the newly split out CpvValuesWrapper and add a print_p...Brian Dolbec2011-01-252-38/+51
* Add a new cpv and values textwrapping classBrian Dolbec2011-01-251-0/+39
* fix a missed rename and relocationof some importsBrian Dolbec2011-01-251-3/+3
* Add a new packages module to analyseBrian Dolbec2011-01-243-34/+128
* Make the ignorance of local settings complete.Tomas Chvatal2011-01-232-5/+6
* Ignore local_settings for package maks.Tomas Chvatal2011-01-232-7/+5
* Make shadow checker aware of mask status.Tomas Chvatal2011-01-201-18/+28
* create a new uniqify_atoms() to properly handle a list of atom instances.Brian Dolbec2011-01-093-4/+22
* remove the use of uniqify as it does not work correctly with atoms.Brian Dolbec2011-01-091-1/+2
* Add testfile for eclean tests to repository.Paul Varner2011-01-061-0/+0
* Add gentoolkitNonZeroExit exceptionPaul Varner2011-01-062-4/+13
* equery list: do not raise GentoolkitNoMatches exception in quiet modePaul Varner2011-01-051-1/+10
* Set the encoding to 'utf_8', if the encoding returned byPaul Varner2011-01-011-0/+9
* Remove use_cache parameter from setcpv call since it is deprecated.FuzzyRay2010-12-281-1/+1
* Drop useless comment linescarabeus2010-12-041-1/+1
* Update sorting algorithm to order slots properly if package with lower slot h...scarabeus2010-12-041-27/+23
* Properly get versions for all packages in all repositories so versions from d...scarabeus2010-11-271-9/+61
* Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295fuzzyray2010-11-221-1/+3