summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parent_node(pkg) now has the repo fieldOtavio Pontes2010-08-101-1/+1
* Merge branch 'master' of git://git.overlays.gentoo.org/proj/portageOtavio Pontes2010-08-109-60/+381
|\
| * autounmask: rename _needed_user_config_changes in _needed_unstable_keywords. ...Sebastian Luther2010-08-071-26/+17
| * autounmask: Restart less often for use changesSebastian Luther2010-08-071-8/+26
| * Ensure that _select_pkg_highest_available_imp() falls back to anZac Medico2010-08-061-0/+7
| * Fix _select_pkg_highest_available_imp to reject installed packagesZac Medico2010-08-061-0/+5
| * Rename allow_missing_keywords to allow_unstable_keywords since that'sZac Medico2010-08-061-9/+9
| * Delay variable definitions in _pkg_visibility_check untilZac Medico2010-08-061-2/+4
| * Make dep_check use depgraph._pkg_use_enabled to query USE settings of new-sty...Zac Medico2010-08-061-0/+3
| * Use finally block for autounmask handling insideZac Medico2010-08-061-3/+5
| * autounmask: Add ability to adjust USESebastian Luther2010-08-061-23/+133
| * Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-061-1/+1
| * Add a _MaskReason.hint attribute that the --autounmask code can useZac Medico2010-08-061-2/+1
| * Use _get_masking_status() for the --autounmaks KEYWORDS check.Zac Medico2010-08-061-2/+4
| * * Split out a _get_masking_status() method that returns categorizedZac Medico2010-08-061-5/+13
| * In action_unmerge(), create a Schuduler instance for calls to unmerge(),Zac Medico2010-08-062-6/+18
| * Pass more parameters to the Package constructor.Zac Medico2010-08-061-2/+2
| * Fix scope issue that could cause 'retval' variable to be undefined.Zac Medico2010-08-051-2/+2
| * Use ValueError.args since direct indexing of ValueError is notZac Medico2010-08-052-2/+2
| * Add a fake _test_ option to myopts that can be used for conditional test code.Zac Medico2010-08-051-3/+3
| * _emerge.depgraph: If "/" not in trees, treat target_root as running_root (nee...Sebastian Luther2010-08-051-1/+4
| * EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-052-3/+0
| * Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-052-2/+4
| * Simplify passing of the backtracking parameters from one graphZac Medico2010-08-051-7/+4
| * * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-053-6/+53
| * _emerge.depgraph.get_backtrack_parameters(): Return a dict instead of a tupleSebastian Luther2010-08-051-5/+10
| * _emerge.depgraph: Keep _needed_user_config_changes during backtrackingSebastian Luther2010-08-051-7/+22
| * _emerge.depgraph: Use _pkg_visibility_check() everywhereSebastian Luther2010-08-051-13/+22
| * Automatically take packages masked by ~arch if needed and inform the userSebastian Luther2010-08-051-4/+89
| * Bug #330179 - Ensure that depgraph._show_unsatisfied_dep() only showsZac Medico2010-08-041-5/+8
| * Bug #330179 - Fix depgraph._show_unsatisfied_dep() to show a maskedZac Medico2010-08-041-2/+2
* | Using property repo instead of metadata['repository']Otavio Pontes2010-08-049-17/+17
* | Removing code that checks visibility from _pkg and letting _select_pkg_highes...Otavio Pontes2010-08-041-30/+20
* | Adding repo as a property. Suggested by _fewOtavio Pontes2010-08-041-3/+8
* | parameter was passed incorrectlyOtavio Pontes2010-08-031-1/+1
* | Merge branch 'master' of git://git.overlays.gentoo.org/proj/portageOtavio Pontes2010-08-032-2/+4
|\|
| * Only populate the binarytree for actions that need it (search orZac Medico2010-08-021-1/+2
| * Bug #330937: Handle IOError raised by array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-031-1/+2
* | Merge branch 'master' of git://git.overlays.gentoo.org/proj/portageOtavio Pontes2010-08-022-3/+4
|\|
| * Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-312-3/+4
* | Adding --quiet option for cvs that suport it when --quiet is used in emergeOtavio Pontes2010-07-291-16/+21
* | Merge branch 'master' of git://git.overlays.gentoo.org/proj/portageOtavio Pontes2010-07-295-24/+78
|\|
| * Add a warning message to the --package-moves[=n] docs, noting thatZac Medico2010-07-281-1/+4
| * Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-283-7/+25
| * Document --depclean-lib-check[=n].Zac Medico2010-07-281-0/+8
| * Fix calc_depclean() to skip the topological sort code when there'sZac Medico2010-07-281-1/+1
| * Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-5/+16
| * Fallback to updates from PORTDIR if repository has no 'updates' dir.Michał Górny2010-07-271-0/+3
| * Support repository-wide updates in FakeVartree.Michał Górny2010-07-271-13/+24
| * portage.sets: Don't allow extended atoms unless explicitly told toSebastian Luther2010-07-271-1/+1