summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update copyright yearsMike Frysinger2006-01-0571-73/+73
| | | | svn path=/main/trunk/; revision=2526
* sync with savior branchMike Frysinger2006-01-052-24/+8
| | | | svn path=/main/trunk/; revision=2525
* el buggo pointed out via spyderous.Brian Harring2006-01-041-2/+6
| | | | | | | | | | | | | || ( a ( x? ( b ) y? ( c ) ) ) -x -y , was resulting in || ( a () ) the main consumer of this, portage.dep_check is stupid, and was assuming () was valid. It's not, obviously. Long term bug, around in at least .51 . Should correct dep_check handling of it also, but no reason to be handing () in the result lists also. svn path=/main/trunk/; revision=2522
* use an echo rather than ewarnMike Frysinger2006-01-041-1/+1
| | | | svn path=/main/trunk/; revision=2521
* re-import the e* functions from baselayout since these ones are broken #117186Mike Frysinger2006-01-031-24/+54
| | | | svn path=/main/trunk/; revision=2520
* fix broken quotingMike Frysinger2006-01-031-13/+13
| | | | svn path=/main/trunk/; revision=2519
* if youre going to rip code from baselayout, you really need to do it from an ↵Mike Frysinger2006-01-031-62/+37
| | | | | | up-to-date version ... so re-import the KV functions and the color code so it doesnt suck svn path=/main/trunk/; revision=2518
* - added writemsg_stdout function and make portage use it internallyNed Ludd2006-01-011-29/+32
| | | | svn path=/main/trunk/; revision=2517
* - added writemsg_stdout function and make portage use it internallyNed Ludd2006-01-011-3/+10
| | | | svn path=/main/trunk/; revision=2516
* Kill the double xterm title codes.Jason Stubbs2006-01-011-1/+1
| | | | svn path=/main/trunk/; revision=2515
* Add CTARGET back into the list of vars to be written out for installedv2.1_pre3Jason Stubbs2005-12-311-1/+1
| | | | | | packages. svn path=/main/trunk/; revision=2510
* Redo virtuals code that relied on unique_array keeping the original order.Jason Stubbs2005-12-311-1/+2
| | | | svn path=/main/trunk/; revision=2509
* BUILDIR => BUILDDIRJason Stubbs2005-12-311-1/+1
| | | | svn path=/main/trunk/; revision=2508
* Update the `touch .unpacked` error message to output the actual path in orderJason Stubbs2005-12-311-1/+1
| | | | | | to match the other touch error messages. svn path=/main/trunk/; revision=2507
* Updated --pretend example to document new USE flag displays.Jason Stubbs2005-12-311-17/+11
| | | | svn path=/main/trunk/; revision=2505
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
| | | | | | followed by a "%" character. svn path=/main/trunk/; revision=2504
* Check and raise an exception when a hash function is missing during digesting.Jason Stubbs2005-12-302-1/+8
| | | | svn path=/main/trunk/; revision=2498
* Split email addresses on the final "@" so as to allow "@" within the usernameJason Stubbs2005-12-301-1/+1
| | | | | | portion of the address. svn path=/main/trunk/; revision=2497
* Convert digest failure information to strings for printing.Jason Stubbs2005-12-301-2/+2
| | | | svn path=/main/trunk/; revision=2496
* Don't attempt to chmod/chown unless running as root when calling simpleJason Stubbs2005-12-301-4/+8
| | | | | | ebuild functions. svn path=/main/trunk/; revision=2495
* Don't download distfiles when manifesting.Jason Stubbs2005-12-301-2/+3
| | | | svn path=/main/trunk/; revision=2494
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
| | | | | | --verbose, print a warning for those packages. svn path=/main/trunk/; revision=2493
* 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