| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove outdated mention of --update in the --deep docs. | Zac Medico | 2006-10-09 | 1 | -1/+1 |
* | Catch UnpicklingError when loading the mtimedb (reported by marienz). | Zac Medico | 2006-10-09 | 1 | -1/+1 |
* | Remove unnecessary config.reset() calls in portage.create_trees(). | Zac Medico | 2006-10-09 | 1 | -3/+0 |
* | Fix typo s/upper/lower/. | Zac Medico | 2006-10-09 | 1 | -1/+1 |
* | Remove unused PORTAGE_CALLER=portageq from the environment. | Zac Medico | 2006-10-09 | 1 | -1/+0 |
* | Remove unused PORTAGE_CALLER=emerge from the environment. | Zac Medico | 2006-10-09 | 1 | -1/+0 |
* | Use a local_config flag to replace PORTAGE_CALLER == repoman conditionals. | Zac Medico | 2006-10-09 | 2 | -33/+38 |
* | For repoman, hide the vardbapi from dep_zapdeps. | Zac Medico | 2006-10-09 | 1 | -0/+2 |
* | Add news about multiple inheritance support in profiles. | Zac Medico | 2006-10-08 | 1 | -0/+1 |
* | Generate the depgraph.args_keys list _before_ building the graph. | Zac Medico | 2006-10-08 | 1 | -2/+3 |
* | Remove one more reference to use.defaults. | Zac Medico | 2006-10-08 | 1 | -1/+0 |
* | Remove use.default documentation since we don't use it anymore. Thanks to Ar... | Zac Medico | 2006-10-08 | 1 | -26/+0 |
* | Remove the single parent constraint in profiles. | Zac Medico | 2006-10-08 | 1 | -3/+2 |
* | Clean up depgraph.select_files() to use one list of tuples instead 2 separate... | Zac Medico | 2006-10-08 | 1 | -18/+11 |
* | Make the .installed invalidation conditional on srcroot and destroot being lo... | Zac Medico | 2006-10-08 | 1 | -7/+8 |
* | Make the merge phase automatically invalidate the ${PORTAGE_BUILDDIR}/.instal... | Zac Medico | 2006-10-08 | 1 | -0/+10 |
* | For bug #150361, implement greedy matching of command line atoms against rele... | Zac Medico | 2006-10-08 | 1 | -0/+32 |
* | Fix another bad package type assumption in depgraph.display(). | Zac Medico | 2006-10-08 | 1 | -1/+1 |
* | Make system/world less greedy for bug #150251. | Zac Medico | 2006-10-08 | 1 | -1/+12 |
* | For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch. | Zac Medico | 2006-10-08 | 2 | -11/+3 |
* | Fix dep_transform breakage (regression from r4596). | Zac Medico | 2006-10-08 | 1 | -1/+3 |
* | Stack negative user virtuals in the correct order for incremental behavior. | Zac Medico | 2006-10-07 | 1 | -1/+2 |
* | For bug #150377, make virtual preferences in a profile override the preferenc... | Zac Medico | 2006-10-07 | 1 | -1/+0 |
* | Remove redundant quotes from PORTAGE_RSYNC_OPTS. | Zac Medico | 2006-10-07 | 1 | -1/+1 |
* | Remove redunant quotes for bug #150381. This change is related to the shlex ... | Zac Medico | 2006-10-07 | 1 | -1/+1 |
* | Fix package type assumptions in depgraph.display() for bug #150359. | Zac Medico | 2006-10-07 | 1 | -13/+4 |
* | Add a heading for portage-2.1.2. | Zac Medico | 2006-10-07 | 1 | -1/+5 |
* | Add a release note about --with-bdeps. | Zac Medico | 2006-10-07 | 1 | -0/+2 |
* | Add news about major bug fixes in 2.1.2. | Zac Medico | 2006-10-07 | 1 | -0/+9 |
* | Delete some temporary variables after use. | Zac Medico | 2006-10-06 | 1 | -0/+3 |
* | In update_dbentries(), use != rather than "is not" to make sure that updates ... | Zac Medico | 2006-10-06 | 1 | -1/+1 |
* | Reject installed packages if they have a matching masked ebuild in the tree. | Zac Medico | 2006-10-06 | 1 | -1/+9 |
* | For bug #48195, fall back to the installed packages when there are no other c... | Zac Medico | 2006-10-06 | 1 | -1/+40 |
* | Make repoman generate a syntax error if a slot dep is used with EAPI == 0. | Zac Medico | 2006-10-06 | 1 | -1/+2 |
* | Don't call varexpand inside getconfig for env.d/profile.env values. | Zac Medico | 2006-10-06 | 2 | -5/+8 |
* | For bug #14215, put the shlex parser in posix mode so that it properly recogn... | Zac Medico | 2006-10-06 | 1 | -3/+3 |
* | For bug #150163, remove unnecessary validation of new_protect_filename() para... | Zac Medico | 2006-10-06 | 1 | -4/+0 |
* | For bug #150178, print an error message when emerge is called with both --con... | Zac Medico | 2006-10-06 | 1 | -1/+6 |
* | Add news about slot deps. | Zac Medico | 2006-10-05 | 1 | -0/+5 |
* | Improve best_match_to_list() and include support for slot deps. | Zac Medico | 2006-10-05 | 1 | -6/+22 |
* | Fix package moves/slotmoves to work with slot deps. | Zac Medico | 2006-10-05 | 1 | -4/+15 |
* | Just use a simple replace for the needlessly complex dep_transform function. ... | Zac Medico | 2006-10-05 | 1 | -20/+1 |
* | For bug #4698, use slot deps to ensure that all installed slots are automatic... | Zac Medico | 2006-10-05 | 1 | -1/+12 |
* | Add support for slot based dep matching in all dbapi derived classes. The su... | Zac Medico | 2006-10-05 | 2 | -4/+45 |
* | Share duplicate code between dep_getkey() and dep_getcpv(). | Zac Medico | 2006-10-04 | 1 | -10/+1 |
* | Don't create /cvs-src since the cvs.eclass will do that automatically. | Zac Medico | 2006-10-04 | 1 | -1/+1 |
* | Fix a typo for the file mode in ${T}. | Zac Medico | 2006-10-04 | 1 | -2/+2 |
* | Don't apply the sticky bits until we have a complete plan for bug #149062. | Zac Medico | 2006-10-04 | 2 | -4/+4 |
* | Properly write all fifo and device nodes to CONTENTS for bug #144781. Code t... | Zac Medico | 2006-10-04 | 1 | -4/+4 |
* | Remove redundant PORTAGE_BUILDDIR creation. | Zac Medico | 2006-10-04 | 1 | -6/+0 |