summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix broken \!found logic so that any missing files are properly skipped. (tru...v2.1.3_rc1Zac Medico2007-06-141-6/+2
* Miscellaneous global updates cleanups. (trunk r6686, r6688, and r6690:6693)Zac Medico2007-06-141-113/+80
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* In dblink.treewalk(), handle the case where the current cpv is already instal...Zac Medico2007-06-131-0/+5
* Add a note about the new unmerge-orphans behavior. (trunk r6831)Zac Medico2007-06-131-0/+9
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-133-4/+27
* Fix dblink.isowner() so it works properly when ROOT!=/. (trunk r6827)Zac Medico2007-06-131-1/+1
* Use cached dblink instances for collision-protect. (trunk r6825)Zac Medico2007-06-131-16/+1
* Cache dblink instances for security checks and reference counts during merge/...Zac Medico2007-06-131-45/+53
* Reuse previously acquired lstat results. (trunk r6821)Zac Medico2007-06-121-1/+1
* For bug #153109, replace our old chflags module with the one provided by the ...Zac Medico2007-06-121-28/+13
* Remove some useless dircache code. (trunk r6818)Zac Medico2007-06-121-6/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-06-121-8/+16
* 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. (trunk r6812)Zac Medico2007-06-121-1/+4
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-06-112-7/+11
* Add news about USE_EXPAND wildcards. (trunk r6802)Zac Medico2007-06-111-0/+7
* For consistency with other xterm titles code, redirect $PROMPT_COMMAND output...Zac Medico2007-06-111-1/+10
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-113-6/+25
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-102-6/+61
* For bug #181551, support slot deps in package.keywords. (trunk r6790)Zac Medico2007-06-101-3/+5
* Make repoman work with both + and - flags in IUSE. (trunk r6788)Zac Medico2007-06-101-6/+5
* Preserve order of flags from IUSE in wildcard expansion. (trunk r6786)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-3/+8
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...v2.1.2.10Zac Medico2007-06-091-1/+2
* Don't forget to rename the temporary binpkg after it's created.Zac Medico2007-06-091-1/+3
* Only execute $PROMPT_COMMAND when appropriate. (trunk r6772)Zac Medico2007-06-091-1/+2
* For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. (trunk r6770)Zac Medico2007-06-091-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. (tr...Zac Medico2007-06-081-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-082-17/+27
* Return copies of the cached values from pkgsplit and catpkgsplit. (trunk r6746)Zac Medico2007-06-081-2/+2
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-082-7/+16
* For bug #153967, use -O / in the default FETCHCOMMAND. (trunk r6741)Zac Medico2007-06-081-2/+2
* For bug #181021, preserve timestamps from during merge. For replacement ope...Zac Medico2007-06-081-94/+51
* Fix typo, split SPACE_SEPARATED variables on whitespace. (trunk r6738)Zac Medico2007-06-081-1/+1
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-06-081-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Zac Medico2007-06-081-2/+6
* Use user-provided for -5 (bug #47442) (trunk r6735)Zac Medico2007-06-081-1/+2
* Add ECONF_SOURCE to the econf docs. (trunk r6733)Zac Medico2007-06-081-1/+1
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (trunk r6732)Zac Medico2007-06-081-0/+4
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-082-177/+209
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-06-061-2/+4
* Improve support for slot deps atoms given on the command line. (trunk r6730)Zac Medico2007-06-041-2/+5
* Don't complain when is missing unless manifest1 compatibility is enabled. (t...Zac Medico2007-06-011-9/+7
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-06-011-2/+4