aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging the gentoolkit-0.2.4.2 releasegentoolkit-0.2.4.2fuzzyray2009-04-30218-0/+0
* 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
* Fix imports so mail functionality in glsa-check works with python versions le...fuzzyray2008-03-192-2/+9
* Update defaults to exclude /lib*/modulesfuzzyray2008-03-171-1/+1
* Change revdep-rebuild to not use /root for temp files. It now uses $TMPDIR/r...fuzzyray2008-03-141-119/+214
* Add missing semi-colon to fix compilation errorfuzzyray2008-03-141-2/+1
* Fix prepending '=' to slotted atoms (Bug #213328)fuzzyray2008-03-141-7/+7
* Add --info-installed flag to euse. Thanks to Andreas Waidler for providing th...fuzzyray2008-03-133-35/+123
* Fix trying to emerge an empty list of packages. (Bug 213294)fuzzyray2008-03-132-5/+16
* Disable portage-utils support until it is able to handle categories without a...fuzzyray2008-03-051-3/+5
* Fix traceback when accessing the portage db. (Bug #211716)fuzzyray2008-02-282-5/+18
* remove redundant sys.path adjustment for portagegenone2008-02-281-1/+0
* fix imports for portage-2.2genone2008-02-283-5/+18
* Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)fuzzyray2008-02-212-1/+5
* Fix to add = to CPV passed to emergefuzzyray2008-02-191-2/+1
* Fix bug with patch for filtering SEARCH_DIRS_MASK paths from SEARCH_DIRSfuzzyray2008-02-191-1/+1
* Updated ChangeLogfuzzyray2008-02-181-6/+17
* Fix equery list to not generate an internal portage error when fed input with...fuzzyray2008-02-181-1/+7
* Assume the -p flag when equery list -I is used by itself. (Bug 106278)fuzzyray2008-02-181-7/+12
* Removed retired developersfuzzyray2008-02-181-2/+0
* Updated ChangeLogfuzzyray2008-02-181-0/+11
* Apply patch to allow combined short options. (Bug 188343)fuzzyray2008-02-181-97/+203
* Don't duplicate broken file output. (Bug 201319)fuzzyray2008-02-181-1/+1