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