summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* In dblink.treewalk(), handle the case where the current cpv is already instal...v2.1.2.11Zac Medico2007-07-311-0/+5
* Initialize dblink.contentscache to None since getcontents() expects that now.Zac Medico2007-07-301-1/+1
* For bug #186960, try to create a directory for $ROOT if it doesn't exist. (br...Zac Medico2007-07-301-0/+1
* Remove some useless dircache code. (branches/2.1.2 r6819)Zac Medico2007-07-301-6/+1
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-301-6/+22
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-07-301-5/+13
* For bug #185930, direct all FETCHCOMMAND output to stdout. (branches/2.1.2 r7...Zac Medico2007-07-301-0/+8
* For bug #162923, when digest verification of a distfile fails, rename instead...Zac Medico2007-07-301-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-301-2/+10
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-07-301-1/+8
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-07-301-2/+29
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-07-301-0/+8
* Clean up the profile masking code. (branches/2.1.2 r6936)Zac Medico2007-07-301-9/+5
* fix grammar in error output (branches/2.1.2 r6905)Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-301-3/+8
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-07-301-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-07-301-0/+6
* For bug #182157, never chmod 0 symlinks before unlinking them. (branches/2.1....Zac Medico2007-07-301-1/+2
* Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)Zac Medico2007-07-301-1/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-07-301-9/+17
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-07-301-4/+12
* For bug #181551, support slot deps in package.keywords. (branches/2.1.2 r6791)Zac Medico2007-07-301-3/+5
* For bug #152828, run -ldconfig when != . (branches/2.1.2 r6771)Zac Medico2007-07-301-10/+20
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-301-15/+15
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-07-301-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Zac Medico2007-07-301-2/+6
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-07-301-2/+4
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-07-301-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-07-301-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-07-301-0/+2
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba...Zac Medico2007-07-301-1009/+585
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-291-1/+1
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the s...Zac Medico2007-07-291-2/+10
* For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)Zac Medico2007-07-281-3/+10
* When the fetch phase fails inside doebuild(), create an eerror log since the ...v2.1.3Zac Medico2007-07-281-0/+13
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+14
* When setting the size of the pty for logging, check if stdout isatty rather t...Zac Medico2007-07-261-2/+1
* Merge the portage.spawn() implementation with pty logging from trunk:Zac Medico2007-07-251-31/+73
* Add droppriv keyword for the depend phase (last one). (trunk r7387)Zac Medico2007-07-241-1/+1
* Add droppriv keyword for the depend phase. (trunk r7385)Zac Medico2007-07-241-1/+1
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-241-21/+23
* Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin...Zac Medico2007-07-231-10/+12
* For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330)Zac Medico2007-07-211-0/+8
* When digest verification of a distfile fails, rename instead of unlinking it ...Zac Medico2007-07-211-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-201-2/+10
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-4/+1
* For bug #185389, create a symlink when quickpkg injects a new package.Zac Medico2007-07-151-1/+2
* Merge the new repo display code from trunk r7257:7260.Zac Medico2007-07-141-1/+1
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-13/+10
* Fix typo. (trunk r7228)Zac Medico2007-07-111-1/+1