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
*
Improve best_match_to_list() and include support for slot deps.
Zac Medico
2006-10-05
1
-6
/
+22
*
Fix package moves/slotmoves to work with slot deps.
Zac Medico
2006-10-05
1
-4
/
+15
*
Just use a simple replace for the needlessly complex dep_transform function. ...
Zac Medico
2006-10-05
1
-20
/
+1
*
For bug #4698, use slot deps to ensure that all installed slots are automatic...
Zac Medico
2006-10-05
1
-1
/
+12
*
Add support for slot based dep matching in all dbapi derived classes. The su...
Zac Medico
2006-10-05
2
-4
/
+45
*
Share duplicate code between dep_getkey() and dep_getcpv().
Zac Medico
2006-10-04
1
-10
/
+1
*
Don't create /cvs-src since the cvs.eclass will do that automatically.
Zac Medico
2006-10-04
1
-1
/
+1
*
Fix a typo for the file mode in ${T}.
Zac Medico
2006-10-04
1
-2
/
+2
*
Don't apply the sticky bits until we have a complete plan for bug #149062.
Zac Medico
2006-10-04
2
-4
/
+4
*
Properly write all fifo and device nodes to CONTENTS for bug #144781. Code t...
Zac Medico
2006-10-04
1
-4
/
+4
*
Remove redundant PORTAGE_BUILDDIR creation.
Zac Medico
2006-10-04
1
-6
/
+0
*
When gathering a group of nodes to merge (with circular RDEPEND), make sure n...
Zac Medico
2006-10-04
1
-5
/
+16
*
Make PORTAGE_BUILDDIR and subdirectories group writable for now (reverts some...
Zac Medico
2006-10-04
1
-7
/
+22
*
Don't set the gid unnecessarily on $PORTAGE_BUILDDIR/distdir.
Zac Medico
2006-10-03
1
-2
/
+1
*
For userpriv support, chown files in ${T} if necessary after priveleged phases.
Zac Medico
2006-10-03
1
-1
/
+8
*
Use 01775 permissions for subdirectories of PORTAGE_TMPDIR, and 0755 permissi...
Zac Medico
2006-10-03
2
-26
/
+28
*
Use 755 permissions for ${PORTAGE_WORKDIR}/distdir (bug #149062).
Zac Medico
2006-10-03
1
-1
/
+2
*
Print a message about make.globals if PORTDIR is undefined.
Zac Medico
2006-10-03
1
-1
/
+4
*
Add a digraph.NONE constant to represent no priority.
Zac Medico
2006-10-03
2
-1
/
+3
*
Refector depgraph.altlist() reverse/ignore_priority handling.
Zac Medico
2006-10-03
1
-18
/
+8
*
Remove a len(nodes) == 1 test that's never True.
Zac Medico
2006-10-03
1
-1
/
+1
*
In depgraph.altlist(), use a recursive fuction to gather groups of nodes that...
Zac Medico
2006-10-03
1
-12
/
+9
*
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
[next]