misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Explicitly set the priority when a node is added to enforce merge order for b...
Zac Medico
2006-10-18
1
-1
/
+2
*
All packages to be added to the world favorites via --noreplace, even when --...
Zac Medico
2006-10-18
1
-1
/
+6
*
Don't initialize __weakref__ in the DepPriority constructor.
Zac Medico
2006-10-18
1
-0
/
+2
*
Add __weakref__ to __slots__ so that weakref support isn't disabled.
Zac Medico
2006-10-18
1
-1
/
+1
*
Fix --usepkg --newuse logic so that it doesn't throw a KeyError if there's no...
Zac Medico
2006-10-18
1
-1
/
+4
*
Remove the unused system slot from DepPriority.
Zac Medico
2006-10-18
1
-4
/
+2
*
Fix a typo in xrange arguments from the previous commit.
Zac Medico
2006-10-18
1
-1
/
+1
*
Add more dependency priority levels for merge order calculations. Previously...
Zac Medico
2006-10-18
2
-31
/
+97
*
Eliminate an unnecessary string concatenation.
Zac Medico
2006-10-17
1
-3
/
+2
*
Make empty digest-* files 0 bytes instead of 1 byte. Thanks to Sven Wegener ...
Zac Medico
2006-10-17
1
-2
/
+6
*
Fix CONFIG_PROTECT so that is works with symlinked directories for bug #151502.
Zac Medico
2006-10-17
1
-0
/
+10
*
Filter empty elements in cumulative env-update variables. Thanks to Brian Ha...
Zac Medico
2006-10-17
1
-2
/
+2
[next]