| Commit message (Expand) | Author | Age | Files | Lines |
* | added parallel-fetch in... | Brian Harring | 2005-12-19 | 1 | -0/+2 |
* | Add USE display when --verbose is not used. Only flags that are enabled, | Jason Stubbs | 2005-12-18 | 1 | -10/+33 |
* | Restore previous --verbose USE flag style and prepare for a minimal flag | Jason Stubbs | 2005-12-18 | 1 | -70/+72 |
* | Quick hack to work around the extra package lookups in porttree when checking | Jason Stubbs | 2005-12-18 | 1 | -11/+17 |
* | removed unnecessary reconstruct_eclasses import | Brian Harring | 2005-12-18 | 1 | -1/+0 |
* | parallel-fetch, baby. | Brian Harring | 2005-12-18 | 3 | -11/+38 |
* | couple of tweaks. fixed up whitespacing for template, added a default __cont... | Brian Harring | 2005-12-18 | 2 | -20/+10 |
* | Unpack the _eclasses_ value as it's packed by the database template's __setit... | Jason Stubbs | 2005-12-17 | 1 | -1/+5 |
* | Check if packages listed in the --resume list have been removed from the | Jason Stubbs | 2005-12-17 | 1 | -0/+8 |
* | Remove old ChangeLog files as they will now be auto-generated from commitv2.1_pre1 | Jason Stubbs | 2005-12-17 | 2 | -7433/+0 |
* | Check if atoms with matching keys will result in higher versioned packages | Jason Stubbs | 2005-12-17 | 2 | -90/+44 |
* | Remove duplicate if statement. | Jason Stubbs | 2005-12-17 | 1 | -1/+0 |
* | Fix missing ":" on except line. | Jason Stubbs | 2005-12-17 | 1 | -1/+1 |
* | deprecate preplib | Mike Frysinger | 2005-12-17 | 1 | -0/+2 |
* | Add --verbose to the list of options that need to be removed from those | Jason Stubbs | 2005-12-17 | 1 | -4/+3 |
* | remove preplib/preplib.so docs | Mike Frysinger | 2005-12-17 | 1 | -12/+0 |
* | nothing uses it so no point in keeping it ... plus the ldconfig calls are gli... | Mike Frysinger | 2005-12-17 | 1 | -10/+0 |
* | Fail if not running as root and --resume is attempted. | Jason Stubbs | 2005-12-17 | 1 | -1/+1 |
* | sync with savior branch | Mike Frysinger | 2005-12-17 | 1 | -18/+66 |
* | add an add-ebuild-death-hook func so people dont need to know about setting s... | Mike Frysinger | 2005-12-17 | 1 | -0/+4 |
* | Catch KeyError exception throw from aux_get. | Jason Stubbs | 2005-12-17 | 1 | -0/+3 |
* | touchup TEXTREL warning some more #115727 | Mike Frysinger | 2005-12-17 | 1 | -5/+3 |
* | cleanup textrel qa notice | Mike Frysinger | 2005-12-17 | 1 | -5/+6 |
* | Prevent masked use flags from being shown in packages' flag list. | Jason Stubbs | 2005-12-16 | 1 | -18/+16 |
* | Change unmatched ' to " in use flag output. | Jason Stubbs | 2005-12-16 | 1 | -1/+1 |
* | - initial commit of split elf debug code | Ned Ludd | 2005-12-15 | 1 | -36/+35 |
* | ferringb says: i pity the fool who doesnt use better style | Mike Frysinger | 2005-12-15 | 1 | -1/+1 |
* | Bug 115519 by Diego Petteno: Fix ldconfig command ordering, add dragonfly sup... | Mike Frysinger | 2005-12-15 | 1 | -2/+2 |
* | Add USE_EXPAND_HIDDEN so that users can extend it without killing off | Jason Stubbs | 2005-12-14 | 1 | -1/+1 |
* | Use soft limit, not hard limit. | Brian Harring | 2005-12-14 | 1 | -1/+1 |
* | Prevent USE_EXPAND variables from bypassing use.mask | Jason Stubbs | 2005-12-13 | 1 | -1/+1 |
* | Separate and format USE_EXPAND based variables found in IUSE. | Jason Stubbs | 2005-12-13 | 1 | -19/+62 |
* | Removed the specific check against PORTAGE_CALLER with regard to fetching. | Jason Stubbs | 2005-12-11 | 1 | -1/+1 |
* | add a -v (verbose) option to envvar for easily generating output for use in b... | Mike Frysinger | 2005-12-10 | 1 | -1/+9 |
* | fix the fetch/digest shortcuts so they dont break normal runs of emerge/ebuild | Mike Frysinger | 2005-12-10 | 1 | -4/+7 |
* | make the --quiet option useful, touchup whitespace in a few places, and add -... | Mike Frysinger | 2005-12-10 | 1 | -14/+28 |
* | touchup in general, add support for -h/--help, and delay importing portage so... | Mike Frysinger | 2005-12-10 | 1 | -16/+24 |
* | fix whitespace in depend atom as point out by chkno #114956 | Mike Frysinger | 2005-12-10 | 1 | -1/+1 |
* | Drop the virtuals related fatal errors down to warnings. | Jason Stubbs | 2005-12-10 | 1 | -1/+3 |
* | dont run depscan.sh anymore | Mike Frysinger | 2005-12-09 | 1 | -2/+0 |
* | eat whitespace -> YUM | Mike Frysinger | 2005-12-09 | 1 | -7/+7 |
* | only digest/fetch files when the operation warrants it | Mike Frysinger | 2005-12-09 | 1 | -3/+8 |
* | s/series/serious/ mistake | Jason Stubbs | 2005-12-07 | 2 | -1/+4 |
* | run all elf QA checks before aborting, and all some packages (like binary-onl... | Mike Frysinger | 2005-12-07 | 1 | -7/+12 |
* | kill dead whitespace and make function def style consistent | Mike Frysinger | 2005-12-07 | 1 | -66/+48 |
* | cleanse maketest once and for all | Mike Frysinger | 2005-12-07 | 2 | -4/+1 |
* | get rid of duplicated Test phase message in src_test() | Mike Frysinger | 2005-12-07 | 1 | -1/+0 |
* | add a status message to src_compile() like src_unpack() | Mike Frysinger | 2005-12-07 | 1 | -0/+4 |
* | use emake -j1 in default src_test() instead of make | Mike Frysinger | 2005-12-07 | 1 | -4/+4 |
* | if PORT_LOGDIR doesnt exist, then try to create it automagically | Mike Frysinger | 2005-12-07 | 1 | -0/+6 |