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
*
Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien TH...
Zac Medico
2006-07-01
1
-12
/
+12
*
Use the BAD and GOOD color classes to remove hard coded colors from the depcl...
Zac Medico
2006-07-01
1
-18
/
+21
*
Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.
Zac Medico
2006-07-01
2
-1
/
+5
*
- multi-package emerge now prints the sequence highlighting count and cpv to ...
Ned Ludd
2006-07-01
1
-1
/
+1
*
Fix autouse so that it works with init_legacy_globals() disabled.
Zac Medico
2006-07-01
1
-2
/
+3
*
Trigger post_emerge() after the relevent actions and commit the mtimedb there.
Zac Medico
2006-07-01
1
-9
/
+10
*
Pass a config instance into movefile() to avoid dependence on global variables.
Zac Medico
2006-07-01
1
-1
/
+1
*
In order to ensure that emerge doesn't use any of portage's legacy global var...
Zac Medico
2006-07-01
1
-10
/
+47
*
Pass the trees into two more dep_zapdeps calls to avoid dependence on global ...
Zac Medico
2006-07-01
1
-2
/
+4
*
Pass a more dbapi instances into doebuild to avoid dependence on global varia...
Zac Medico
2006-07-01
1
-4
/
+10
*
Pass a portdbapi instance into doebuild to avoid dependence on global variables.
Zac Medico
2006-07-01
1
-2
/
+2
*
Allow portage.getmaskingreason() to operate without global variables.
Zac Medico
2006-07-01
2
-3
/
+7
*
Allow portage.getmaskingstatus() to operate without global variables.
Zac Medico
2006-07-01
2
-3
/
+7
*
Recycle the portdbapi instance at the and of global_updates().
Zac Medico
2006-07-01
1
-1
/
+2
*
Go ahead and dump a full traceback without having to enable --debug. There's...
Zac Medico
2006-07-01
1
-5
/
+3
*
Use PORTAGE_DEBUG=1 since that's all that portage currently recognizes.
Zac Medico
2006-07-01
1
-1
/
+1
*
Fix unmerge version spacing for bug #138611.
Zac Medico
2006-06-30
1
-4
/
+4
*
Integrate the load_mtimedb() function into the MtimeDB class. This function ...
Zac Medico
2006-06-30
1
-25
/
+23
*
Remove redundant "portdb" parameters since pordbapi instances are accessible ...
Zac Medico
2006-06-30
1
-14
/
+15
*
Pass trees into dep_check and dep_zapdeps calls in order to avoid dependance ...
Zac Medico
2006-06-30
2
-5
/
+9
*
Fix pkgmerge() to work without dependance on global variables.
Zac Medico
2006-06-30
2
-7
/
+13
*
Pass a config instance into the bindbapi and fakedbapi constructors in order ...
Zac Medico
2006-06-30
2
-6
/
+12
*
Pass missing parameters to doebuild in order to avoid dependance on globals.
Zac Medico
2006-06-30
1
-2
/
+5
*
Pass the ldpath_mtimes for unmerging the already-installed instance.
Zac Medico
2006-06-30
1
-1
/
+1
*
Fix missing target_root keyword parameter.
Zac Medico
2006-06-30
1
-1
/
+1
*
Pass portdbapi instances into doebuild in order to avoid dependance on globals.
Zac Medico
2006-06-30
1
-2
/
+3
*
Only use the global vartree when really necessary.
Zac Medico
2006-06-30
1
-3
/
+1
*
Pass config and portdbapi instances into the portagetree constructor.
Zac Medico
2006-06-30
1
-3
/
+4
*
Allow the portagetree constructor to work without globals.
Zac Medico
2006-06-30
1
-4
/
+9
*
Fix accidental replacement from r3705.
Zac Medico
2006-06-30
1
-1
/
+1
*
Make use of the new mtimdb.commit() method.
Zac Medico
2006-06-30
1
-3
/
+4
*
Add an MtimeDB class to encapsulate the mtimedb.
Zac Medico
2006-06-30
1
-8
/
+23
*
Replace global references to the mtimedb with local references.
Zac Medico
2006-06-30
1
-49
/
+50
*
Pass ldpath mtimes into the unmerge operations.
Zac Medico
2006-06-30
2
-10
/
+18
*
Trigger env_update() after each unmerge operation.
Zac Medico
2006-06-30
2
-15
/
+4
*
Remove a pointless "if" statement.
Zac Medico
2006-06-30
1
-4
/
+1
*
Pass parameters into env_update() so that it doesn't depend on global variables.
Zac Medico
2006-06-30
1
-2
/
+7
*
After sync, reload portage before the metadata transfer so that action_metada...
Zac Medico
2006-06-29
1
-30
/
+11
*
Replace references to portage.portdb with local references.
Zac Medico
2006-06-29
1
-26
/
+30
*
Replace references to portage.root with local settings[ROOT].
Zac Medico
2006-06-29
1
-4
/
+7
*
Replace direct references to portage.db with local references.
Zac Medico
2006-06-29
1
-23
/
+21
*
Remove reference to global portage.db from validate_merge_list().
Zac Medico
2006-06-29
1
-6
/
+6
*
Replace direct references to portage.settings with local references.
Zac Medico
2006-06-29
1
-89
/
+83
*
Pass a vardbapi instance into getportageversion() so that it doesn't have to ...
Zac Medico
2006-06-29
1
-5
/
+8
*
Pass a config instance into each dep_expand call.
Zac Medico
2006-06-29
2
-5
/
+8
*
Pass a config instance into the vardbapi constructor so that it doesn't have ...
Zac Medico
2006-06-29
1
-1
/
+2
*
Pass a config instance into the vardbapi constructor so that it doesn't have ...
Zac Medico
2006-06-29
1
-3
/
+6
*
Update symlinks in during package moves for bug #138394.
Zac Medico
2006-06-28
1
-0
/
+26
*
To simplify code, use startswith() instead of slices.
Zac Medico
2006-06-28
1
-3
/
+3
*
Allow a config instance to be passed into dep_expand so that it doesn't have ...
Zac Medico
2006-06-28
1
-2
/
+3
[next]