summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* For userpriv, call setgroups with all groups that the portage user belongs to...Zac Medico2006-10-192-3/+12
* Only call altlist() to validate blockers when necessary.Zac Medico2006-10-191-1/+2
* s/digraph.MEDIUM/DepPriority.MEDIUM/Zac Medico2006-10-181-1/+1
* Handle unresolvable blockers properly for bug #151822.Zac Medico2006-10-181-2/+13
* Explicitly set the priority when a node is added to enforce merge order for b...Zac Medico2006-10-181-1/+2
* All packages to be added to the world favorites via --noreplace, even when --...Zac Medico2006-10-181-1/+6
* Don't initialize __weakref__ in the DepPriority constructor.Zac Medico2006-10-181-0/+2
* Add __weakref__ to __slots__ so that weakref support isn't disabled.Zac Medico2006-10-181-1/+1
* Fix --usepkg --newuse logic so that it doesn't throw a KeyError if there's no...Zac Medico2006-10-181-1/+4
* Remove the unused system slot from DepPriority.Zac Medico2006-10-181-4/+2
* Fix a typo in xrange arguments from the previous commit.Zac Medico2006-10-181-1/+1
* Add more dependency priority levels for merge order calculations. Previously...Zac Medico2006-10-182-31/+97
* Eliminate an unnecessary string concatenation.Zac Medico2006-10-171-3/+2
* Make empty digest-* files 0 bytes instead of 1 byte. Thanks to Sven Wegener ...Zac Medico2006-10-171-2/+6
* Fix CONFIG_PROTECT so that is works with symlinked directories for bug #151502.Zac Medico2006-10-171-0/+10
* Filter empty elements in cumulative env-update variables. Thanks to Brian Ha...Zac Medico2006-10-171-2/+2