aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for package.py to account for PORTDIR being a symbolic link when checkin...fuzzyray2009-01-091-3/+1
* Fix package.py to account for PORTDIR being a symbolic link when checking if ...fuzzyray2009-01-092-1/+9
* Inside find_all_packages(), move the unique_array() call out of the loop.zmedico2009-01-071-1/+1
* convert whitespace to tabsvapier2009-01-071-71/+70
* Tighten up diff output to show KEYWORDS changesvapier2009-01-072-1/+2
* Error out on invalid arguments #156827vapier2009-01-072-0/+7
* Convert every instance of KEYWORDS in the filevapier2009-01-072-1/+2
* Support intended KEYWORDSvapier2009-01-072-1/+4
* set svn:executablevapier2009-01-061-0/+0
* When calling sys.exit() inside die(), don't make the value negative sincezmedico2008-12-141-1/+1
* Add man page documentation for the runtime state files. Fixes bug #243304.betelgeuse2008-12-131-0/+37
* Bug #239000 - Improve the message about 'remaining inconsistencies'.zmedico2008-12-051-2/+5
* Bug #249652 - Add IUSE defaults support inside CmdFindUSEs.perform().zmedico2008-12-051-0/+1
* Apply regex fixes from idl0rfuzzyray2008-12-021-3/+3
* Add support for showing USE_EXPAND variables. Patch from Michael A. Smith <mi...betelgeuse2008-11-271-0/+12
* Add comment on how to add support for USE_EXPANDED variablesfuzzyray2008-11-261-0/+6
* Change awk calls to gawk for non-linux system compatibilityfuzzyray2008-11-252-4/+9
* Added patch from igli to fix find command.fuzzyray2008-11-241-2/+4
* Fix processing of virtual category (Bug 179530)fuzzyray2008-11-112-1/+2
* Add strict option to echangelog to exit when no changed ebuilds found. (Bug 2...fuzzyray2008-11-112-1/+12
* Fix echangelog to properly identify added ebuilds. (Bug #176337)fuzzyray2008-11-071-0/+12
* Fix git support to work with git 1.6 (Bug #199805)fuzzyray2008-11-071-1/+1
* Fix check_sanity function to use get_all_make_defaults function when checking...fuzzyray2008-09-172-1/+10
* Remove debug print statement in equery belongs command (Bug #236483)fuzzyray2008-09-031-1/+0
* Fix depgraph function to print out dependencies that don't resolve to a packa...fuzzyray2008-09-032-0/+5
* Change find_best_match to use the portage tree instaed of the vartreefuzzyray2008-09-031-2/+2
* Fix has_key() deprecation message. (Bug #232797)fuzzyray2008-08-262-3/+2
* Update fix for Bug 232270 to utilize better patch from Ian Abbott.fuzzyray2008-08-262-2/+6
* Fix find_packages and find_installed_packages to print a warning instead of a...fuzzyray2008-08-222-0/+12
* Fix gentoolkit.split_package_name to work when portage.catpkgsplit returns Nonefuzzyray2008-08-221-1/+3
* Fix equery belongs to strip multiple slashes from path names. (Bug #234584)fuzzyray2008-08-222-3/+8
* Change TMPDIR references to WORKING_DIR in messagesfuzzyray2008-08-221-3/+2
* Finish changes as outlined in bug #203414, Comment 19. Normal users use mktem...fuzzyray2008-08-211-24/+21
* Fix equery check to convert mtime to an integer so that comparisions always w...fuzzyray2008-07-242-1/+6
* Fix gentoolkit.split_package_name to work with newer portage.catpkgsplit that...fuzzyray2008-07-222-1/+6
* Add second permission check to setup_tmpdir functionfuzzyray2008-07-211-0/+7
* Moved temporary files from /tmp to /var/tmp. Use a to avoid unprintable chara...fuzzyray2008-07-211-7/+11
* Fix filtering of masked paths from SEARCH_DIRS variable. (Bug 232270)fuzzyray2008-07-212-0/+5
* Apply fix for Bug 231508fuzzyray2008-07-211-1/+2
* Remove prefixed '+/-' signs from IUSE for equery uses command. (Bug 232019)fuzzyray2008-07-182-0/+10
* Remove extraneous debug code, fix typofuzzyray2008-07-091-3/+2
* Finish refactoring the codefuzzyray2008-07-091-217/+205
* Fix revdep-rebuild to not evaluate broken objects multiple times. (Bug 220761)fuzzyray2008-07-092-0/+3
* Fix revdep-rebuild to use TMPDIR instead of HOME for temporary files. (Bug 20...fuzzyray2008-07-092-119/+220
* Fix gentoolkit to work without thread support in python. (Bug 223255)fuzzyray2008-07-092-1/+14
* add support for multi-parent profiles, account for missing newline in make.confgenone2008-06-162-12/+28
* Fix typo in README. (Bug #219612)fuzzyray2008-04-281-1/+1
* Enhance equery check to check all installed packages if no package argument i...fuzzyray2008-04-251-2/+7
* Change error message to be clearer when unknown option is passed. (Bug #214370)fuzzyray2008-04-231-1/+4
* Reverting revision 483, since it breaks usability for a user in the portage g...fuzzyray2008-04-231-214/+119