| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix stardir and repodir logic from the previous commit. | Zac Medico | 2007-02-21 | 1 | -5/+3 |
* | For consistency, replace multiple os.getcwd() calls with the "mydir" variable. | Zac Medico | 2007-02-21 | 1 | -4/+4 |
* | s/x/xs/ to fix a typo in a variable name. | Zac Medico | 2007-02-21 | 1 | -1/+1 |
* | Raise a CommandNotFound exception when necessary, to ease troubleshooting. T... | Zac Medico | 2007-02-21 | 1 | -2/+2 |
* | For bug #167795, try avoid the population routine when possible, so that FEAT... | Zac Medico | 2007-02-20 | 1 | -0/+11 |
* | As requested by vapier, don't show the merge list in --quiet mode unless it's... | Zac Medico | 2007-02-20 | 1 | -1/+2 |
* | Optimize order for --tree display of circular dependencies. | Zac Medico | 2007-02-19 | 1 | -1/+12 |
* | Make digraph._merge_order_bias() operate on a single digraph that's passed in. | Zac Medico | 2007-02-19 | 1 | -5/+5 |
* | For bug #167450, optimize leaf node selection by ordering nodes from highest ... | Zac Medico | 2007-02-19 | 1 | -0/+11 |
* | Automatically enable --tree mode when displaying nodes with circular deps. | Zac Medico | 2007-02-19 | 1 | -0/+1 |
* | For bug #166564, make a circular dependency panic more user friendly by displ... | Zac Medico | 2007-02-19 | 1 | -8/+15 |
* | Don't exclude . since that excludes the entire contents of some tar files. | Zac Medico | 2007-02-18 | 1 | -1/+1 |
* | When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE.... | Zac Medico | 2007-02-18 | 1 | -6/+6 |
* | For bug #166880, always display the merge list header. | Zac Medico | 2007-02-18 | 1 | -1/+1 |
* | For bug #166880, always display the merge list (allowing --tree to be obeyed ... | Zac Medico | 2007-02-18 | 1 | -3/+3 |
* | For bug #167450, optimize merge order by delaying the merge of root nodes. | Zac Medico | 2007-02-18 | 1 | -2/+12 |
* | set.remove() returns None, so can't use it in a function call | Marius Mauch | 2007-02-18 | 1 | -1/+1 |
* | Move preserve-libs and collision-protect code from treewalk() into their own ... | Marius Mauch | 2007-02-18 | 1 | -117/+131 |
* | extend check for internal references, should remove all libs that are only us... | Marius Mauch | 2007-02-18 | 1 | -6/+25 |
* | Move reverse NEEDED cache into CACHE_PATH and use a more descriptive name | Marius Mauch | 2007-02-18 | 1 | -2/+2 |
* | For bug #163990, warn about binary packages with invalid categories and do no... | Zac Medico | 2007-02-18 | 1 | -0/+18 |
* | For bug #163990, warn about ebuilds with invalid categories and do not allow ... | Zac Medico | 2007-02-18 | 1 | -1/+6 |
* | For bug #166785, check for invalid categories in the world file. | Zac Medico | 2007-02-18 | 1 | -3/+16 |
* | Fix package.provided breakage from the fix for bug #166939. | Zac Medico | 2007-02-17 | 1 | -0/+4 |
* | Remove unnecessary import that triggers DEPRECATION NOTICE. | Zac Medico | 2007-02-17 | 1 | -1/+0 |
* | For bug #166939, make --nodeps work like a normal package for new-style virtu... | Zac Medico | 2007-02-17 | 1 | -17/+21 |
* | Replace compat symlinks with a new compat module as the symlink solution prev... | Marius Mauch | 2007-02-17 | 25 | -23/+73 |
* | Remove portage_exec.py as subversion is stupid and can't convert it in one step | Marius Mauch | 2007-02-17 | 1 | -1/+0 |
* | For full backwards compat (with symlinks or other weird stuff) import everyth... | Marius Mauch | 2007-02-17 | 1 | -3/+3 |
* | Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t... | Marius Mauch | 2007-02-17 | 2 | -5371/+5378 |
* | Make emerge importable again without relying on module search path order | Marius Mauch | 2007-02-17 | 1 | -0/+5 |
* | Print hostname in xterm title if sheridan is available in the environment | Marius Mauch | 2007-02-17 | 1 | -4/+5 |
* | Ignore compiled files. | Marius Mauch | 2007-02-17 | 1 | -3/+89 |
* | Print filename when displaying package.mask comments | Marius Mauch | 2007-02-17 | 2 | -23/+25 |
* | Add support for RSYNC_EXTRA_OPTS to webrsync | Marius Mauch | 2007-02-17 | 1 | -2/+2 |
* | Add missing quotes. | Zac Medico | 2007-02-15 | 1 | -1/+1 |
* | Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ... | Zac Medico | 2007-02-15 | 1 | -1/+2 |
* | Optimize merge order calculation for --tree output when necessary. | Zac Medico | 2007-02-14 | 1 | -1/+2 |
* | For bug #158100, use an exact reversal of the actual merge order for --tree o... | Zac Medico | 2007-02-14 | 1 | -0/+5 |
* | Fix broken imports. | Zac Medico | 2007-02-13 | 1 | -3/+5 |
* | Detect potential issues with mtime granlarity in env_update() and sleep if ne... | Zac Medico | 2007-02-13 | 1 | -1/+13 |
* | Fix missing imports. | Zac Medico | 2007-02-13 | 1 | -3/+3 |
* | tweak PORT_LOGDIR comments so as to not give the wrong impression about the d... | Mike Frysinger | 2007-02-13 | 1 | -1/+2 |
* | In the event of a circular dependency panic, eliminate root nodes in order to... | Zac Medico | 2007-02-12 | 1 | -0/+9 |
* | Make subpackage naming consistent | Marius Mauch | 2007-02-11 | 11 | -106/+114 |
* | import best() from portage.versions | Zac Medico | 2007-02-11 | 1 | -2/+2 |
* | Use the real symbols in import statements, not the references in __init__.py | Marius Mauch | 2007-02-11 | 5 | -28/+35 |
* | Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber... | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Add missing VDB_PATH to fix vardbapi.aux_get() breakage. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix vardb.cpv_all() breakage. | Zac Medico | 2007-02-10 | 1 | -2/+1 |