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 a few unused depgraph attributes.
Zac Medico
2007-10-31
1
-13
/
+0
*
Fix "args" set handling wrt $ROOT in depgraph._complete_graph().
Zac Medico
2007-10-30
1
-1
/
+2
*
Implement license filtering for xmatch minimum-visible and
Zac Medico
2007-10-30
1
-10
/
+21
*
Optimize xmatch "bestmatch-visible" to do fewer metadata
Zac Medico
2007-10-30
1
-7
/
+6
*
Implement a "consistent" depgraph parameter (enabled by --consistent)
Zac Medico
2007-10-30
1
-4
/
+151
*
Use rstrip("\n") to remove trailing newlines from
Zac Medico
2007-10-29
1
-2
/
+1
*
Rewrite the dblink.getcontents() code to use str.split(" ")
Zac Medico
2007-10-29
1
-35
/
+37
*
Make portdbapi.cp_list() use os.listdir() instead of
Zac Medico
2007-10-29
1
-1
/
+5
*
Fix PackageSet.getAtoms() and getNonAtoms() so that they
Zac Medico
2007-10-28
1
-6
/
+10
*
Fix --depclean to use SetConfig.getSetAtoms() and also fix a
Zac Medico
2007-10-28
1
-8
/
+5
*
Fix SetConfig.getSetAtoms() to stop initializing ignorelist
Zac Medico
2007-10-28
1
-3
/
+6
*
Optimize stdout_spinner.update() methods so that they don't
Zac Medico
2007-10-28
1
-3
/
+22
*
Fix cp_list() to prevent it from returning a reference
Zac Medico
2007-10-28
1
-2
/
+2
*
Sort all dbapi.cp_list() results in ascending order and
Zac Medico
2007-10-28
5
-38
/
+41
*
Replace depgraph._slot_node_map with _slot_pkg_map so
Zac Medico
2007-10-27
1
-35
/
+22
*
Make depgraph._select_atoms() more flexible by allowing
Zac Medico
2007-10-27
1
-5
/
+9
*
Reuse an existing EmergeConfig instance instead of
Zac Medico
2007-10-27
1
-1
/
+1
*
Fix broken $ROOT handling for setconfig in the MergeTask
Zac Medico
2007-10-27
1
-6
/
+10
*
In portage.fetch(), condense digest check ouput to a single
Zac Medico
2007-10-26
1
-2
/
+5
*
Optimize repoman to share portdbapi.cp_list() results
Zac Medico
2007-10-26
2
-7
/
+19
*
Add missing break statement for xmatch minimum-visible.
Zac Medico
2007-10-26
1
-0
/
+1
*
Optimize repoman visibility checks to access as little
Zac Medico
2007-10-26
3
-7
/
+77
*
Make emerge add sets to the world file as one would expect.
Zac Medico
2007-10-26
2
-8
/
+31
*
Allow sets to get through world file validation and
Zac Medico
2007-10-26
2
-5
/
+15
*
Prevent premature expansion of old-style virtuals
Zac Medico
2007-10-26
1
-0
/
+10
*
Optimize the algorithm used for expansion of set
Zac Medico
2007-10-26
1
-4
/
+13
*
update notes about package sets
Marius Mauch
2007-10-26
1
-7
/
+7
*
break potential cycles in set expansion
Marius Mauch
2007-10-26
1
-2
/
+4
*
use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...
Marius Mauch
2007-10-26
2
-3
/
+4
*
use a @ prefix for sets, and replace world/system with their real prefixed na...
Marius Mauch
2007-10-26
2
-4
/
+13
*
Allow sets to contain non-atoms
Marius Mauch
2007-10-25
2
-1
/
+16
*
FIX: indentation problem, also end the Portage identification
Zac Medico
2007-10-25
1
-1
/
+1
*
Fix: Make repoman actually USE -m commit message again (and -M
Zac Medico
2007-10-25
1
-4
/
+4
*
Correct expected split counts for CONTENTS lines.
Zac Medico
2007-10-25
1
-3
/
+3
*
Handle a potential IndexError.
Zac Medico
2007-10-25
1
-1
/
+3
*
Remove obsolete whitespace handling code for "obj" filenames
Zac Medico
2007-10-25
1
-1
/
+1
*
Handle multiple consecutive spaces in filenames as per
Zac Medico
2007-10-25
1
-0
/
+22
*
For the emergelog message, send in the original list of
Zac Medico
2007-10-25
1
-3
/
+3
*
If the title string is too big then xtermTitle() can
Zac Medico
2007-10-25
1
-0
/
+5
*
Filter atoms that come from sets when generating
Zac Medico
2007-10-25
1
-4
/
+9
*
For the global AUTOCLEAN, pass an empty list into unmerge()
Zac Medico
2007-10-25
1
-1
/
+1
*
Spit out a depgraph._get_existing_pkg() method for getting an
Zac Medico
2007-10-25
1
-19
/
+26
*
Make the Package class generate the digraph nodes.
Zac Medico
2007-10-25
1
-21
/
+29
*
Fix inverted logic error.
Zac Medico
2007-10-25
1
-1
/
+1
*
Convert depgraph creation from using recursive calls to
Zac Medico
2007-10-24
1
-52
/
+86
*
Add back support for greedy SLOTs when --update is enabled as
Zac Medico
2007-10-24
1
-0
/
+43
*
Fix broken import.
Zac Medico
2007-10-24
1
-1
/
+2
*
Add back support for helpful `emaint --check world` suggestions
Zac Medico
2007-10-24
1
-8
/
+32
*
Add back support for detecting if the world file contains
Zac Medico
2007-10-24
1
-6
/
+13
*
Add back support for handling missing system/world atoms
Zac Medico
2007-10-24
1
-16
/
+24
[next]