summaryrefslogtreecommitdiff
path: root/trunk/src
AgeCommit message (Collapse)Author
2008-12-14When calling sys.exit() inside die(), don't make the value negative sincezmedico
it seems to be unintended (callers all pass in positive values). Thanks to DJ Anderson for reporting. svn path=/; revision=529
2008-12-13Add man page documentation for the runtime state files. Fixes bug #243304.betelgeuse
svn path=/; revision=528
2008-12-05Bug #239000 - Improve the message about 'remaining inconsistencies'.zmedico
svn path=/; revision=527
2008-12-05Bug #249652 - Add IUSE defaults support inside CmdFindUSEs.perform().zmedico
svn path=/; revision=526
2008-12-02Apply regex fixes from idl0rfuzzyray
svn path=/; revision=525
2008-11-27Add support for showing USE_EXPAND variables. Patch from Michael A. Smith ↵betelgeuse
<michael@smith-li.com>. Fixes bug #238005. svn path=/; revision=524
2008-11-26Add comment on how to add support for USE_EXPANDED variablesfuzzyray
svn path=/; revision=523
2008-11-25Change awk calls to gawk for non-linux system compatibilityfuzzyray
svn path=/; revision=522
2008-11-24Added patch from igli to fix find command.fuzzyray
svn path=/; revision=521
2008-11-11Fix processing of virtual category (Bug 179530)fuzzyray
svn path=/; revision=520
2008-11-11Add strict option to echangelog to exit when no changed ebuilds found. (Bug ↵fuzzyray
246226) svn path=/; revision=519
2008-11-07Fix echangelog to properly identify added ebuilds. (Bug #176337)fuzzyray
svn path=/; revision=518
2008-11-07Fix git support to work with git 1.6 (Bug #199805)fuzzyray
svn path=/; revision=517
2008-09-17Fix check_sanity function to use get_all_make_defaults function when ↵fuzzyray
checking for the make.defaults files in the profile. (Bug #233651) svn path=/; revision=515
2008-09-03Remove debug print statement in equery belongs command (Bug #236483)fuzzyray
svn path=/; revision=513
2008-09-03Fix depgraph function to print out dependencies that don't resolve to a ↵fuzzyray
package (Bug #236492) svn path=/; revision=512
2008-09-03Change find_best_match to use the portage tree instaed of the vartreefuzzyray
svn path=/; revision=511
2008-08-26Fix has_key() deprecation message. (Bug #232797)fuzzyray
svn path=/; revision=509
2008-08-26Update fix for Bug 232270 to utilize better patch from Ian Abbott.fuzzyray
svn path=/; revision=508
2008-08-22Fix find_packages and find_installed_packages to print a warning instead of ↵fuzzyray
a traceback when an InvalidAtom exception occurs. (Bug #234358) svn path=/; revision=507
2008-08-22Fix gentoolkit.split_package_name to work when portage.catpkgsplit returns Nonefuzzyray
svn path=/; revision=506
2008-08-22 Fix equery belongs to strip multiple slashes from path names. (Bug #234584)fuzzyray
svn path=/; revision=505
2008-08-22Change TMPDIR references to WORKING_DIR in messagesfuzzyray
svn path=/; revision=504
2008-08-21Finish changes as outlined in bug #203414, Comment 19. Normal users use ↵fuzzyray
mktemp, root uses /var/cache/revdep-rebuild svn path=/; revision=503
2008-07-24Fix equery check to convert mtime to an integer so that comparisions always ↵fuzzyray
work. svn path=/; revision=502
2008-07-22Fix gentoolkit.split_package_name to work with newer portage.catpkgsplit ↵fuzzyray
that now returns a tuple instead of a list. (Bug 232599) svn path=/; revision=501
2008-07-21Add second permission check to setup_tmpdir functionfuzzyray
svn path=/; revision=500
2008-07-21Moved temporary files from /tmp to /var/tmp. Use a to avoid unprintable ↵fuzzyray
characters when using --library svn path=/; revision=499
2008-07-21Fix filtering of masked paths from SEARCH_DIRS variable. (Bug 232270)fuzzyray
svn path=/; revision=498
2008-07-21Apply fix for Bug 231508fuzzyray
svn path=/; revision=497
2008-07-18Remove prefixed '+/-' signs from IUSE for equery uses command. (Bug 232019)fuzzyray
svn path=/; revision=496
2008-07-09Remove extraneous debug code, fix typofuzzyray
svn path=/; revision=495
2008-07-09Finish refactoring the codefuzzyray
svn path=/; revision=494
2008-07-09Fix revdep-rebuild to not evaluate broken objects multiple times. (Bug 220761)fuzzyray
svn path=/; revision=493
2008-07-09Fix revdep-rebuild to use TMPDIR instead of HOME for temporary files. (Bug ↵fuzzyray
203414) svn path=/; revision=492
2008-07-09Fix gentoolkit to work without thread support in python. (Bug 223255)fuzzyray
svn path=/; revision=491
2008-06-16add support for multi-parent profiles, account for missing newline in make.confgenone
svn path=/; revision=490
2008-04-25Enhance equery check to check all installed packages if no package argument ↵fuzzyray
is present. (Bug #217070) svn path=/; revision=488
2008-04-23Change error message to be clearer when unknown option is passed. (Bug #214370)fuzzyray
svn path=/; revision=487
2008-04-23Reverting revision 483, since it breaks usability for a user in the portage ↵fuzzyray
group. svn path=/; revision=486
2008-03-19Fix imports so mail functionality in glsa-check works with python versions ↵fuzzyray
less than 2.5 (Bug 211706) svn path=/; revision=485
2008-03-17Update defaults to exclude /lib*/modulesfuzzyray
svn path=/; revision=484
2008-03-14Change revdep-rebuild to not use /root for temp files. It now uses ↵fuzzyray
$TMPDIR/revdep-rebuild. (Bug 203414) svn path=/; revision=483
2008-03-14Add missing semi-colon to fix compilation errorfuzzyray
svn path=/; revision=482
2008-03-14Fix prepending '=' to slotted atoms (Bug #213328)fuzzyray
svn path=/; revision=481
2008-03-13Add --info-installed flag to euse. Thanks to Andreas Waidler for providing ↵fuzzyray
the patch svn path=/; revision=480
2008-03-13Fix trying to emerge an empty list of packages. (Bug 213294)fuzzyray
svn path=/; revision=479
2008-03-05Disable portage-utils support until it is able to handle categories without ↵fuzzyray
a hyphen. Bug #210386 svn path=/; revision=478
2008-02-28Fix traceback when accessing the portage db. (Bug #211716)fuzzyray
svn path=/; revision=477
2008-02-28remove redundant sys.path adjustment for portagegenone
svn path=/; revision=476