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
*
remove pointless line that just ruins the display
Mike Frysinger
2006-07-06
1
-1
/
+0
*
Clean up getportageversion() profile logic and fix a ValueError that occurs w...
Zac Medico
2006-07-06
1
-10
/
+12
*
Remove global autouse cache since most people don't use it anyway and it's br...
Zac Medico
2006-07-06
1
-8
/
+0
*
Move the ARCH sanity check from the depgraph constructor to a new validate_eb...
Zac Medico
2006-07-06
1
-12
/
+18
*
Fix missing newline.
Zac Medico
2006-07-06
1
-1
/
+1
*
Cache a cloned config instance inside portdbapi so that a new one doesn't hav...
Zac Medico
2006-07-05
1
-2
/
+7
*
Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...
Zac Medico
2006-07-05
1
-0
/
+2
*
Use a cloned config instance for the depend phase in portdbapi.aux_get(). Se...
Zac Medico
2006-07-05
1
-5
/
+2
*
Fix repoman breakage due to the fact that portage.portagetree now creates it'...
Zac Medico
2006-07-05
1
-7
/
+9
*
Freeze all pordbapi instances.
Zac Medico
2006-07-05
1
-1
/
+3
*
Run global updates asap and then reload the whole config to make sure everyth...
Zac Medico
2006-07-05
1
-3
/
+6
*
Match blockers against the correct $ROOT for bug #108449.
Zac Medico
2006-07-05
1
-4
/
+6
*
Pass existing trees into load_emerge_config() so that the existing portdbapi ...
Zac Medico
2006-07-05
1
-4
/
+4
*
Allow the loading of a completely separate config for / and PORTAGE_CONFIGROO...
Zac Medico
2006-07-05
2
-129
/
+146
*
Fix more $ROOT references for bug #137446.
Zac Medico
2006-07-04
1
-6
/
+14
*
Fix $ROOT references in the depgraph class for bug #137446.
Zac Medico
2006-07-04
1
-91
/
+89
*
Use the correct bintree and porttree for bug #137446.
Zac Medico
2006-07-03
1
-2
/
+2
*
Remove color from "none" reported by vapier.
Zac Medico
2006-07-03
1
-2
/
+2
*
Remove commented code cruft.
Zac Medico
2006-07-03
1
-10
/
+0
*
Do some basic validation of the mtimedb resume data so that assumptions can b...
Zac Medico
2006-07-03
1
-0
/
+10
*
When displaying the resume merge list, don't show the skipped package when --...
Zac Medico
2006-07-03
2
-2
/
+15
*
Commit the mtimedb for --skipfirst so that if the user aborts the first packa...
Zac Medico
2006-07-03
1
-0
/
+1
*
Revert accidental hunk from the last commit.
Zac Medico
2006-07-03
1
-1
/
+1
*
Force fetch if the number of parsed digests does not match the number of dige...
Zac Medico
2006-07-03
1
-8
/
+10
*
When assume-digests is enabled, for digest generation if the number of parsed...
Zac Medico
2006-07-03
1
-0
/
+1
*
Ignore hidden directories (such as .svn) when building the scanlist.
Zac Medico
2006-07-02
1
-2
/
+2
*
Commit the mtimedb prior to restart via excve for bug #138837.
Zac Medico
2006-07-02
1
-0
/
+1
*
Add support for arch.list in overlays (bug #137975).
Zac Medico
2006-07-02
1
-7
/
+6
*
Add support for licenses in overlays (bug #137975).
Zac Medico
2006-07-02
1
-1
/
+3
*
Add overlay support for use.local.desc in repoman.
Zac Medico
2006-07-02
1
-0
/
+12
*
Fix import issues reported by pyflakes.
Zac Medico
2006-07-02
1
-4
/
+4
*
Add a new parse_use_local_desc() function.
Zac Medico
2006-07-02
1
-11
/
+25
*
Fix NameError when collision-protect is enabled for bug #138793.
Zac Medico
2006-07-02
1
-1
/
+3
*
Fix references to global settings in the binarytree class that were reported ...
Zac Medico
2006-07-01
1
-7
/
+9
*
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
[next]