| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cache NEEDED in order to optimize update_library_map() calls. | Zac Medico | 2007-04-09 | 1 | -1/+1 |
* | Only apply permissions to ccache, confcache, and distcc dirs when they are cr... | Zac Medico | 2007-04-08 | 1 | -7/+6 |
* | change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil... | Mike Frysinger | 2007-04-07 | 4 | -15/+16 |
* | remove references to EXEDESTTREE | Mike Frysinger | 2007-04-07 | 1 | -6/+6 |
* | document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config | Mike Frysinger | 2007-04-07 | 1 | -0/+46 |
* | tell people that the FILES section is not supposed to be complete (and sneak ... | Mike Frysinger | 2007-04-07 | 1 | -8/+10 |
* | change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ebuil... | Mike Frysinger | 2007-04-07 | 3 | -8/+9 |
* | remove references to DOCDESTTREE and INSDESTTREE | Mike Frysinger | 2007-04-07 | 1 | -8/+9 |
* | Provide a default value to the getattr call. | Zac Medico | 2007-04-05 | 1 | -1/+1 |
* | Make sure XARGS has a default value. | Zac Medico | 2007-04-05 | 1 | -0/+1 |
* | Don't force OS detection in the portage.data module. | Zac Medico | 2007-04-05 | 1 | -4/+2 |
* | Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro... | Zac Medico | 2007-04-05 | 4 | -13/+5 |
* | Punt the sorted_versions() function in favor of list.sort(vercmp). | Zac Medico | 2007-04-05 | 1 | -32/+7 |
* | For bug #173184, handle the CommandNotFound that is produced during uninstall... | Zac Medico | 2007-04-02 | 1 | -4/+9 |
* | I consulted the python oracle and it told me enumerate was better, so go team... | Alec Warner | 2007-04-01 | 1 | -11/+9 |
* | drop line_count in favor of izip and count(), itertools FOR THE WIN baby. | Alec Warner | 2007-03-31 | 2 | -20/+45 |
* | After talking to marienz, decide that 1 class is better than 4, also realize ... | Alec Warner | 2007-03-31 | 2 | -109/+39 |
* | Fix missing import. | Zac Medico | 2007-03-31 | 1 | -0/+1 |
* | make PDEPEND wording less restrictive #172511 and clarify install status wrt ... | Mike Frysinger | 2007-03-30 | 1 | -8/+11 |
* | For bug #172571, use socket.AF_INET as the default family for socket.getaddri... | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | spaces -> tabs | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | spaces -> tabs | Zac Medico | 2007-03-28 | 1 | -3/+3 |
* | For bug #172539, fix ecompressdir suffix handling so that automatic decompres... | Zac Medico | 2007-03-28 | 1 | -6/+6 |
* | Correctly pull the metadata again when the node is converted. | Zac Medico | 2007-03-28 | 1 | -5/+6 |
* | Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea... | Zac Medico | 2007-03-28 | 1 | -0/+3 |
* | Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | Properly anchor sed regexp for readlonly attribut filtering. | Zac Medico | 2007-03-27 | 1 | -2/+2 |
* | Filter the readonly attribute from variables saved in ${T}/environment to pre... | Zac Medico | 2007-03-27 | 1 | -1/+2 |
* | source ${T}/environment before the definition of qa_source() and qa_call() so... | Zac Medico | 2007-03-27 | 1 | -6/+6 |
* | Continue to support profile masking at least until bug #170697 is settled. | Zac Medico | 2007-03-26 | 1 | -0/+13 |
* | minor name changes for bin tests, svn propset keywords Id stuff | Alec Warner | 2007-03-26 | 2 | -3/+3 |