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 the slot collision display show all collisions instead
Zac Medico
2007-11-13
1
-21
/
+27
*
Make depgraph._complete_graph() properly specify SetArg instances
Zac Medico
2007-11-13
1
-13
/
+24
*
Make depgraph._add_pkg() match the package with all possible
Zac Medico
2007-11-13
1
-22
/
+26
*
Remove the depgraph.pkg_node_map attribute and use other
Zac Medico
2007-11-12
1
-45
/
+36
*
Add DependencyArg instances as parents of packages in the
Zac Medico
2007-11-12
1
-8
/
+21
*
* Remove all references to the obsolete Package.digraph_node attribute.
Zac Medico
2007-11-12
1
-63
/
+51
*
Make the Package class emulate the interface of it's own
Zac Medico
2007-11-12
2
-19
/
+21
*
Bug #197797 - Set umask to 022 so that created files (such as the
Zac Medico
2007-11-12
1
-0
/
+4
*
Make diefunc() clean up QA_INTERCEPTORS in case it is
Zac Medico
2007-11-11
1
-1
/
+6
*
* Provide reasonable default values for Dependency
Zac Medico
2007-11-11
1
-38
/
+35
*
Fix depgraph._get_arg_for_pkg() so that it compares package
Zac Medico
2007-11-11
1
-1
/
+5
*
Implement mapping of packages to instances of DependencyArg
Zac Medico
2007-11-11
2
-4
/
+50
*
Wrap accesses to depgraph._set_atoms.findAtomForPackage() in
Zac Medico
2007-11-11
1
-7
/
+26
*
Make the EbuildQuote.missing_quotes regex accept single
Zac Medico
2007-11-10
1
-2
/
+2
*
Fix WorldSet.cleanPackage() so that it properly preserves
Zac Medico
2007-11-10
1
-0
/
+1
*
Convert all the checks in repoman.checks to use a new LineCheck
Zac Medico
2007-11-10
2
-209
/
+115
*
Clean up expansion of set arguments in depgraph.select_files().
Zac Medico
2007-11-09
1
-11
/
+13
*
fix typo and missing classmethod declaration
Marius Mauch
2007-11-09
1
-1
/
+2
*
if multiple glsas result in the same cat/pkg:slot being affected only use the...
Marius Mauch
2007-11-09
1
-1
/
+17
*
move checkfile parsing into its own function
Marius Mauch
2007-11-09
3
-14
/
+18
*
Move glsa-check from gentoolkit into portage so the gentoolkit version can be...
Marius Mauch
2007-11-09
2
-2
/
+341
*
revert getMergeList to return CPVs again instead of atoms
Marius Mauch
2007-11-09
2
-2
/
+2
*
Fix incorrect type in depgraph._missing_args.
Zac Medico
2007-11-09
1
-1
/
+1
*
Create classes to encapsulate eache of the depgraph argument
Zac Medico
2007-11-09
1
-24
/
+61
*
Remove the workaround for \n -> \r\n transformations in
Zac Medico
2007-11-09
1
-4
/
+5
*
Bug #198491 - Disable termios.OPOST post-processing of output on
Zac Medico
2007-11-09
1
-0
/
+7
*
Revert accidental hunk from bug 198491. Haven't tested
Zac Medico
2007-11-09
1
-5
/
+0
*
make.globals should not be relative to config_root
Zac Medico
2007-11-09
1
-1
/
+8
*
Tweak EOutput.term_columns calculation for TERM="dumb" so
Zac Medico
2007-11-08
1
-1
/
+1
*
Don't do:
Zac Medico
2007-11-08
1
-0
/
+1
*
Bug #198492 - Make quickpkg create $PKGDIR if it doesn't
Zac Medico
2007-11-08
1
-0
/
+4
*
It is not cool and/or helpfull to see an HTML dump of some
Zac Medico
2007-11-08
1
-3
/
+0
*
For unsatisfied dependencies, shorten the per-package EAPI mask
Zac Medico
2007-11-07
2
-1
/
+13
*
Really fix broken logic for --update greedy slot atoms in
Zac Medico
2007-11-07
1
-1
/
+1
*
Fix broken logic for --update greedy slot atoms in
Zac Medico
2007-11-07
1
-1
/
+3
*
Make depgraph.select_files() perform internal expansion of
Zac Medico
2007-11-06
1
-25
/
+42
*
Remove the usage.obsolete "KEYWORDS contain -*" warning since people
Zac Medico
2007-11-06
1
-3
/
+0
*
Simplify and fix bugs in is_valid_package_atom().
Zac Medico
2007-11-06
1
-11
/
+5
*
Remove references to ${O} in dyn_spec() since antarus
Zac Medico
2007-11-06
1
-1
/
+1
*
Go ahead and exempt selected profile-specific USE_EXPAND
Zac Medico
2007-11-06
1
-1
/
+6
*
Fix create_world_atom() logic some more for bug #198129.
Zac Medico
2007-11-06
1
-1
/
+4
*
Bug #198129 - Prevent SLOT atoms like sys-devel/binutils:0
Zac Medico
2007-11-06
1
-10
/
+28
*
remove O and PPID from being readonly. O is set python side (and we will hop...
Alec Warner
2007-11-06
1
-1
/
+1
*
Allow multislot packages to be added to the world file
Zac Medico
2007-11-05
1
-9
/
+11
*
Make WorldHandler lock the world file when in --fix mode.
Zac Medico
2007-11-05
2
-12
/
+24
*
Add support for package sets in WorldHandler.
Zac Medico
2007-11-05
1
-1
/
+11
*
Fix 'TypeError: not all arguments converted during string formatting'
Zac Medico
2007-11-05
2
-2
/
+3
*
Replace StringIO usage with a simple list of lines. The
Zac Medico
2007-11-05
1
-8
/
+6
*
Make exception strings more informative.
Zac Medico
2007-11-04
1
-2
/
+5
*
Make Manifest.create() do some basic validation of ebuild
Zac Medico
2007-11-04
1
-1
/
+11
[next]