| Commit message (Expand) | Author | Age | Files | Lines |
* | tabs -> spaces | Zac Medico | 2007-05-13 | 1 | -3/+3 |
* | Fix the varexpand quotes tests since quotes are no longer removed by this fun... | Zac Medico | 2007-05-13 | 1 | -2/+2 |
* | Add TODO note about support for blocks within slots. Thanks to Brian Harring... | Zac Medico | 2007-05-12 | 1 | -6/+5 |
* | s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ... | Zac Medico | 2007-05-12 | 2 | -4/+4 |
* | For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be... | Zac Medico | 2007-05-10 | 1 | -3/+4 |
* | Make sure FEATURES=test and USE=test are consistently enabled for all request... | Zac Medico | 2007-05-10 | 1 | -8/+9 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-10 | 1 | -1/+6 |
* | fix typo from previous commit | Zac Medico | 2007-05-09 | 1 | -1/+1 |
* | For bug #177763, document that FEATURES=keepwork can interfere with normal em... | Zac Medico | 2007-05-09 | 1 | -1/+4 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-09 | 2 | -0/+5 |
* | fix spacing in loaders | Alec Warner | 2007-05-09 | 1 | -3/+3 |
* | For bug #177591, increase shell compatibility by preserving quotes in varexpa... | Zac Medico | 2007-05-08 | 1 | -2/+4 |
* | For bug #177601, add a reference the --verbose option documentation in the OU... | Zac Medico | 2007-05-08 | 1 | -1/+2 |
* | antarus fears it, and fears it often | Alec Warner | 2007-05-08 | 1 | -6/+6 |
* | imports are one module per line, remove type module in favor of the new hotne... | Alec Warner | 2007-05-08 | 1 | -9/+14 |
* | Honestly if they are missing sys, that error message probably won't help any ... | Alec Warner | 2007-05-08 | 1 | -6/+1 |
* | validators++ | Alec Warner | 2007-05-08 | 2 | -11/+15 |
* | Prevent blockers that are only partially resolvable by merge order from accid... | Zac Medico | 2007-05-07 | 1 | -1/+10 |
* | Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_... | Zac Medico | 2007-05-06 | 1 | -9/+15 |
* | Use shlex for better splitting of FETCHCOMMAND. | Zac Medico | 2007-05-06 | 1 | -4/+4 |
* | Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. | Zac Medico | 2007-05-06 | 1 | -6/+7 |
* | For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ... | Zac Medico | 2007-05-05 | 1 | -3/+5 |
* | Add missing base class. | Zac Medico | 2007-05-05 | 1 | -1/+1 |
* | Use match_from_list in order to potentially avoid more blocks. | Zac Medico | 2007-05-05 | 1 | -10/+10 |
* | For bug #177211, use chmod -R on the children of the current directory in ord... | Zac Medico | 2007-05-05 | 1 | -1/+2 |
* | For bug #175058, comment #15, expand all possible variables in each argument. | Zac Medico | 2007-05-05 | 1 | -3/+3 |
* | For bug #176765, when a new package is blocked by another one that is being r... | Zac Medico | 2007-05-03 | 1 | -3/+17 |
* | Remove news about profile masking which has been reverted pending resolution ... | Zac Medico | 2007-05-02 | 1 | -2/+0 |
* | document the behavior of `ebuild` wrt FEATURES=noauto #175444 | Mike Frysinger | 2007-05-02 | 1 | -0/+7 |
* | s/dir/actual_dir/ (branches/prefix r6463:6464 | Zac Medico | 2007-05-02 | 1 | -1/+1 |
* | Fix eend so that it works properly on a standard BSD console. Thanks to Uber... | Zac Medico | 2007-05-02 | 2 | -0/+5 |
* | Handle KeyError when the ebuild is corrupt. | Zac Medico | 2007-04-30 | 1 | -1/+5 |
* | Fix -* handling in gvisible to match incremental semantics | Marius Mauch | 2007-04-30 | 4 | -10/+28 |
* | - add new echo module for people who don't want any real logging | Marius Mauch | 2007-04-30 | 10 | -5/+62 |
* | For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with... | Zac Medico | 2007-04-29 | 2 | -8/+11 |
* | For bug #176384, adjust config according to options of the command being resu... | Zac Medico | 2007-04-28 | 1 | -0/+9 |
* | For bug #175058, properly quote the variables in FETCHCOMMAND and RESUMECOMMA... | Zac Medico | 2007-04-28 | 1 | -2/+2 |
* | Fix up missing mymergelist variable from the previous commit. | Zac Medico | 2007-04-28 | 1 | -5/+6 |
* | For bug #176305, validate the resume merge list before attempting to verify t... | Zac Medico | 2007-04-28 | 1 | -12/+13 |
* | In the installsources docs, note that CFLAGS needs to be set to include debug... | Zac Medico | 2007-04-26 | 1 | -1/+2 |
* | Always ensure permissions in DISTCC_DIR in order to try to prevent potential ... | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | For bug #176139, only symlink the distfiles that are required according the c... | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | fix typo | Alec Warner | 2007-04-24 | 1 | -1/+1 |
* | For bug #175781, add a higher preference priority for choices where all match... | Zac Medico | 2007-04-24 | 1 | -1/+15 |
* | Pretty up the repoman imports, use cPickle over pickle for performance | Alec Warner | 2007-04-24 | 1 | -3/+14 |
* | Use portable sh syntax rather than bash syntax. Thanks to drizzt. | Zac Medico | 2007-04-21 | 1 | -1/+1 |
* | Also validate RESTRICT inside doebuild(). | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | Also validate SRC_URI inside doebuild(). | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | For bug #175344, validate LICENSE and PROVIDE inside doebuild(). | Zac Medico | 2007-04-20 | 1 | -2/+15 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |