| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand c... | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | strip .comment by default, add a comment as to what we need before we can do ... | Mike Frysinger | 2007-04-17 | 1 | -4/+10 |
* | convert `type -p` to `type -P` as noted by grobian | Mike Frysinger | 2007-04-15 | 7 | -17/+17 |
* | do stripping after compression dequeueing | Mike Frysinger | 2007-04-14 | 1 | -1/+2 |
* | queue compression | Mike Frysinger | 2007-04-14 | 2 | -2/+2 |
* | revise tests so that `insinto /` does not trigger an error | Mike Frysinger | 2007-04-14 | 1 | -9/+9 |
* | Prefix the hardlink source with ${D} like we always have. | Zac Medico | 2007-04-14 | 1 | -1/+1 |
* | document new version suffix style #166522 | Mike Frysinger | 2007-04-14 | 1 | -7/+8 |
* | create leading directories to match behavior of other do* programs | Mike Frysinger | 2007-04-14 | 1 | -4/+5 |
* | simplify unsafe file checking so files/paths with spaces dont cause troubles | Mike Frysinger | 2007-04-13 | 1 | -14/+5 |
* | Use relative paths inside ecompressdir in order to avoid 'Argument list too l... | Zac Medico | 2007-04-13 | 1 | -1/+4 |
* | Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu... | Zac Medico | 2007-04-13 | 1 | -5/+3 |
* | Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. | Zac Medico | 2007-04-13 | 1 | -2/+2 |
* | Use a config instance that's not locked/immutable. | Zac Medico | 2007-04-13 | 1 | -2/+2 |
* | cleanup example ebuild to be more representative of a "good" ebuild #174260 b... | Mike Frysinger | 2007-04-12 | 1 | -11/+7 |
* | For bug #173808, add back the old heuristics to make sure that we don't just ... | Zac Medico | 2007-04-12 | 1 | -1/+12 |
* | For bug #173808, compress ${mandir} all in one go instead of doing subdirecto... | Zac Medico | 2007-04-10 | 1 | -12/+1 |
* | Efficiently recycle partial valid vdb cache when possible. This reduces disk... | Zac Medico | 2007-04-10 | 1 | -4/+7 |
* | Don't load FEATURES in load_infodir() because FEATURES from the build host sh... | Zac Medico | 2007-04-09 | 1 | -0/+4 |
* | Update the FEATURES=strict docs for better clarity. Thanks to taviso for rep... | Zac Medico | 2007-04-09 | 1 | -1/+1 |