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
*
Make EbuildBinpkg delegate everything up to src_install() to
Zac Medico
2008-06-28
1
-2
/
+17
*
* Remove unused EbuildBuild.pretend attribute.
Zac Medico
2008-06-28
1
-7
/
+7
*
Bug #229859 - Also add atom validation to match().
Zac Medico
2008-06-28
1
-0
/
+4
*
Copy portageq exit code validation from has_version() to best_version().
Zac Medico
2008-06-28
1
-0
/
+12
*
Bug #229859 - Make portageq check atom validity when has_version() and
Zac Medico
2008-06-28
1
-0
/
+10
*
Use the EbuildMerge class instead of portage.merge().
Zac Medico
2008-06-28
1
-8
/
+5
*
Split out a PackageUninstall class.
Zac Medico
2008-06-28
1
-6
/
+24
*
* Split out an EbuildBinpkg class.
Zac Medico
2008-06-28
1
-16
/
+44
*
Split out an EbuildBuild class.
Zac Medico
2008-06-28
1
-4
/
+28
*
Fix typo.
Zac Medico
2008-06-28
1
-1
/
+2
*
Split out an EbuildMerge class.
Zac Medico
2008-06-28
1
-8
/
+30
*
* Split out a BinpkgMerge class.
Zac Medico
2008-06-28
1
-7
/
+26
*
Split out a BinpkgFetcher class.
Zac Medico
2008-06-28
1
-40
/
+75
*
Split out an EbuildFetcher class.
Zac Medico
2008-06-28
1
-14
/
+27
*
Split the MergeTask._merge() method into 3 smaller methods. The new
Zac Medico
2008-06-28
1
-23
/
+63
*
Bug #226307 - Copy come code from depgraph._iter_atoms_for_pkg() that
Zac Medico
2008-06-28
1
-3
/
+47
*
Fix depgraph.break_refs() to work with DependencyArg instances (or anything
Zac Medico
2008-06-27
1
-13
/
+11
*
Remove the MergeTask._blocker_db attribute since it can just be a
Zac Medico
2008-06-27
1
-5
/
+4
*
Break references from Package instances in the digraph before passing
Zac Medico
2008-06-27
1
-0
/
+2
*
Pass the digraph into the MergeTask constructor. It's currently unused
Zac Medico
2008-06-27
1
-5
/
+5
*
Fix typo.
Zac Medico
2008-06-27
1
-1
/
+1
*
Add documentation for the new --keep-going option.
Zac Medico
2008-06-27
3
-10
/
+39
*
Generate and log eerror messages for any packages that need to be dropped
Zac Medico
2008-06-27
1
-13
/
+31
*
Call clear_caches() after the depgraph is out of scope, in MergeTask.merge().
Zac Medico
2008-06-27
1
-2
/
+1
*
Bug #12768 - Add a --keep-going option. This uses the same resume_depgraph()
Zac Medico
2008-06-27
1
-14
/
+96
*
Use bool() to simplify ObjectProxy.__nonzero__().
Zac Medico
2008-06-27
1
-3
/
+1
*
Split the --skipfirst code into a resume_depgraph() function that will
Zac Medico
2008-06-27
1
-61
/
+83
*
For brevity, and consistency with pkgcore, rename "all-installed" to just
Zac Medico
2008-06-26
1
-1
/
+1
*
Call use_reduce() with matchall=1 when checking depstrings. Otherwise it's
Zac Medico
2008-06-26
1
-1
/
+1
*
Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex.
Zac Medico
2008-06-26
1
-0
/
+1
*
Fix the PermissionDenied message for color.map.
Zac Medico
2008-06-26
1
-1
/
+4
*
* Remove PORTAGE_LEGACY_GLOBALS hack for portage import since late
Zac Medico
2008-06-26
1
-10
/
+2
*
Use settings["ROOT"] at the beginning of env_update() to avoid breakage
Zac Medico
2008-06-26
1
-2
/
+2
*
Handle KeyError from aux_get() inside dbapi._iter_match_slot() and
Zac Medico
2008-06-26
1
-3
/
+9
*
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
[next]