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
*
Pass a config object into the binarytree constructor so that is doesn't have ...
Zac Medico
2006-06-25
1
-8
/
+11
*
Pass a config object into the vartree constructor so that is doesn't have to ...
Zac Medico
2006-06-25
1
-6
/
+12
*
Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug #...
Zac Medico
2006-06-24
1
-0
/
+5
*
Move the counter_tick methods from the dbapi class to the vardbapi class.
Zac Medico
2006-06-24
1
-74
/
+73
*
Make the COUNTER regeneration logic account for $ROOT as per bug #129054.
Zac Medico
2006-06-24
1
-2
/
+5
*
The mtimedb should not be relative to the target $ROOT because the paths that...
Zac Medico
2006-06-24
1
-1
/
+1
*
s/Preform/Perform/ Thanks to exg for reporting.
Zac Medico
2006-06-24
1
-1
/
+1
*
Remove references to portage.settings from unmerge().
Zac Medico
2006-06-24
1
-2
/
+2
*
Remove references to portage.root from unmerge().
Zac Medico
2006-06-24
1
-4
/
+5
*
Pass a config instance into key_expand calls so that it doesn't rely on globa...
Zac Medico
2006-06-24
1
-7
/
+14
*
Remove all direct references to global variables from unmerge().
Zac Medico
2006-06-24
2
-23
/
+26
*
Remove all direct references to global variables from getlist().
Zac Medico
2006-06-24
1
-14
/
+18
*
Remove all references to global variables from getportageversion().
Zac Medico
2006-06-24
1
-8
/
+12
*
Fix getgccversion logic for bug #137786.
Zac Medico
2006-06-24
1
-5
/
+5
*
Remove the deprectated digestCheckFiles function.
Zac Medico
2006-06-24
1
-42
/
+0
*
Remove a few unused imports.
Zac Medico
2006-06-24
1
-3
/
+1
*
Remove a few unused imports.
Zac Medico
2006-06-24
1
-4
/
+1
*
Split the --metadata action into a separate function from --sync.
Zac Medico
2006-06-23
1
-89
/
+96
*
Register emerge exit and signal handlers after parsing options, just before t...
Zac Medico
2006-06-23
1
-15
/
+16
*
Minor import cleanups.
Zac Medico
2006-06-23
1
-3
/
+3
*
Ensure that ^C interrupts are handled quietly.
Zac Medico
2006-06-23
1
-4
/
+16
*
Shift all global scope code to the bottom.
Zac Medico
2006-06-23
1
-298
/
+302
*
Fix extra imports and undefined variable found by pyflakes.
Zac Medico
2006-06-23
1
-2
/
+2
*
Fix error handling for getlist().
Zac Medico
2006-06-23
1
-12
/
+8
*
Sort filenames for predictable results.
Zac Medico
2006-06-23
1
-1
/
+3
*
Do not import * for cooperation with pyflakes.
Zac Medico
2006-06-23
1
-2
/
+4
*
Use secpass to determine whether emergelog exceptions should be ignored.
Zac Medico
2006-06-23
1
-3
/
+3
*
Remove unnecessary "myaction" parameter from the depgraph constructor.
Zac Medico
2006-06-23
1
-5
/
+4
*
Pass relevant global variables as parameters to action_* functions.
Zac Medico
2006-06-23
1
-12
/
+12
*
Document "deep" and remove unused "params" variable.
Zac Medico
2006-06-23
1
-1
/
+1
*
Remove unused "merged" variable.
Zac Medico
2006-06-23
1
-2
/
+0
*
Prevent an inappropriate warning when a repoman user's profile does not suppo...
Zac Medico
2006-06-23
1
-2
/
+9
*
Test the basename for starting with "." instead of the full path.
Zac Medico
2006-06-23
1
-5
/
+4
*
Fix a typo from r3611 (file != files).
Zac Medico
2006-06-23
1
-1
/
+1
*
ignore .files in /etc/portage recursion
Alec Warner
2006-06-23
1
-0
/
+1
*
Use portage_exec.find_binary since "which" always returns 0 status on darwin....
Zac Medico
2006-06-22
1
-6
/
+8
*
Simplify permission logic for emerge.log.
Zac Medico
2006-06-22
1
-7
/
+5
*
Move the creation of depgraph params from global scope to a function.
Zac Medico
2006-06-22
1
-34
/
+39
*
As suggested by exg, include the einfon code inside einfo instead of using th...
Zac Medico
2006-06-22
1
-6
/
+4
*
Don't register signal handlers during module import because it may override s...
Zac Medico
2006-06-22
1
-13
/
+0
*
mention the use of @ in -s; bug 137565
Simon Stelling
2006-06-22
1
-3
/
+5
*
Fix a broken reference to syslist and remove two extras.
Zac Medico
2006-06-22
1
-3
/
+1
*
Move emerge's default action code from global scope to a function.
Zac Medico
2006-06-22
1
-26
/
+30
*
Fix missing global "syslist" from r3594.
Zac Medico
2006-06-22
1
-1
/
+1
*
Move the --depclean code from global scope to a function.
Zac Medico
2006-06-22
1
-23
/
+25
*
Move the --search code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Move the --info code from global scope to a function.
Zac Medico
2006-06-22
1
-13
/
+16
*
Fix a collision with a previous variable named "p".
Zac Medico
2006-06-22
1
-2
/
+3
*
Move the --config code from global scope to a function.
Zac Medico
2006-06-22
1
-9
/
+12
*
Move the --regen code from global scope to a function.
Zac Medico
2006-06-22
1
-6
/
+9
[next]