tighten up --quiet output for --unmerge
[portage.git] / pym / emerge / __init__.py
2007-07-06 Mike Frysingertighten up --quiet output for --unmerge
2007-07-06 Zac MedicoRemove the PKG_*ARG* color classes in order to simplify...
2007-07-06 Zac MedicoFix emerge by tbz2 path so that it works properly.
2007-07-06 Zac MedicoFix emerge by ebuild path so that it works properly.
2007-07-05 Zac MedicoDon't store unslotted system packages in the world...
2007-07-05 Zac MedicoMove depgraph._args_atoms to depgraph._sets["args"...
2007-07-05 Marius MauchRemove redundant config update notification (bug #184116)
2007-07-05 Marius MauchRemove fallback imports for set(), and note minimum...
2007-07-05 Zac MedicoReplace sys.exit() with return in depgraph.display...
2007-07-05 Zac MedicoMake the color class handling for package sets more...
2007-07-04 Zac MedicoFix greedy atoms logic for system mode.
2007-07-04 Zac MedicoRecord a slot atom in the world file for any atom that...
2007-07-03 Zac MedicoUse depgraph._args_nodes to simplify depgraph.saveNomer...
2007-07-03 Zac MedicoFix --oneshot handling from the previous commit.
2007-07-03 Zac MedicoIn depgraph.select_files(), unify favorites handling...
2007-07-03 Zac MedicoImplement BlockerCache.keys() so that DictMixin.__repr_...
2007-07-03 Zac MedicoFix broken favorites handling with --usepkg.
2007-07-03 Zac MedicoAdd USE to the list of metadata keys to pull.
2007-07-03 Zac MedicoClean up system and world set handling. For forward...
2007-07-02 Zac MedicoPrefer asap_nodes more aggressively over any other...
2007-07-02 Zac MedicoClone asap_nodes so that iteration is safe for node...
2007-07-02 Zac MedicoClean up the selected_nodes logic in depgraph.altlist().
2007-07-02 Zac MedicoMove medium priority out of ignore_priority_range and...
2007-07-01 Zac MedicoIf necessary, resample the leaf nodes so that they...
2007-07-01 Zac MedicoRevert --buildpkgonly logic back because it was already...
2007-07-01 Zac MedicoUpdate --buildpkgonly logic to account for DepPriority...
2007-07-01 Zac MedicoAdd medium-soft support to DepPriority.__str__().
2007-07-01 Zac MedicoFor bug #180045, try to merge PDEPEND as soon as possib...
2007-06-30 Zac MedicoRemove old wheel group warnings since portage stopped...
2007-06-29 Zac MedicoFor bug #183639, give a more informative message with...
2007-06-29 Marius Mauchdisplay source repository for installed package and...
2007-06-28 Zac MedicoFix typo.
2007-06-28 Zac MedicoRemove unused worldlist variable.
2007-06-28 Zac MedicoDon't colorize system package when in "world" mode.
2007-06-28 Zac MedicoFor bug #142473, add 2 additional color classes for...
2007-06-28 Zac MedicoWhen filling in "nomerge" nodes for --tree display...
2007-06-28 Zac MedicoFor bug #144333, make the --reinstall option a single...
2007-06-28 Zac MedicoDiscard "nomerge" nodes to speed up depgraph.altlist...
2007-06-28 Zac MedicoJust use a containment test for matching pprovided...
2007-06-28 Zac MedicoCache aux_get() metadata in depgraph.create() and use...
2007-06-27 Zac MedicoImprove tracking of correspondence between arguments...
2007-06-27 Zac MedicoInstead of just a list, use a cat/pkg dict for matching...
2007-06-27 Zac MedicoFor bug #142473, account for $ROOT when deciding if...
2007-06-27 Zac MedicoFor bug #144333, add a --reinstall=changed-use option...
2007-06-27 Zac MedicoSend the ebuild die message through eerror and make...
2007-06-25 Zac MedicoFor bug #183167, explicitly call elog_process() when...
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoFix typo.
2007-06-24 Zac MedicoUse a set to optimize containment lookups.
2007-06-24 Zac MedicoFor bug #180706, add sorting and a trailing newline...
2007-06-23 Marius Mauchhighlight world packages in --pretend output (bug ...
2007-06-23 Marius Mauchsort the world file before writing it and ensure that...
2007-06-23 Marius Mauchsyntax error
2007-06-23 Marius MauchAllow sync for unpriviledges users if they have write...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-22 Zac MedicoMake elog finalize() handling safe for PORTAGE_CONFIGROOT.
2007-06-22 Zac MedicoDump mod_echo elog output inside post_emerge(), just...
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-21 Zac MedicoDon't generate a list of keys for a containment test.
2007-06-21 Zac MedicoDon't call digraph.hasallzeros() in --resume mode becau...
2007-06-20 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-06-20 Zac MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoMake all the classes inherit from object.
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
2007-06-15 Zac MedicoFor bug #182021, use active voice when notifying the...
2007-06-13 Zac MedicoPass existing portdbapi and vardbapi instances into...
2007-06-13 Zac MedicoMake display_news_notification() reuse the existing...
2007-06-13 Zac MedicoPass all the of the existing package databases into...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-06-13 Marius MauchGet registry object from vardbapi directly instead...
2007-06-07 Zac MedicoIgnore InvalidDependString exceptions from the RESTRICT...
2007-06-07 Zac MedicoMake all the python code respect USE conditionals in...
2007-06-07 Zac MedicoMake pkgsplit and catpkgsplit return imutable tuples...
2007-06-04 Zac MedicoImprove support for slot deps atoms given on the comman...
2007-06-01 Zac MedicoAdd --getbinpkg digest verification.
2007-05-31 Zac MedicoMake automatic "global updates" always use the config...
2007-05-31 Marius MauchOnly check ChangeLog if we're dealing with an ebuild...
2007-05-30 Zac MedicoFor bug #61732, support -flag in USE (instead of just...
2007-05-28 Zac MedicoFor bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT...
2007-05-28 Zac MedicoFor bug #180079, fix a KeyError so that a search for...
2007-05-23 Zac MedicoPass a temporary file name to the package phase in...
2007-05-23 Zac MedicoUpdate /Packages as each package is built (MD5 is done...
2007-05-19 Zac MedicoAdd edges to shown_edges at the first oportunity.
2007-05-19 Zac MedicoIn --tree output, keep track of which graph edges have...
2007-05-18 Zac MedicoOnly show extra whitespace where there are some news...
2007-05-18 Marius MauchDisplay notification about unread news in all situation...
2007-05-18 Marius MauchAdd registration support for preserved library objects...
2007-05-14 Zac Medicofix syntax (merged from branches/prefix r6534)
2007-05-13 Alec Warnerthe profile check is spammy and should be squelched...
2007-05-12 Zac MedicoAdd TODO note about support for blocks within slots...
2007-05-07 Zac MedicoPrevent blockers that are only partially resolvable...
2007-05-06 Zac MedicoUse shlex for better splitting of PORTAGE_RSYNC_OPTS...
2007-05-05 Zac MedicoUse match_from_list in order to potentially avoid more...
2007-05-03 Zac MedicoFor bug #176765, when a new package is blocked by anoth...
2007-04-30 Zac MedicoHandle KeyError when the ebuild is corrupt.
2007-04-28 Zac MedicoFor bug #176384, adjust config according to options...
2007-04-28 Zac MedicoFix up missing mymergelist variable from the previous...
2007-04-28 Zac MedicoFor bug #176305, validate the resume merge list before...
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
next