summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove unused repo_name code.Zac Medico2007-07-141-6/+0
* Use sys.stdout instead of print to avoid an extra newline.Zac Medico2007-07-141-1/+1
* Encapsulate the repo display code in a class.Zac Medico2007-07-141-51/+64
* Always show PORTDIR with index 0 in the repo display.Zac Medico2007-07-141-0/+7
* Make the repo display work for overlays that don't define repo_name (like it ...Zac Medico2007-07-141-12/+15
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2
* Fix it so that the 'repository could not be determined' message is shown when...Zac Medico2007-07-141-4/+4
* Misc fixes for verbose repo output:Zac Medico2007-07-141-47/+76
* Use os.path.realpath(portdir) for comparison of repo paths. (branchs/prefix r...Zac Medico2007-07-131-1/+1
* Fix the case where the currently installed package is from a repo that is no ...Zac Medico2007-07-121-1/+1
* Make depgraph._reinstall_for_flags() always return all revelant flags.Zac Medico2007-07-121-4/+2
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ar...Zac Medico2007-07-121-16/+48
* Use set.discard() instead of remove() to avoid a potential KeyError.Zac Medico2007-07-111-2/+2
* Fix another case similar to bug #184806 that can occur with --onlydeps.Zac Medico2007-07-111-2/+4
* Fix typo.Zac Medico2007-07-111-1/+0
* For bug #184687, skip the huge --depclean warning when --quiet mode is enabled.Zac Medico2007-07-111-17/+21
* For bug #184806, account for the fact the metadata is not cached for slot_col...Zac Medico2007-07-101-4/+10
* Fix interaction of resume opts with spinner output handling so that output al...Zac Medico2007-07-091-9/+14
* simplify logic a bitMarius Mauch2007-07-091-14/+6
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-11/+15
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt.Zac Medico2007-07-081-1/+5
* Allow system virtuals to be pruned from the world file in cases where the mat...Zac Medico2007-07-081-3/+7
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-081-0/+7
* Now that the "white" color code really is white, alias it to bold where it's ...Zac Medico2007-07-071-0/+2
* Add a depgaph.loadResumeCommand() method to handle loading and validation of ...Zac Medico2007-07-071-55/+51
* When depgraph updates preferences for old-style virtuals, also update them in...Zac Medico2007-07-061-1/+6
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-061-7/+7
* Don't exclude system virtuals from world since they can match multiple old-st...Zac Medico2007-07-061-2/+10
* Count the number of merges processed by MergeTask and use that to determine w...Zac Medico2007-07-061-18/+28
* tighten up --quiet output for --unmergeMike Frysinger2007-07-061-3/+10
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-061-32/+15
* Fix emerge by tbz2 path so that it works properly.Zac Medico2007-07-061-4/+4
* Fix emerge by ebuild path so that it works properly.Zac Medico2007-07-061-5/+17
* Don't store unslotted system packages in the world file.Zac Medico2007-07-051-9/+17
* Move depgraph._args_atoms to depgraph._sets["args"] and move depgraph._args_n...Zac Medico2007-07-051-12/+17
* Remove redundant config update notification (bug #184116)Marius Mauch2007-07-051-3/+2
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+2
* Replace sys.exit() with return in depgraph.display() and action_build().Zac Medico2007-07-051-16/+16
* Make the color class handling for package sets more consistent as suggested i...Zac Medico2007-07-051-62/+108
* Fix greedy atoms logic for system mode.Zac Medico2007-07-041-1/+1
* Record a slot atom in the world file for any atom that is precise enough to i...Zac Medico2007-07-041-41/+55
* Use depgraph._args_nodes to simplify depgraph.saveNomergeFavorites().Zac Medico2007-07-031-37/+14
* Fix --oneshot handling from the previous commit.Zac Medico2007-07-031-1/+3
* In depgraph.select_files(), unify favorites handling with the other args hand...Zac Medico2007-07-031-9/+7
* Implement BlockerCache.keys() so that DictMixin.__repr__() works.Zac Medico2007-07-031-0/+7
* Fix broken favorites handling with --usepkg.Zac Medico2007-07-031-0/+2
* Add USE to the list of metadata keys to pull.Zac Medico2007-07-031-1/+1
* Clean up system and world set handling. For forward compatibility, the world...Zac Medico2007-07-031-112/+228