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
*
change default name of EverythingSet to @all-installed (bug #229467)
Marius Mauch
2008-06-26
1
-1
/
+1
*
Also use a separate proxy type for portage.mtimedb since it's independent
Zac Medico
2008-06-26
1
-7
/
+32
*
Use a separate proxy type to trigger portage.portdb initialization separately
Zac Medico
2008-06-26
1
-3
/
+16
*
Implement lazy initialization of global "portdb", "settings" and other
Zac Medico
2008-06-26
2
-1
/
+87
*
Make PackageIndex use SlotDict for package metadata storage. The set of
Zac Medico
2008-06-26
3
-12
/
+45
*
Use SlotDict where appropriate in binarytree._populate().
Zac Medico
2008-06-25
1
-2
/
+2
*
Fix typo.
Zac Medico
2008-06-25
1
-1
/
+1
*
Add docstring to slot_dict_class().
Zac Medico
2008-06-25
1
-0
/
+11
*
Fix typo.
Zac Medico
2008-06-25
1
-1
/
+1
*
Fix KeyError constructor style.
Zac Medico
2008-06-25
1
-1
/
+1
*
Fix indentation.
Zac Medico
2008-06-25
1
-1
/
+1
*
Add a generic portage.cache.mappings.slot_dict_class() function which
Zac Medico
2008-06-25
4
-91
/
+151
*
Swap out the whole Package.root_config attribute inside depgraph.break_refs().
Zac Medico
2008-06-25
1
-11
/
+8
*
Clarify EverythingSet.description a bit. Thanks to Necoro.
Zac Medico
2008-06-25
1
-1
/
+1
*
Clarify EverythingSet.description a bit. Thanks to Necoro.
Zac Medico
2008-06-25
1
-2
/
+3
*
Fix Atom -> str breakage in depgraph.saveNomergeFavorites(). Thanks to
Zac Medico
2008-06-25
1
-1
/
+1
*
Fix repoman breakage wrt _PackageMetadataWrapper._keys values.
Zac Medico
2008-06-25
2
-2
/
+7
*
After the depgraph caches the vardb state in a FakeVartree, to make
Zac Medico
2008-06-25
2
-3
/
+17
*
Implement __contains__, pop() and clear() for Package.metadata attributes.
Zac Medico
2008-06-25
1
-0
/
+23
*
Use os.listdir() instead of portage.listdir() to avoid needless caching
Zac Medico
2008-06-25
1
-2
/
+2
*
Make clear_caches() call portage.dircache.clear().
Zac Medico
2008-06-25
1
-0
/
+1
*
Remove the BlockerDB._blocker_cache attribute and just create new
Zac Medico
2008-06-25
1
-4
/
+3
*
For the Package.metadata attribute, only implement the dict interface
Zac Medico
2008-06-25
2
-58
/
+110
*
Bug #229069 - Before deleting the depgraph, break references pointing
Zac Medico
2008-06-25
1
-0
/
+34
*
Fix spelling of depgraph._complete_threshold.
Zac Medico
2008-06-24
1
-3
/
+3
*
If dep calculation time exceeds 20 seconds then automatically
Zac Medico
2008-06-24
1
-5
/
+16
*
Use weakref.WeakValueDictionary to make cached Atom instances eligible for
Zac Medico
2008-06-24
1
-1
/
+2
*
Bug #229233 - Fix Atom -> str breakage in the depgraph.display_problems()
Zac Medico
2008-06-24
1
-1
/
+1
*
Clear dbapi caches just after deleting the depgraph in action_build().
Zac Medico
2008-06-24
1
-0
/
+13
*
Fix some remaining corner cases that cause bug #220341 to reappear
Zac Medico
2008-06-24
1
-14
/
+15
*
Use paths from portage.const instead of hardcoded versions.
Zac Medico
2008-06-23
1
-2
/
+2
*
Bug #228977 - During dblink._preserve_libs() calls, cache results of
Zac Medico
2008-06-23
1
-12
/
+45
*
Bug #228935 - Add a new "command not found" build log QA Notice. Thanks to
Zac Medico
2008-06-23
1
-0
/
+15
*
Bug #228977 - Protect against possible infinite loop in
Zac Medico
2008-06-23
1
-2
/
+3
*
Bug #228939 - Fix display list interaction with --tree mode to prevent
Zac Medico
2008-06-22
1
-1
/
+4
*
Fix broken path handling wrt $ROOT in LibraryConsumerSet.mapPathsToAtoms().
Zac Medico
2008-06-22
1
-3
/
+1
*
Fix Atom -> str breakage in depgraph._show_slot_collision_notice(). Thanks
Zac Medico
2008-06-21
1
-1
/
+1
*
Implement Atom.__cmp__() so that things like list.sort() work correctly
Zac Medico
2008-06-21
1
-0
/
+9
*
Bug #228489 - Restore the "ci" alias for "commit" mode. Thanks to grobian
Zac Medico
2008-06-21
1
-0
/
+4
*
Fix Atom -> str breakage in depgraph.display_problems().
Zac Medico
2008-06-21
1
-1
/
+1
*
Make LibraryConsumerSet.mapPathsToAtoms() use the contents index for more
Zac Medico
2008-06-21
1
-14
/
+7
*
Fix implicit_pattern to match different quote character found in warnings
Zac Medico
2008-06-21
1
-1
/
+1
*
Exclude calls to autoheader and makeinfo from the automake "maintainer mode"
Zac Medico
2008-06-21
1
-1
/
+4
*
Use bash's built-in echo instead of the actual echo binary since it has
Zac Medico
2008-06-21
1
-3
/
+4
*
drop old -i,--include-masked option #226429 by Tobias Klausmann
Mike Frysinger
2008-06-21
1
-3
/
+0
*
Fix Atom -> str breakage in WorldSet.write().
Zac Medico
2008-06-20
1
-1
/
+2
*
Remove unused Atom.string attribute.
Zac Medico
2008-06-20
1
-1
/
+1
*
Add subversion support for repoman. (thanks grobian)
Zac Medico
2008-06-20
1
-0
/
+1
*
Bug #228595 - Use os.path.realpath() before comparing paths to those
Zac Medico
2008-06-20
1
-0
/
+1
*
Make isvalidatom() use the Atom cache to avoid validating the same atom
Zac Medico
2008-06-20
1
-0
/
+3
[next]