Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only complain about executable stacks on architectures that actually support ↵ | Mike Frysinger | 2006-01-05 | 1 | -2/+9 |
| | | | | | | them svn path=/main/trunk/; revision=2527 | ||||
* | update copyright years | Mike Frysinger | 2006-01-05 | 71 | -73/+73 |
| | | | | svn path=/main/trunk/; revision=2526 | ||||
* | sync with savior branch | Mike Frysinger | 2006-01-05 | 2 | -24/+8 |
| | | | | svn path=/main/trunk/; revision=2525 | ||||
* | el buggo pointed out via spyderous. | Brian Harring | 2006-01-04 | 1 | -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 ewarn | Mike Frysinger | 2006-01-04 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2521 | ||||
* | re-import the e* functions from baselayout since these ones are broken #117186 | Mike Frysinger | 2006-01-03 | 1 | -24/+54 |
| | | | | svn path=/main/trunk/; revision=2520 | ||||
* | fix broken quoting | Mike Frysinger | 2006-01-03 | 1 | -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 Frysinger | 2006-01-03 | 1 | -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 internally | Ned Ludd | 2006-01-01 | 1 | -29/+32 |
| | | | | svn path=/main/trunk/; revision=2517 | ||||
* | - added writemsg_stdout function and make portage use it internally | Ned Ludd | 2006-01-01 | 1 | -3/+10 |
| | | | | svn path=/main/trunk/; revision=2516 | ||||
* | Kill the double xterm title codes. | Jason Stubbs | 2006-01-01 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2515 | ||||
* | Add CTARGET back into the list of vars to be written out for installedv2.1_pre3 | Jason Stubbs | 2005-12-31 | 1 | -1/+1 |
| | | | | | | packages. svn path=/main/trunk/; revision=2510 | ||||
* | Redo virtuals code that relied on unique_array keeping the original order. | Jason Stubbs | 2005-12-31 | 1 | -1/+2 |
| | | | | svn path=/main/trunk/; revision=2509 | ||||
* | BUILDIR => BUILDDIR | Jason Stubbs | 2005-12-31 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2508 | ||||
* | Update the `touch .unpacked` error message to output the actual path in order | Jason Stubbs | 2005-12-31 | 1 | -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 Stubbs | 2005-12-31 | 1 | -17/+11 |
| | | | | svn path=/main/trunk/; revision=2505 | ||||
* | Unify the -p and -pv USE display functions and IUSE additions in yellow | Jason Stubbs | 2005-12-31 | 1 | -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 Stubbs | 2005-12-30 | 2 | -1/+8 |
| | | | | svn path=/main/trunk/; revision=2498 | ||||
* | Split email addresses on the final "@" so as to allow "@" within the username | Jason Stubbs | 2005-12-30 | 1 | -1/+1 |
| | | | | | | portion of the address. svn path=/main/trunk/; revision=2497 | ||||
* | Convert digest failure information to strings for printing. | Jason Stubbs | 2005-12-30 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2496 | ||||
* | Don't attempt to chmod/chown unless running as root when calling simple | Jason Stubbs | 2005-12-30 | 1 | -4/+8 |
| | | | | | | ebuild functions. svn path=/main/trunk/; revision=2495 | ||||
* | Don't download distfiles when manifesting. | Jason Stubbs | 2005-12-30 | 1 | -2/+3 |
| | | | | svn path=/main/trunk/; revision=2494 | ||||
* | Don't print emaint warning for masked/non-existant packages. When using | Jason Stubbs | 2005-12-30 | 1 | -1/+7 |
| | | | | | | --verbose, print a warning for those packages. svn path=/main/trunk/; revision=2493 | ||||
* | Remove tests for masked/unavailable packages. | Jason Stubbs | 2005-12-30 | 1 | -10/+0 |
| | | | | svn path=/main/trunk/; revision=2492 | ||||
* | tweak multiline whitespace display cause i'm anal like that | Mike Frysinger | 2005-12-29 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2491 | ||||
* | revert down to 2.3 python requirement via avoiding sorted | Brian Harring | 2005-12-27 | 1 | -1/+4 |
| | | | | svn path=/main/trunk/; revision=2490 | ||||
* | whitespace corrections, single space between funcs, double between class ↵ | Brian Harring | 2005-12-27 | 1 | -7/+1 |
| | | | | | | blocks... svn path=/main/trunk/; revision=2489 | ||||
* | linear unique_array lifted from saviour, lifted from a python cookbook. | Brian Harring | 2005-12-27 | 1 | -9/+34 |
| | | | | svn path=/main/trunk/; revision=2488 | ||||
* | ongoing portage_util cleanup. | Brian Harring | 2005-12-27 | 2 | -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 Harring | 2005-12-27 | 2 | -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 Stubbs | 2005-12-26 | 1 | -1/+4 |
| | | | | svn path=/main/trunk/; revision=2485 | ||||
* | - add splitdebug FEATURE to make.conf.5 | Ned Ludd | 2005-12-26 | 1 | -0/+4 |
| | | | | svn path=/main/trunk/; revision=2484 | ||||
* | - export env variable PORTAGE_QUIET when --quiet option is passed | Ned Ludd | 2005-12-26 | 1 | -0/+1 |
| | | | | svn path=/main/trunk/; revision=2483 | ||||
* | Sanitize the root parameter specified to portageq. | Jason Stubbs | 2005-12-26 | 1 | -1/+4 |
| | | | | svn path=/main/trunk/; revision=2482 | ||||
* | - add back in 1 newline after trimming all the extraneous ones | Ned Ludd | 2005-12-26 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2481 | ||||
* | - update fatal qa error handling | Ned Ludd | 2005-12-26 | 1 | -9/+9 |
| | | | | svn path=/main/trunk/; revision=2480 | ||||
* | Export the ROOT environment variable when using functions that take a <root> | Jason Stubbs | 2005-12-26 | 1 | -4/+13 |
| | | | | svn path=/main/trunk/; revision=2479 | ||||
* | final cleanups for indirect distfiles, exempt fetch phase also. | Brian Harring | 2005-12-26 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2478 | ||||
* | don't generate the distfiles indirection for digest/manifest doebuild calls | Brian Harring | 2005-12-26 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=2477 | ||||
* | quote a bit more | Mike Frysinger | 2005-12-26 | 1 | -4/+4 |
| | | | | svn path=/main/trunk/; revision=2476 | ||||
* | rename BUILDDIR to PORTAGE_BUILDDIR | Mike Frysinger | 2005-12-26 | 2 | -52/+52 |
| | | | | svn path=/main/trunk/; revision=2475 | ||||
* | 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , ↵ | Brian Harring | 2005-12-26 | 3 | -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 Ludd | 2005-12-25 | 1 | -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 Stubbs | 2005-12-25 | 1 | -1/+14 |
| | | | | svn path=/main/trunk/; revision=2472 | ||||
* | Don't show any use flags when using --quiet. | Jason Stubbs | 2005-12-25 | 1 | -0/+4 |
| | | | | svn path=/main/trunk/; revision=2471 | ||||
* | Don't try to resolve deps of blockers when using --onlydeps. | Jason Stubbs | 2005-12-25 | 1 | -10/+9 |
| | | | | svn path=/main/trunk/; revision=2470 | ||||
* | Remove the now unnecessary USE="*" hack. | Jason Stubbs | 2005-12-25 | 2 | -8/+1 |
| | | | | svn path=/main/trunk/; revision=2469 | ||||
* | Allow overlays and the user profile to extend arch.list. | Jason Stubbs | 2005-12-25 | 1 | -7/+7 |
| | | | | svn path=/main/trunk/; revision=2468 | ||||
* | - trim extraneous spaces tabs form feeds and newlines | Ned Ludd | 2005-12-25 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=2467 | ||||
* | Check for adequate spacing around "||", "(" and ")" tokens. | Jason Stubbs | 2005-12-25 | 1 | -12/+34 |
| | | | | svn path=/main/trunk/; revision=2466 |