summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove tests for masked/unavailable packages.Jason Stubbs2005-12-301-10/+0
| | | | svn path=/main/trunk/; revision=2492
* tweak multiline whitespace display cause i'm anal like thatMike Frysinger2005-12-291-2/+2
| | | | svn path=/main/trunk/; revision=2491
* revert down to 2.3 python requirement via avoiding sortedBrian Harring2005-12-271-1/+4
| | | | svn path=/main/trunk/; revision=2490
* whitespace corrections, single space between funcs, double between class ↵Brian Harring2005-12-271-7/+1
| | | | | | blocks... svn path=/main/trunk/; revision=2489
* linear unique_array lifted from saviour, lifted from a python cookbook.Brian Harring2005-12-271-9/+34
| | | | svn path=/main/trunk/; revision=2488
* ongoing portage_util cleanup.Brian Harring2005-12-272-79/+23
| | | | | | | | removed grabint, writeint; rewrote stack_list to use a dict rather then doing a crapload of linear searches. svn path=/main/trunk/; revision=2487
* bye bye crap grab_multiple function.Brian Harring2005-12-272-18/+12
| | | | | | list comp just as easily handles it. svn path=/main/trunk/; revision=2486
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2485
* - add splitdebug FEATURE to make.conf.5Ned Ludd2005-12-261-0/+4
| | | | svn path=/main/trunk/; revision=2484
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
| | | | svn path=/main/trunk/; revision=2483
* Sanitize the root parameter specified to portageq.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2482
* - add back in 1 newline after trimming all the extraneous onesNed Ludd2005-12-261-1/+1
| | | | svn path=/main/trunk/; revision=2481
* - update fatal qa error handlingNed Ludd2005-12-261-9/+9
| | | | svn path=/main/trunk/; revision=2480
* Export the ROOT environment variable when using functions that take a <root>Jason Stubbs2005-12-261-4/+13
| | | | svn path=/main/trunk/; revision=2479
* final cleanups for indirect distfiles, exempt fetch phase also.Brian Harring2005-12-261-2/+2
| | | | svn path=/main/trunk/; revision=2478
* don't generate the distfiles indirection for digest/manifest doebuild callsBrian Harring2005-12-261-1/+1
| | | | svn path=/main/trunk/; revision=2477
* quote a bit moreMike Frysinger2005-12-261-4/+4
| | | | svn path=/main/trunk/; revision=2476
* rename BUILDDIR to PORTAGE_BUILDDIRMike Frysinger2005-12-262-52/+52
| | | | svn path=/main/trunk/; revision=2475
* 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , ↵Brian Harring2005-12-263-1/+31
| | | | | | thus blocking unstated access. svn path=/main/trunk/; revision=2474
* - consolidate noman noinfo nodoc into a simple loop and use INSTALL_MASK. ↵Ned Ludd2005-12-251-17/+8
| | | | | | Add debug to default list of MULTILIB_STRICT_EXEMPT= svn path=/main/trunk/; revision=2473
* Make dohtml return 1 when a passed file/dir doesn't exist.Jason Stubbs2005-12-251-1/+14
| | | | svn path=/main/trunk/; revision=2472
* Don't show any use flags when using --quiet.Jason Stubbs2005-12-251-0/+4
| | | | svn path=/main/trunk/; revision=2471
* Don't try to resolve deps of blockers when using --onlydeps.Jason Stubbs2005-12-251-10/+9
| | | | svn path=/main/trunk/; revision=2470
* Remove the now unnecessary USE="*" hack.Jason Stubbs2005-12-252-8/+1
| | | | svn path=/main/trunk/; revision=2469
* Allow overlays and the user profile to extend arch.list.Jason Stubbs2005-12-251-7/+7
| | | | svn path=/main/trunk/; revision=2468
* - trim extraneous spaces tabs form feeds and newlinesNed Ludd2005-12-251-2/+2
| | | | svn path=/main/trunk/; revision=2467
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
| | | | svn path=/main/trunk/; revision=2466
* register_death_hook -> register_die_hookBrian Harring2005-12-251-1/+1
| | | | | | thanks to axxo for the catch. svn path=/main/trunk/; revision=2465
* convert release notes over to upgrade informationBrian Harring2005-12-251-36/+6
| | | | svn path=/main/trunk/; revision=2464
* news file, releasenotes data schlopped into it, plus couple of updates.Brian Harring2005-12-251-0/+27
| | | | svn path=/main/trunk/; revision=2463
* renaming the death hook registration func to register_die_hookBrian Harring2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2462
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
| | | | svn path=/main/trunk/; revision=2461
* Include symlinks themselves when checking collision-protect.Jason Stubbs2005-12-251-0/+1
| | | | svn path=/main/trunk/; revision=2460
* Skip to next directory after one has been removed in unmerge().Jason Stubbs2005-12-251-0/+1
| | | | svn path=/main/trunk/; revision=2459
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2458
* Only do one round of directory removal attempts. As symlinks are now removedJason Stubbs2005-12-251-36/+15
| | | | | | before directory removal begins, more than one round is unnecessary. svn path=/main/trunk/; revision=2457
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
| | | | svn path=/main/trunk/; revision=2456
* Factor out mtimedb saving code from portageexit() into a new commit_mtimedbJason Stubbs2005-12-251-20/+22
| | | | | | function and call that rather than portageexit() after package updates. svn path=/main/trunk/; revision=2455
* Use the env's PROMPT_COMMAND for resetting xterm titles when available.Jason Stubbs2005-12-251-5/+6
| | | | | | Otherwise use ${user}@${hostname}:${cwd}. svn path=/main/trunk/; revision=2454
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
| | | | svn path=/main/trunk/; revision=2453
* Fix mishandling of masked atoms in || ( .. ) dependencies.Jason Stubbs2005-12-251-2/+8
| | | | svn path=/main/trunk/; revision=2452
* Fix typo in writeints()v2.1_pre2Jason Stubbs2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2450
* bug 114133, write a tmp file then rename it for write* funcs.Brian Harring2005-12-241-17/+24
| | | | | | This removes the possibility of out of space errors to occur, and blocks unexpected flat out bails (segfault fex) from hosing important files. svn path=/main/trunk/; revision=2447
* Limiting hashing to MD5 only until behaviour improves in the case of theJason Stubbs2005-12-241-1/+4
| | | | | | needed python module not being installed. #116485 svn path=/main/trunk/; revision=2446
* Treat symlinks similar to regular files when unmerging and remove them if theJason Stubbs2005-12-241-46/+6
| | | | | | mtime matches rather than only removing them if the target is no longer valid. svn path=/main/trunk/; revision=2445
* Fix an incorrect variable reference triggered when using --fix and --checkJason Stubbs2005-12-241-1/+1
| | | | | | together. Patch by Ashley Stovall. # 116576 svn path=/main/trunk/; revision=2444
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
| | | | svn path=/main/trunk/; revision=2441
* Check if the specified package follows correct syntax and error out if itJason Stubbs2005-12-231-0/+4
| | | | | | doesn't. svn path=/main/trunk/; revision=2440
* Generalize portage_util.dump_traceback() and make use of it if importingJason Stubbs2005-12-232-9/+17
| | | | | | a cache module fails. svn path=/main/trunk/; revision=2439
* if you're going to print an exception, bind the exception when you catch itBrian Harring2005-12-221-1/+1
| | | | svn path=/main/trunk/; revision=2437