| Commit message (Expand) | Author | Age | Files | Lines |
* | Add portageq command to list preserved libs | Marius Mauch | 2007-06-13 | 2 | -7/+25 |
* | In dblink.treewalk(), handle the case where the current cpv is already instal... | Zac Medico | 2007-06-13 | 1 | -0/+5 |
* | Add a note about the new unmerge-orphans behavior. | Zac Medico | 2007-06-13 | 1 | -0/+9 |
* | For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to... | Zac Medico | 2007-06-13 | 3 | -3/+26 |
* | Fix dblink.isowner() so it works properly when ROOT!=/. | Zac Medico | 2007-06-13 | 1 | -1/+1 |
* | Use cached dblink instances for collision-protect. | Zac Medico | 2007-06-13 | 1 | -17/+3 |
* | Cache dblink instances for security checks and reference counts during merge/... | Zac Medico | 2007-06-13 | 1 | -45/+53 |
* | Reuse previously acquired lstat results. | Zac Medico | 2007-06-12 | 1 | -1/+1 |
* | Remove some useless dircache code. | Zac Medico | 2007-06-12 | 1 | -7/+2 |
* | Always return a dict from dblink.getcontents() since callers never expect to ... | Zac Medico | 2007-06-12 | 1 | -5/+12 |
* | For bug #181021, during unmerge use all slot matches for reference counts (in... | Zac Medico | 2007-06-12 | 1 | -22/+16 |
* | Add a note about preservation of timestamps on merged files. | Zac Medico | 2007-06-12 | 1 | -0/+3 |
* | Remove stray newline. | Zac Medico | 2007-06-11 | 1 | -1/+0 |
* | Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor... | Zac Medico | 2007-06-11 | 1 | -1/+5 |
* | Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor... | Zac Medico | 2007-06-11 | 1 | -6/+6 |
* | Move news about ** token in package.keywords to the 2.1.3 section. | Zac Medico | 2007-06-11 | 1 | -1/+1 |
* | Bump 2.1.3 to 2.2 for some features and add news about USE_EXPAND wildcards. | Zac Medico | 2007-06-11 | 2 | -2/+9 |
* | For consistency with other xterm titles code, redirect $PROMPT_COMMAND output... | Zac Medico | 2007-06-11 | 1 | -1/+10 |
* | Remove the "missing left parenthesis" test for now since it gives false posit... | Zac Medico | 2007-06-11 | 1 | -3/+0 |
* | For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva... | Zac Medico | 2007-06-11 | 4 | -10/+41 |
* | Fix the suid/sgid check so it only looks at regular files since it can genera... | Zac Medico | 2007-06-10 | 1 | -1/+2 |
* | Don't bother to warn about hardlinks to suid/sgid files before unlink since i... | Zac Medico | 2007-06-10 | 1 | -6/+3 |
* | For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F... | Zac Medico | 2007-06-10 | 2 | -0/+57 |
* | For bug #181551, support slot deps in package.keywords. | Zac Medico | 2007-06-10 | 1 | -3/+4 |
* | Make repoman work with both + and - flags in IUSE. | Zac Medico | 2007-06-10 | 1 | -6/+5 |
* | Preserve order of flags from IUSE in wildcard expansion. | Zac Medico | 2007-06-10 | 1 | -1/+1 |
* | For bug #148702, use the * token to trigger wildcard expansion of IUSE. This... | Zac Medico | 2007-06-09 | 2 | -13/+31 |
* | When an update is discarded due to confmem, record it's mtime in the contents... | Zac Medico | 2007-06-09 | 1 | -1/+1 |
* | For bug #148702, automatically enable flags from IUSE if they correspond to u... | Zac Medico | 2007-06-09 | 1 | -2/+17 |
* | For bug #181387, fix an UnboundLocalError for the mymtime variable that is tr... | Zac Medico | 2007-06-09 | 1 | -2/+7 |
* | Skip bogus '$ECLASS inherited illegally' messages when installing from a bina... | Zac Medico | 2007-06-09 | 1 | -1/+2 |
* | Only execute $PROMPT_COMMAND when appropriate. | Zac Medico | 2007-06-09 | 1 | -1/+2 |
* | For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. | Zac Medico | 2007-06-09 | 2 | -10/+20 |
* | For bug #139383, in xtermTitleReset() use os.system() instead of commands.get... | Zac Medico | 2007-06-08 | 1 | -1/+2 |
* | For bug #181104, make econf give an appropriate error message when configure ... | Zac Medico | 2007-06-08 | 1 | -0/+2 |
* | Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes. | Zac Medico | 2007-06-07 | 1 | -4/+7 |
* | Make all the python code respect USE conditionals in RESTRICT. It's already ... | Zac Medico | 2007-06-07 | 3 | -14/+26 |
* | Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists... | Zac Medico | 2007-06-07 | 2 | -6/+7 |
* | Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w... | Zac Medico | 2007-06-07 | 1 | -1/+1 |
* | When using a pty for logging, use setsid() to create a new session and make t... | Zac Medico | 2007-06-07 | 3 | -11/+72 |
* | Return copies of the cached values from pkgsplit and catpkgsplit. | Zac Medico | 2007-06-06 | 1 | -2/+2 |
* | For bug #181021, don't compare attributes of contents entries when deciding w... | Zac Medico | 2007-06-06 | 1 | -1/+1 |
* | For bug #82378, only set permissions on PORT_LOGDIR if it is created automati... | Zac Medico | 2007-06-06 | 1 | -2/+4 |
* | For bug #156536, update --resume docs to show that the resume history is capa... | Zac Medico | 2007-06-06 | 2 | -7/+16 |
* | For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND. | Zac Medico | 2007-06-06 | 1 | -2/+2 |
* | Comment in portage.movefile() that it's impossible to preserve timestamps of ... | Zac Medico | 2007-06-06 | 1 | -0/+2 |
* | For bug #181021, preserve timestamps from ${D} during merge. For replacement... | Zac Medico | 2007-06-06 | 1 | -95/+49 |
* | Fix typo, split SPACE_SEPARATED variables on whitespace. | Zac Medico | 2007-06-06 | 1 | -1/+1 |
* | When dblink.treewalk() looks for an installed instance in the same slot, make... | Zac Medico | 2007-06-05 | 1 | -0/+8 |
* | Remove duplicate entries from special variables processed by env_update() (bu... | Marius Mauch | 2007-06-05 | 1 | -2/+6 |