summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-221-22/+26
* Allow per-module filtering based on loglevels in addition to the global PORTA...Zac Medico2007-06-211-21/+47
* fix grammar in error output (trunk r6285)Zac Medico2007-06-211-1/+1
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-3/+8
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-06-191-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-06-191-0/+6
* During unmerge, always verify that the file isn't a symlink before doing chmo...Zac Medico2007-06-181-1/+2
* In dblink.isowner() don't bother to stat the file when it's contained in the ...Zac Medico2007-06-171-4/+7
* For bug #182346, use dblink.isowner() during unmerge so that device/inode num...Zac Medico2007-06-171-9/+16
* Go ahead and unlink symlinks to directories when they're actually recorded as...Zac Medico2007-06-151-5/+7
* Make the collision-protect loop check for existance of the destination file b...Zac Medico2007-06-151-0/+9
* Handle another case where removing a symlink to a directory can be harmful. (...Zac Medico2007-06-151-0/+5
* For bug #182157, don't let unmerge-orphans unlink symlinks to directories sin...Zac Medico2007-06-151-0/+3
* For bug #182157, never chmod 0 symlinks before unlinking them. (trunk r6848)Zac Medico2007-06-151-1/+1
* 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
* In dblink.treewalk(), handle the case where the current cpv is already instal...Zac Medico2007-06-131-0/+5
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-131-3/+21
* 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
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-4/+12
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-101-6/+60
* For bug #181551, support slot deps in package.keywords. (trunk r6790)Zac Medico2007-06-101-3/+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-091-13/+26
* 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
* For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. (trunk r6770)Zac Medico2007-06-091-10/+20
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-081-15/+15
* 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
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-06-061-2/+4
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-06-011-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-06-011-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-06-011-0/+2
* Raise a KeyError from bindbapi.aux_get() when appropriate. (trunk r6699)Zac Medico2007-06-011-3/+6
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-3/+2
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba...Zac Medico2007-05-311-3/+8
* Show deprecation warnings if the "clone" parameters are used for the binartre...Zac Medico2007-05-301-0/+6
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+6