summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-2618-22/+23
* Reverse the relationship between __contains__ and has_key in all cache classe...Zac Medico2006-10-267-8/+8
* Test for basestring instead of types.DictType so that the test more generic.Zac Medico2006-10-261-1/+1
* Fix broken is_eclass_data_valid comparison logic.Zac Medico2006-10-251-2/+2
* For full compatibility with older versions of portage, write the path in the ...Zac Medico2006-10-252-8/+12
* For bug #152726, ignore hidden files in vardbapi.cp_list().Zac Medico2006-10-251-0/+2
* For the time being, write a variation of the old _eclass_ format so that cach...Zac Medico2006-10-251-0/+10
* Improve reconstruct_eclasses error handling.Zac Medico2006-10-251-9/+8
* Remove ACCEPT_LICENSE docs until they're really implemented.Zac Medico2006-10-252-26/+0
* Disable ACCEPT_LICENSE support until the details of license groups are decide...Zac Medico2006-10-241-1/+7
* Add ACCEPT_LICENSE back to incrementals so that profiles can affect it.Zac Medico2006-10-241-1/+2
* Enable recognition of _mtime_ that doesn't rely on cache mtime mangling.Zac Medico2006-10-241-1/+4
* Remove paths from _eclasses_ serialization in the cache. This makes the mtim...Zac Medico2006-10-242-8/+23
* Don't display the "Please update portage" message in --quiet mode. Thanks to...Zac Medico2006-10-231-1/+1
* In getmaskingstatus(), add missing check for * in acceptable_licenses.Zac Medico2006-10-231-6/+7
* Don't put -* in the env layer, since that layer isn't part of the incremental...Zac Medico2006-10-221-1/+1
* Add package.license to the list of files.Zac Medico2006-10-221-0/+1
* Don't limit the size of USE in config.load_infodir.Zac Medico2006-10-221-1/+1
* Make config.load_infodir also load the data into the env layer in order to en...Zac Medico2006-10-221-1/+4
* Add news about ACCEPT_LICENSE and package.license.Zac Medico2006-10-221-0/+2
* Add some package.license docs.Zac Medico2006-10-221-0/+19
* Put the package.keywords docs in alphabetical order with the others.Zac Medico2006-10-221-27/+27
* Add some ACCEPT_LICENSE docs.Zac Medico2006-10-221-0/+6
* Fix gcc version parsing once again for bug #137786. sigh. :)Zac Medico2006-10-221-2/+2
* s/str_matches/acceptable_licenses/ typoZac Medico2006-10-221-1/+1
* Add support for masking of packages via ACCEPT_LICENSE and /etc/portage/packa...Zac Medico2006-10-223-12/+77
* Do put empty incrementals in the environment if they are already set.Zac Medico2006-10-221-1/+1
* Don't put empty incrementals in the environment.Zac Medico2006-10-221-1/+2
* Call load_infodir before the setup phase for binary packages so that USE is p...Zac Medico2006-10-221-0/+6
* Fix visibility checks so that binary packages aren't masked just because ther...Zac Medico2006-10-221-2/+6
* Use reset instead of regenerate (revert part of the previous commit) in order...Zac Medico2006-10-211-4/+4
* Optimize config.setcpv so that it only calls regenerate when necessary. Than...Zac Medico2006-10-211-8/+26
* Also check keyword visibility via gvisible.Zac Medico2006-10-211-4/+8
* For bug #152157, don't send a redundant escape sequence with ${PROMPT_COMMAND}.Zac Medico2006-10-211-4/+6
* Add news about package.use in profiles and default USE in ebuilds via +flag i...Zac Medico2006-10-211-1/+2
* Add package.use to the list of files supported in profiles.Zac Medico2006-10-211-0/+1
* Add news about new-style virtuals being usable for bootstrap deps on self.Zac Medico2006-10-211-0/+2
* Remove redunant population of the fakedb in depgraph.validate_blockers, since...Zac Medico2006-10-211-12/+0
* Update the docs regarding delay of config.setinst calls for bootstrap deps on...Zac Medico2006-10-211-8/+3
* Add nodes to the fakedb in depgraph.create instead of depgraph.select_deps. ...Zac Medico2006-10-211-8/+5
* More filtering binary package for visiblity in greedy atom handling.Zac Medico2006-10-211-8/+12
* In greedy atom handlink, filter binary package for visiblity.Zac Medico2006-10-211-2/+8
* Apply the fix for bug #152175 to system/world greedy behavior.Zac Medico2006-10-211-0/+19
* For bug #152175, trigger greedy --update behavior when an atom matches a slot...Zac Medico2006-10-211-0/+17
* Allow an empty PROMPT_COMMAND for bug #152157.Zac Medico2006-10-201-1/+3
* We there is a circular deps panic in reversed mode, do the circular deps outp...Zac Medico2006-10-201-0/+4
* Clean up the blocker validation logic so that "blocks" nodes are no longer st...Zac Medico2006-10-201-38/+27
* Fix sed options from the previous commit so that it doesn't create a backup f...Zac Medico2006-10-201-1/+1
* Make dosed use sed -i instead of a temp file. Thanks to Tim Cera for this pa...Zac Medico2006-10-201-3/+1
* Remove special case of --emptytree in depgraph.display(). Thanks to Jason St...Zac Medico2006-10-201-4/+2