| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #275945 - Add a new --avoid-update which tries to avoid updating packages | Zac Medico | 2009-06-30 | 4 | -0/+34 |
* | Bug #275901 - Make emerge bail out for USE deps in EAPI 0 and 1. | Zac Medico | 2009-06-30 | 1 | -0/+4 |
* | Bug #82488 - In _expand_new_virtuals(), check PROVIDE before expanding | Zac Medico | 2009-06-30 | 1 | -13/+25 |
* | In _expand_new_virtuals, don't expand old-style virtuals when there is | Zac Medico | 2009-06-30 | 1 | -2/+3 |
* | Remove the upgrade selection code inside dep_zapdeps (from bug #171840 and | Zac Medico | 2009-06-30 | 1 | -43/+2 |
* | Fix virtual blocker code inside _expand_new_virtuals to correctly handle | Zac Medico | 2009-06-30 | 1 | -2/+3 |
* | Use a finally blocker to ensure _expand_new_virtuals properly resets eapi | Zac Medico | 2009-06-29 | 1 | -8/+9 |
* | Bug #275796 - Prefer packages selected for install over installed packages. | Zac Medico | 2009-06-29 | 1 | -15/+13 |
* | Bug #275821 - Make emerge reject !!atom blockers for EAPI 0 and 1. | Zac Medico | 2009-06-29 | 1 | -1/+24 |
* | Move code from bug #258773 to dep_zapdeps, since the parent always needs to | Zac Medico | 2009-06-29 | 2 | -11/+10 |
* | Prepare 41 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-06-29 | 11 | -59/+75 |
* | Add missing resume_depgraph import, and remove unused imports. | Zac Medico | 2009-06-28 | 1 | -4/+1 |
* | Fix constructor to avoid TypeError when the "perms" keyword parameter is given. | Zac Medico | 2009-06-28 | 1 | -0/+1 |
* | Bug #253467 - Fix regression in config._env_blacklist handling. | Zac Medico | 2009-06-28 | 1 | -0/+1 |
* | Fix Package.metadata USE conditional evaluation so that it's delayed until | Zac Medico | 2009-06-28 | 1 | -3/+6 |
* | Use Package.invalid to generate *.syntax repoman errors for LICENSE, | Zac Medico | 2009-06-28 | 2 | -21/+13 |
* | Make Package.invalid suitable for use by repoman. | Zac Medico | 2009-06-28 | 2 | -6/+11 |
* | Check for redundant blank lines. Thanks to Markus Meier <maekke@gentoo.org> | Zac Medico | 2009-06-28 | 1 | -1/+20 |
* | Bug #236786 - Warn about 'test?' USE conditionals in RDEPEND. Thanks to | Zac Medico | 2009-06-28 | 1 | -1/+5 |
* | make sure etc-update sorts updates in the order (1) leading dir path (2) file... | Mike Frysinger | 2009-06-28 | 1 | -2/+2 |
* | * Add new abstract PhaseCheck class for ebuild phase-specific checks. | Zac Medico | 2009-06-28 | 1 | -41/+119 |
* | Bug #270953 - New !!atom blockers do not allow temporary simulaneous | Zac Medico | 2009-06-27 | 1 | -7/+14 |
* | Use a property to implement portdbapi.settings. | Zac Medico | 2009-06-26 | 1 | -2/+14 |
* | Fix PROVIDE code since the Package class automatically evaluates USE | Zac Medico | 2009-06-26 | 2 | -4/+9 |
* | Make portdbapi define self.settings, for conformity with other dbapi classes. | Zac Medico | 2009-06-26 | 1 | -0/+2 |
* | Use clear_caches() to free memory inside action_depclean(). | Zac Medico | 2009-06-26 | 1 | -2/+1 |
* | Bug #275532 - In action_depclean(), free memory from the dep calculation | Zac Medico | 2009-06-26 | 1 | -39/+62 |
* | Move __init__.py to main.py. | Zac Medico | 2009-06-26 | 2 | -2/+5 |
* | Move __init__.py to main.py. | Zac Medico | 2009-06-26 | 1 | -0/+0 |
* | Use @property instead of __getattribute__ to implement lazy Package.iuse.regex | Zac Medico | 2009-06-25 | 1 | -15/+20 |
* | Make dbapi.cp_list() raise NotImplementedError. | Zac Medico | 2009-06-25 | 1 | -1/+1 |
* | Make config.regenerate() detect api-level updates to ACCEPT_LICENSE, for use | Zac Medico | 2009-06-25 | 1 | -10/+13 |
* | Add a Package.metadata.restrict attribute containing a list of enabled | Zac Medico | 2009-06-25 | 3 | -14/+7 |
* | Add a Package.metadata.properties attribute containing a list of enabled | Zac Medico | 2009-06-25 | 3 | -20/+7 |
* | * Add a Package.invalid attribute to store messages about invalid LICENSE, | Zac Medico | 2009-06-25 | 3 | -5/+28 |
* | Add/update copyright headers. | Zac Medico | 2009-06-25 | 81 | -3/+317 |
* | Split out a depgraph._iter_match_pkgs() method from | Zac Medico | 2009-06-25 | 1 | -58/+75 |
* | Use depgraph._pkg() to construct Package instances inside | Zac Medico | 2009-06-25 | 1 | -20/+17 |
* | Remove obsolete Package.metadata['CHOST'] initialization. | Zac Medico | 2009-06-25 | 1 | -3/+0 |
* | * Make Package.metadata['USE'] access trigger USE calculation for unbuilt | Zac Medico | 2009-06-25 | 3 | -50/+47 |
* | Bug #275217 - Part 3 - Splits depgraph.select_files into select_files and | Zac Medico | 2009-06-24 | 1 | -4/+18 |
* | Add support to `portageq owners` for querying paths matching a given basename. | Zac Medico | 2009-06-24 | 2 | -8/+23 |
* | In binarytree.inject(), when a symlink is created for the current package | Zac Medico | 2009-06-24 | 1 | -2/+10 |
* | Bug #275237 - If a directory exists in a location where a normal file is to | Zac Medico | 2009-06-24 | 1 | -3/+3 |
* | Fix imports for _emerge submodules. | Zac Medico | 2009-06-23 | 1 | -1/+2 |
* | Bug #275217 - Part 2 - Move changelog stuff stuff out of depgraph. | Zac Medico | 2009-06-23 | 2 | -53/+64 |
* | Bu #275217 - Part 1 - Resolve the circular dep between Scheduler and | Zac Medico | 2009-06-23 | 2 | -20/+10 |
* | Fix import for split _emerge.MetadataRegen module. | Zac Medico | 2009-06-23 | 1 | -2/+2 |
* | Make the global "actions" variable a local inside parse_opts() since the | Zac Medico | 2009-06-23 | 1 | -8/+8 |
* | Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 6). | Zac Medico | 2009-06-23 | 2 | -2704/+2735 |