portage.git
2006-11-06 Zac MedicoSimplify the new-style -> old-style virtuals bridge...
2006-11-06 Zac MedicoFor bug #154220, run /etc/portage/bin/post_sync at...
2006-11-06 Zac MedicoMake config.add_new_virtuals() work properly even if...
2006-11-06 Zac MedicoFor bug #154223, bridge new-style virtuals into old...
2006-11-06 Zac MedicoMake sure the node is still in the graph so that a...
2006-11-06 Zac MedicoRemove old code the used to bump portage near the top...
2006-11-06 Zac MedicoRemove "update portage before proceeding" message that...
2006-11-06 Zac MedicoEnsure that sys-apps/portage is as close as possible...
2006-11-06 Zac MedicoPrevent the --newuse check in depgraph.create() that...
2006-11-04 Zac MedicoRevert implicit rdepend behavior back to the way it...
2006-11-04 Zac MedicoFix --ignore-default-opts for bug #153980.
2006-11-04 Zac MedicoMake sure trg is defined.
2006-11-04 Zac MedicoWhen transferring cache after sync, compare all metadat...
2006-11-04 Zac MedicoDon't allow RESTRICT=ccache since it should work and...
2006-11-03 Zac MedicoEnable RESTRICT=ccache. Thanks to drizzt for reporting.
2006-11-03 Zac MedicoSilently omit info_pkgs that aren't installed. Thanks...
2006-11-03 Zac MedicoFor bug #153951, fail with a simple "Permission denied...
2006-11-02 Zac MedicoFix the USE_ORDER docs for bug #153764. Thanks to...
2006-11-02 Zac MedicoRemove broken nocolor() call, since thats handled inter...
2006-11-02 Zac MedicoAdd --color < y | n > help output for bug #42115.
2006-11-02 Zac MedicoDocument the new --color < y | n > option for bug ...
2006-11-01 Zac MedicoImplement --color < y | n > for bug #42115 and deprecat...
2006-11-01 Zac MedicoFor bug #116616, only run the post_process phase if...
2006-11-01 Zac MedicoFor bug #129670, skip the replace-cvs and replace-wscom...
2006-11-01 Zac MedicoFor bug #153282, automatically find the owner package...
2006-10-31 Zac MedicoFor bug #153295, make load_infodir ignore files that...
2006-10-31 Mike Frysingerrecommend people use `emake` rather than `make` when...
2006-10-31 Zac MedicoAdd support for frozen config files for which updates...
2006-10-31 Zac MedicoFix a KeyError when the profile doesn't define default...
2006-10-31 Zac MedicoRely on PYTHONPATH instead of PORTAGE_PYM_PATH for...
2006-10-30 Zac MedicoJust use stat instead of lstat for config protect,...
2006-10-30 Zac MedicoFor getmaskingstatus messages, don't assume ARCH is...
2006-10-29 Zac MedicoFor bug #153295, do a sanity check for non-string types...
2006-10-29 Zac MedicoUse a tuple for __slots__ so that it's immutable.
2006-10-28 Zac MedicoDon't forget to continue for invalid binpkgs.
2006-10-28 Zac MedicoPrevent an attribute error AttributeError for invalid...
2006-10-28 Zac MedicoUse mtree to save/restore bsd file flags before/after...
2006-10-27 Zac MedicoAvoid a TypeError with emerge -kN when there's no match...
2006-10-27 Zac MedicoAdd backward compatibility code for cache modules that...
2006-10-27 Zac MedicoUpdate help for greedy behavior of --update.
2006-10-27 Zac MedicoUpdate help for --deep.
2006-10-27 Zac MedicoAdd --with-bdeps to emerge --help output.
2006-10-27 Zac MedicoDon't bother to insert /usr/lib/portage/pym into sys...
2006-10-27 Zac MedicoDo not pass the "clean" parameter to doebuild since...
2006-10-26 Marius Mauchshow licenses or pointer to license files on 'masked...
2006-10-26 Marius Mauchshow licenses or pointer to license files on 'masked...
2006-10-26 Marius Mauchadd function getlicensetexts() to extract license texts...
2006-10-26 Marius Mauchneed a mutable config instance to use setcpv
2006-10-26 Marius Mauchrename getmaskingreason() to getpmaskcomment() to clari...
2006-10-26 Marius Mauchstreamline portage pythonpath handling and add an overr...
2006-10-26 Zac MedicoReverse the relationship between __contains__ and has_k...
2006-10-26 Zac MedicoTest for basestring instead of types.DictType so that...
2006-10-25 Zac MedicoFix broken is_eclass_data_valid comparison logic.
2006-10-25 Zac MedicoFor full compatibility with older versions of portage...
2006-10-25 Zac MedicoFor bug #152726, ignore hidden files in vardbapi.cp_list().
2006-10-25 Zac MedicoFor the time being, write a variation of the old _eclas...
2006-10-25 Zac MedicoImprove reconstruct_eclasses error handling.
2006-10-25 Zac MedicoRemove ACCEPT_LICENSE docs until they're really impleme...
2006-10-24 Zac MedicoDisable ACCEPT_LICENSE support until the details of...
2006-10-24 Zac MedicoAdd ACCEPT_LICENSE back to incrementals so that profile...
2006-10-24 Zac MedicoEnable recognition of _mtime_ that doesn't rely on...
2006-10-24 Zac MedicoRemove paths from _eclasses_ serialization in the cache...
2006-10-23 Zac MedicoDon't display the "Please update portage" message in...
2006-10-23 Zac MedicoIn getmaskingstatus(), add missing check for * in accep...
2006-10-22 Zac MedicoDon't put -* in the env layer, since that layer isn...
2006-10-22 Zac MedicoAdd package.license to the list of files.
2006-10-22 Zac MedicoDon't limit the size of USE in config.load_infodir.
2006-10-22 Zac MedicoMake config.load_infodir also load the data into the...
2006-10-22 Zac MedicoAdd news about ACCEPT_LICENSE and package.license.
2006-10-22 Zac MedicoAdd some package.license docs.
2006-10-22 Zac MedicoPut the package.keywords docs in alphabetical order...
2006-10-22 Zac MedicoAdd some ACCEPT_LICENSE docs.
2006-10-22 Zac MedicoFix gcc version parsing once again for bug #137786...
2006-10-22 Zac Medicos/str_matches/acceptable_licenses/ typo
2006-10-22 Zac MedicoAdd support for masking of packages via ACCEPT_LICENSE...
2006-10-22 Zac MedicoDo put empty incrementals in the environment if they...
2006-10-22 Zac MedicoDon't put empty incrementals in the environment.
2006-10-22 Zac MedicoCall load_infodir before the setup phase for binary...
2006-10-22 Zac MedicoFix visibility checks so that binary packages aren...
2006-10-21 Zac MedicoUse reset instead of regenerate (revert part of the...
2006-10-21 Zac MedicoOptimize config.setcpv so that it only calls regenerate...
2006-10-21 Zac MedicoAlso check keyword visibility via gvisible.
2006-10-21 Zac MedicoFor bug #152157, don't send a redundant escape sequence...
2006-10-21 Zac MedicoAdd news about package.use in profiles and default...
2006-10-21 Zac MedicoAdd package.use to the list of files supported in profiles.
2006-10-21 Zac MedicoAdd news about new-style virtuals being usable for...
2006-10-21 Zac MedicoRemove redunant population of the fakedb in depgraph...
2006-10-21 Zac MedicoUpdate the docs regarding delay of config.setinst calls...
2006-10-21 Zac MedicoAdd nodes to the fakedb in depgraph.create instead...
2006-10-21 Zac MedicoMore filtering binary package for visiblity in greedy...
2006-10-21 Zac MedicoIn greedy atom handlink, filter binary package for...
2006-10-21 Zac MedicoApply the fix for bug #152175 to system/world greedy...
2006-10-21 Zac MedicoFor bug #152175, trigger greedy --update behavior when...
2006-10-20 Zac MedicoAllow an empty PROMPT_COMMAND for bug #152157.
2006-10-20 Zac MedicoWe there is a circular deps panic in reversed mode...
2006-10-20 Zac MedicoClean up the blocker validation logic so that "blocks...
2006-10-20 Zac MedicoFix sed options from the previous commit so that it...
2006-10-20 Zac MedicoMake dosed use sed -i instead of a temp file. Thanks...
2006-10-20 Zac MedicoRemove special case of --emptytree in depgraph.display...
2006-10-19 Zac MedicoFor userpriv, call setgroups with all groups that the...
next