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
*
aha, i knew that diff was screwy, the mail to portage-commits and grep made i...
Alec Warner
2007-10-23
1
-71
/
+0
*
fix tabbing
Alec Warner
2007-10-23
1
-1
/
+1
*
Sigh, this integration did not go well, please check the diff (it seemed to a...
Alec Warner
2007-10-23
1
-216
/
+283
*
Print the Id tag an it's own line to avoid going
Zac Medico
2007-10-23
1
-2
/
+2
*
Fix the version Id tag.
Zac Medico
2007-10-23
1
-2
/
+1
*
Fix config.setinst() to return early when the given
Zac Medico
2007-10-23
1
-0
/
+3
*
Remove a redundant self.treeVirtuals deepcopy from the
Zac Medico
2007-10-23
1
-2
/
+1
*
Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
Zac Medico
2007-10-23
2
-3
/
+23
*
Fix broken imports.
Zac Medico
2007-10-22
1
-2
/
+2
*
In depgraph.create(), if a direct circular dependency is
Zac Medico
2007-10-22
1
-6
/
+9
*
In depgraph.create(), don't ignore direct circular dependencies
Zac Medico
2007-10-22
1
-8
/
+7
*
Bug #184118 - Add an emaint "cleanresume" action that deletes
Zac Medico
2007-10-22
1
-1
/
+50
*
Bug #196680 - Handle a CacheError inside mirror_cache() when
Zac Medico
2007-10-22
1
-0
/
+4
*
Combine depgraph._select_dep() into create() so that
Zac Medico
2007-10-21
1
-107
/
+75
*
Always pass package metadata into depgraph.create() so
Zac Medico
2007-10-21
1
-13
/
+8
*
Do a loop over each dependency type to simplify
Zac Medico
2007-10-21
1
-19
/
+11
*
Don't catch a ValueError if it isn't the type that's expected
Zac Medico
2007-10-21
1
-0
/
+3
*
Fix NewsManager.getUnreadItems() so that it works properly
Zac Medico
2007-10-21
1
-13
/
+16
*
Bug #196427 - Prevent various news related tracebacks
Zac Medico
2007-10-21
2
-3
/
+11
*
note that sets can't contain other sets
Marius Mauch
2007-10-21
1
-1
/
+1
*
add some notes about restrictions wrt package sets
Marius Mauch
2007-10-21
2
-0
/
+11
*
fix comment
Marius Mauch
2007-10-21
1
-1
/
+1
*
ignore "permission denied" errors when changing perms of news skipfile that h...
Marius Mauch
2007-10-21
1
-1
/
+10
*
restore proper call logic
Marius Mauch
2007-10-21
1
-1
/
+3
*
Remove slashes that cause problems when unpacking files with relative paths (...
Marius Mauch
2007-10-21
1
-4
/
+4
*
Remove uneeded "arg" and "addme" parameters where possible.
Zac Medico
2007-10-21
1
-7
/
+4
*
Use a "depth" parameter to track depth of recursion relative
Zac Medico
2007-10-21
1
-25
/
+23
*
Split the "arg" parameter out of depgraph.select_dep() so
Zac Medico
2007-10-21
1
-25
/
+26
*
Bug #196537 - Make portageq check that the <root> parameter
Zac Medico
2007-10-21
1
-7
/
+13
*
Make depgraph.xcreate() use the filtered repo to determine
Zac Medico
2007-10-21
1
-13
/
+13
*
Raise an InvalidDependString exception if necessary when
Zac Medico
2007-10-21
1
-41
/
+24
*
Rename variable for consistency.
Zac Medico
2007-10-21
1
-2
/
+2
*
Split the atom selection logic out of depgraph.select_dep().
Zac Medico
2007-10-21
1
-39
/
+41
*
Split the package selection logic out of depgraph.select_dep().
Zac Medico
2007-10-20
1
-173
/
+181
*
Split the masked packages display out of depgraph.select_dep().
Zac Medico
2007-10-20
1
-91
/
+95
*
Use a simple Package class to bundle package data
Zac Medico
2007-10-20
1
-22
/
+37
*
Allow the depgraph to add old-style virtual providers but
Zac Medico
2007-10-20
2
-4
/
+28
*
Remove the config.setinst() call from depgraph.select_dep()
Zac Medico
2007-10-20
1
-28
/
+0
*
Bug #196435 - Add some more references to quickpkg(1) since
Zac Medico
2007-10-19
3
-8
/
+22
*
Refactor _merge_logentries() to make it a little more efficient.
Zac Medico
2007-10-19
1
-7
/
+6
*
Use a list to buffer strings in _combine_logentries() and do
Zac Medico
2007-10-19
1
-5
/
+5
*
Prevent _combine_logentries() from generating redundant
Zac Medico
2007-10-19
1
-1
/
+4
*
Fix broken call to renamed _combine_logentries().
Zac Medico
2007-10-19
1
-1
/
+1
*
Don't show each character of the log message on a new
Zac Medico
2007-10-19
1
-0
/
+2
*
Bug #196427 - Don't display news notifications when in --pretend mode.
Zac Medico
2007-10-19
1
-1
/
+1
*
Pass the whole cpv to elog instead of just ${PF}.
Zac Medico
2007-10-19
1
-1
/
+1
*
The ERROR color code is currently undefined, so make eerror
Zac Medico
2007-10-19
1
-1
/
+1
*
Use the python version of eerror
Marius Mauch
2007-10-19
1
-6
/
+3
*
Handle EnvironmentError instead of OSError since open()
Zac Medico
2007-10-18
1
-4
/
+8
*
Bug #195375 - Make dblink.treewalk() read inforoot/SLOT since
Zac Medico
2007-10-18
1
-1
/
+17
[next]