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
*
Fix priority logic in digraph.add().
Zac Medico
2006-10-03
1
-2
/
+2
*
Optimize varexpand for bug #149900.
Zac Medico
2006-10-02
1
-4
/
+4
*
Remove unnecessary set creation.
Zac Medico
2006-10-02
1
-1
/
+0
*
Fix depgraph.altlist() so that it can identify a group of nodes that complete...
Zac Medico
2006-10-02
2
-4
/
+40
*
Add medium priority level into the digraph (in addition to the existing hard and
Zac Medico
2006-10-02
2
-46
/
+50
*
For bug #149781, exclude symlinks to directories when creating binary package...
Zac Medico
2006-10-01
1
-1
/
+5
*
Fix misspelling of dependencies for bug #149645.
Zac Medico
2006-09-30
1
-1
/
+1
*
Emulate old --update world/system behavior for bug #149527.
Zac Medico
2006-09-30
1
-1
/
+1
*
Don't try to match call best_match_to_list() on "blocks" nodes for bug #149576.
Zac Medico
2006-09-30
1
-12
/
+8
*
Update CONFIG_PROTECT docs to reflect that files are now supported.
Zac Medico
2006-09-29
1
-4
/
+4
*
Update installsources docs for bug #149491.
Zac Medico
2006-09-29
1
-2
/
+2
*
Document the new COLLISION_IGNORE variable.
Zac Medico
2006-09-29
1
-0
/
+6
*
For bug #149412, add a COLLISION_IGNORE user config option that behaves simil...
Zac Medico
2006-09-29
1
-0
/
+10
*
Document the new --with-bdeps option.
Zac Medico
2006-09-29
1
-4
/
+13
*
Allow options contained in EMERGE_DEFAULT_OPTS to be overridden by the real c...
Zac Medico
2006-09-29
1
-1
/
+2
*
Move installed sources into ${CATEGORY} subdirectories in order to prevent co...
Zac Medico
2006-09-29
1
-3
/
+5
*
Allow env.d file names with 3 characters. This is a regression from r4451.
Zac Medico
2006-09-29
1
-1
/
+1
*
Fix quoting of ${D} in make arguments for einstall(). Thanks to Volkov Peter...
Zac Medico
2006-09-29
1
-12
/
+12
*
Fix broken [ -z "" ] test. Thanks to Volkov Peter <pva@gentoo.org> for this ...
Zac Medico
2006-09-29
1
-1
/
+1
*
Fix inverted --with-bdeps logic.
Zac Medico
2006-09-29
1
-1
/
+1
*
Call sys.stdout.flush() after print statements so that output has the correct...
Zac Medico
2006-09-29
1
-0
/
+5
*
Properly treat myopts as a dict.
Zac Medico
2006-09-29
1
-1
/
+1
*
Remove some unreachable code.
Zac Medico
2006-09-29
1
-2
/
+0
*
Use dict.pop(k, None) to delete items if they exist.
Zac Medico
2006-09-29
1
-2
/
+1
*
Store myopts in the mtimedb as a list for backward compatibility.
Zac Medico
2006-09-29
1
-6
/
+9
*
Add missing calls to iteritems() from the last commit.
Zac Medico
2006-09-29
1
-2
/
+2
*
Add a --with-bdeps=[y,n] option for bug #148870.
Zac Medico
2006-09-28
1
-12
/
+38
*
Convert myopts into a dictionary so that it can be used for more that boolean...
Zac Medico
2006-09-28
1
-17
/
+16
*
Convert emerge option parsing to use python's optparse module. This patch ma...
Zac Medico
2006-09-28
1
-51
/
+46
*
Catch a ValueError caused by corrupt cache for bug #149134.
Zac Medico
2006-09-28
1
-1
/
+5
*
In dep_zapdeps preference selection, use package names instead of the real at...
Zac Medico
2006-09-27
1
-2
/
+4
*
Revert dep_zapdeps fakedbapi usage as per comment #31 on bug #147766.
Zac Medico
2006-09-27
1
-11
/
+5
*
Fix --update so that it updates direct dependencies for bug #149208.
Zac Medico
2006-09-27
1
-5
/
+8
*
Make sure that all packages are in the dbapi when doing the blocker validation.
Zac Medico
2006-09-27
1
-0
/
+11
*
Add SLOT support to fakedbapi then use it for depgraph blocker handling and d...
Zac Medico
2006-09-27
2
-47
/
+49
*
Add a warning about the portage group and the possiblility of exploits for bu...
Zac Medico
2006-09-25
1
-0
/
+11
*
Clean up the logic a little for bug #149092.
Zac Medico
2006-09-25
1
-2
/
+4
*
Check the dep_check return value and fail with a message if an error has occu...
Zac Medico
2006-09-25
1
-17
/
+13
*
Make `emerge world` (without --deep) work as expected for bug #149092.
Zac Medico
2006-09-25
1
-0
/
+1
*
print errors to stderr, not stdout
Mike Frysinger
2006-09-25
1
-6
/
+6
*
For bug #149028, don't lock the tbz2 file because the filesytem could be read...
Zac Medico
2006-09-25
1
-3
/
+5
*
Clean up and simplify depgraph params logic. This fixes bug #148893.
Zac Medico
2006-09-24
2
-15
/
+8
*
Remove depgraph params for depclean since it no longer uses the depgraph.
Zac Medico
2006-09-24
1
-3
/
+0
*
In order to ensure correct merge order such that build time dependencies will...
Zac Medico
2006-09-24
1
-1
/
+6
*
Use the same directories for binary package merges as would be used for sourc...
Zac Medico
2006-09-24
1
-31
/
+13
*
Fix portage.pkgmerge() so that it locks files and directories when in use.
Zac Medico
2006-09-23
1
-64
/
+94
*
Remove pkgmerge since it's apparent that nobody uses it (it's been broken for...
Zac Medico
2006-09-23
2
-143
/
+0
*
Remove doebuild_environment return value checks since it no raises and except...
Zac Medico
2006-09-23
2
-10
/
+3
*
Make doebuild_environment raise an exception so that we never have to check t...
Zac Medico
2006-09-23
1
-3
/
+2
*
Only lock PORTAGE_BUILDDIR if the ebuild exists (otherwise we don't run prerm...
Zac Medico
2006-09-23
1
-3
/
+3
[next]