aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * always update the first line that includes the category/package as it isnt ↵vapier2009-02-151-6/+17
| | | | | | | | | | | | uncommon for this to fall out of date (as with package moves) svn path=/; revision=543
| * fix copyright to start at 1999 as that is what all the skels start withvapier2009-02-151-1/+1
| | | | | | | | svn path=/; revision=542
| * set svn:executablevapier2009-02-151-0/+0
| | | | | | | | svn path=/; revision=541
| * tighten up outputvapier2009-01-201-14/+21
| | | | | | | | svn path=/; revision=540
| * set svn:executablevapier2009-01-201-0/+0
| | | | | | | | svn path=/; revision=539
| * Fix for package.py to account for PORTDIR being a symbolic link when ↵fuzzyray2009-01-091-3/+1
| | | | | | | | | | | | checking if a package is in an overlay. svn path=/; revision=538
| * Fix package.py to account for PORTDIR being a symbolic link when checking if ↵fuzzyray2009-01-092-1/+9
| | | | | | | | | | | | a package is in an overlay. (Bug #253968) svn path=/; revision=537
| * Inside find_all_packages(), move the unique_array() call out of the loop.zmedico2009-01-071-1/+1
| | | | | | | | | | | | This makes a big performance difference. Thanks to DJ Anderson for reporting. svn path=/; revision=536
| * convert whitespace to tabsvapier2009-01-071-71/+70
| | | | | | | | svn path=/; revision=535
| * Tighten up diff output to show KEYWORDS changesvapier2009-01-072-1/+2
| | | | | | | | svn path=/; revision=534
| * Error out on invalid arguments #156827vapier2009-01-072-0/+7
| | | | | | | | svn path=/; revision=533
| * Convert every instance of KEYWORDS in the filevapier2009-01-072-1/+2
| | | | | | | | svn path=/; revision=532
| * Support intended KEYWORDSvapier2009-01-072-1/+4
| | | | | | | | svn path=/; revision=531
| * set svn:executablevapier2009-01-061-0/+0
| | | | | | | | svn path=/; revision=530
| * When calling sys.exit() inside die(), don't make the value negative sincezmedico2008-12-141-1/+1
| | | | | | | | | | | | | | it seems to be unintended (callers all pass in positive values). Thanks to DJ Anderson for reporting. svn path=/; revision=529
| * Add man page documentation for the runtime state files. Fixes bug #243304.betelgeuse2008-12-131-0/+37
| | | | | | | | svn path=/; revision=528
| * Bug #239000 - Improve the message about 'remaining inconsistencies'.zmedico2008-12-051-2/+5
| | | | | | | | svn path=/; revision=527
| * Bug #249652 - Add IUSE defaults support inside CmdFindUSEs.perform().zmedico2008-12-051-0/+1
| | | | | | | | svn path=/; revision=526
| * Apply regex fixes from idl0rfuzzyray2008-12-021-3/+3
| | | | | | | | svn path=/; revision=525
| * Add support for showing USE_EXPAND variables. Patch from Michael A. Smith ↵betelgeuse2008-11-271-0/+12
| | | | | | | | | | | | <michael@smith-li.com>. Fixes bug #238005. svn path=/; revision=524
| * Add comment on how to add support for USE_EXPANDED variablesfuzzyray2008-11-261-0/+6
| | | | | | | | svn path=/; revision=523
| * Change awk calls to gawk for non-linux system compatibilityfuzzyray2008-11-252-4/+9
| | | | | | | | svn path=/; revision=522
| * Added patch from igli to fix find command.fuzzyray2008-11-241-2/+4
| | | | | | | | svn path=/; revision=521
| * Fix processing of virtual category (Bug 179530)fuzzyray2008-11-112-1/+2
| | | | | | | | svn path=/; revision=520
| * Add strict option to echangelog to exit when no changed ebuilds found. (Bug ↵fuzzyray2008-11-112-1/+12
| | | | | | | | | | | | 246226) svn path=/; revision=519
| * Fix echangelog to properly identify added ebuilds. (Bug #176337)fuzzyray2008-11-071-0/+12
| | | | | | | | svn path=/; revision=518
| * Fix git support to work with git 1.6 (Bug #199805)fuzzyray2008-11-071-1/+1
| | | | | | | | svn path=/; revision=517
| * Fix check_sanity function to use get_all_make_defaults function when ↵fuzzyray2008-09-172-1/+10
| | | | | | | | | | | | checking for the make.defaults files in the profile. (Bug #233651) svn path=/; revision=515
| * Remove debug print statement in equery belongs command (Bug #236483)fuzzyray2008-09-031-1/+0
| | | | | | | | svn path=/; revision=513
| * Fix depgraph function to print out dependencies that don't resolve to a ↵fuzzyray2008-09-032-0/+5
| | | | | | | | | | | | package (Bug #236492) svn path=/; revision=512
| * Change find_best_match to use the portage tree instaed of the vartreefuzzyray2008-09-031-2/+2
| | | | | | | | svn path=/; revision=511
* | Merge changes from trunk to fix issues in 0.2.4fuzzyray2008-09-172-1/+10
| | | | | | | | svn path=/branches/gentoolkit-0.2.4/; revision=516
* | Merge changes from trunk to fix issues in 0.2.4fuzzyray2008-09-033-3/+7
| | | | | | | | svn path=/branches/gentoolkit-0.2.4/; revision=514
* | Create the gentoolkit-0.2.4 branch to coincide with the release of ↵fuzzyray2008-08-27218-0/+0
|/ | | | | | gentoolkit-0.2.4 svn path=/branches/gentoolkit-0.2.4/; revision=510
* Fix has_key() deprecation message. (Bug #232797)fuzzyray2008-08-262-3/+2
| | | | svn path=/; revision=509
* Update fix for Bug 232270 to utilize better patch from Ian Abbott.fuzzyray2008-08-262-2/+6
| | | | svn path=/; revision=508
* Fix find_packages and find_installed_packages to print a warning instead of ↵fuzzyray2008-08-222-0/+12
| | | | | | a traceback when an InvalidAtom exception occurs. (Bug #234358) svn path=/; revision=507
* Fix gentoolkit.split_package_name to work when portage.catpkgsplit returns Nonefuzzyray2008-08-221-1/+3
| | | | svn path=/; revision=506
* Fix equery belongs to strip multiple slashes from path names. (Bug #234584)fuzzyray2008-08-222-3/+8
| | | | svn path=/; revision=505
* Change TMPDIR references to WORKING_DIR in messagesfuzzyray2008-08-221-3/+2
| | | | svn path=/; revision=504
* Finish changes as outlined in bug #203414, Comment 19. Normal users use ↵fuzzyray2008-08-211-24/+21
| | | | | | mktemp, root uses /var/cache/revdep-rebuild svn path=/; revision=503
* Fix equery check to convert mtime to an integer so that comparisions always ↵fuzzyray2008-07-242-1/+6
| | | | | | work. svn path=/; revision=502
* Fix gentoolkit.split_package_name to work with newer portage.catpkgsplit ↵fuzzyray2008-07-222-1/+6
| | | | | | that now returns a tuple instead of a list. (Bug 232599) svn path=/; revision=501
* Add second permission check to setup_tmpdir functionfuzzyray2008-07-211-0/+7
| | | | svn path=/; revision=500
* Moved temporary files from /tmp to /var/tmp. Use a to avoid unprintable ↵fuzzyray2008-07-211-7/+11
| | | | | | characters when using --library svn path=/; revision=499
* Fix filtering of masked paths from SEARCH_DIRS variable. (Bug 232270)fuzzyray2008-07-212-0/+5
| | | | svn path=/; revision=498
* Apply fix for Bug 231508fuzzyray2008-07-211-1/+2
| | | | svn path=/; revision=497
* Remove prefixed '+/-' signs from IUSE for equery uses command. (Bug 232019)fuzzyray2008-07-182-0/+10
| | | | svn path=/; revision=496
* Remove extraneous debug code, fix typofuzzyray2008-07-091-3/+2
| | | | svn path=/; revision=495
* Finish refactoring the codefuzzyray2008-07-091-217/+205
| | | | svn path=/; revision=494