summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+21
* Replace compat symlinks with a new compat module as the symlink solution prev...Marius Mauch2007-02-1725-23/+73
* Remove portage_exec.py as subversion is stupid and can't convert it in one stepMarius Mauch2007-02-171-1/+0
* For full backwards compat (with symlinks or other weird stuff) import everyth...Marius Mauch2007-02-171-3/+3
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-172-5371/+5378
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
* Print hostname in xterm title if sheridan is available in the environmentMarius Mauch2007-02-171-4/+5
* Ignore compiled files.Marius Mauch2007-02-171-3/+89
* Print filename when displaying package.mask commentsMarius Mauch2007-02-172-23/+25
* Add support for RSYNC_EXTRA_OPTS to webrsyncMarius Mauch2007-02-171-2/+2
* Add missing quotes.Zac Medico2007-02-151-1/+1
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* Optimize merge order calculation for --tree output when necessary.Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* Fix broken imports.Zac Medico2007-02-131-3/+5
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-131-1/+13
* Fix missing imports.Zac Medico2007-02-131-3/+3
* tweak PORT_LOGDIR comments so as to not give the wrong impression about the d...Mike Frysinger2007-02-131-1/+2
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* Make subpackage naming consistentMarius Mauch2007-02-1111-106/+114
* import best() from portage.versionsZac Medico2007-02-111-2/+2
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-115-28/+35
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-101-1/+1
* Add missing VDB_PATH to fix vardbapi.aux_get() breakage.Zac Medico2007-02-101-1/+1
* Fix vardb.cpv_all() breakage.Zac Medico2007-02-101-2/+1
* Fix missing stat import.Zac Medico2007-02-101-1/+1
* Break a recursive loop.Zac Medico2007-02-101-1/+1
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-1016-16/+16
* fix broken importsZac Medico2007-02-101-1/+3
* remove broken dblink importZac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-1016-16/+32
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
* fix syntaxZac Medico2007-02-101-1/+1
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-106-3207/+3285
* add docstringsAlec Warner2007-02-101-0/+20
* fix a few broken testsAlec Warner2007-02-103-6/+5
* update test notesAlec Warner2007-02-101-3/+8
* Create namespace for emergeMarius Mauch2007-02-083-4/+5
* die requires diefunc and dump_trace too; duh; also move extdebug into isolate...Alec Warner2007-02-082-66/+31
* Make the "lfull" output more succinct by omitting categories for which there ...Zac Medico2007-02-081-2/+1
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
* For bug #165783, handle a potential InvalidDependString exception in repoman ...Zac Medico2007-02-071-14/+25
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-5/+11
* Enable strict dep checking for repoman.Zac Medico2007-02-071-0/+1
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-072-2/+3
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2
* move die into isolated-functions.shAlec Warner2007-02-072-12/+45
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9