Save the repo name along with the other metadata inside dyn_compile() so that it...
[portage.git] / pym / emerge /
2007-07-13 Zac MedicoUse os.path.realpath(portdir) for comparison of repo...
2007-07-12 Zac MedicoFix the case where the currently installed package...
2007-07-12 Zac MedicoMake depgraph._reinstall_for_flags() always return...
2007-07-12 Zac MedicoFor bug #184983, prevent USE_EXPAND_HIDDEN flags from...
2007-07-11 Zac MedicoUse set.discard() instead of remove() to avoid a potent...
2007-07-11 Zac MedicoFix another case similar to bug #184806 that can occur...
2007-07-11 Zac MedicoFix typo.
2007-07-11 Zac MedicoFor bug #184687, skip the huge --depclean warning when...
2007-07-10 Zac MedicoFor bug #184806, account for the fact the metadata...
2007-07-09 Zac MedicoFix interaction of resume opts with spinner output...
2007-07-09 Marius Mauchsimplify logic a bit
2007-07-08 Zac MedicoFor bug #184566, enable the emerge --info action to...
2007-07-08 Zac MedicoAdd color classes PROMPT_CHOICE_{DEFAULT,OTHER} for...
2007-07-08 Zac MedicoAllow system virtuals to be pruned from the world file...
2007-07-08 Zac MedicoFor bug #184412, make depclean more consistent with...
2007-07-07 Zac MedicoNow that the "white" color code really is white, alias...
2007-07-07 Zac MedicoAdd a depgaph.loadResumeCommand() method to handle...
2007-07-06 Zac MedicoWhen depgraph updates preferences for old-style virtual...
2007-07-06 Zac MedicoMisc color fixes. Thanks to Arfrever Frehtes Taifersar...
2007-07-06 Zac MedicoDon't exclude system virtuals from world since they...
2007-07-06 Zac MedicoCount the number of merges processed by MergeTask and...
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 MedicoFor bug #144333, document the new --reinstall=changed...
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-06 Zac MedicoFor bug #156536, update --resume docs to show that...
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...
next