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