summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant quotes from PORTAGE_RSYNC_OPTS.Zac Medico2006-10-071-1/+1
* Remove redunant quotes for bug #150381. This change is related to the shlex ...Zac Medico2006-10-071-1/+1
* Fix package type assumptions in depgraph.display() for bug #150359.Zac Medico2006-10-071-13/+4
* Add a heading for portage-2.1.2.Zac Medico2006-10-071-1/+5
* Add a release note about --with-bdeps.Zac Medico2006-10-071-0/+2
* Add news about major bug fixes in 2.1.2.Zac Medico2006-10-071-0/+9
* Delete some temporary variables after use.Zac Medico2006-10-061-0/+3
* In update_dbentries(), use != rather than "is not" to make sure that updates ...Zac Medico2006-10-061-1/+1
* Reject installed packages if they have a matching masked ebuild in the tree.Zac Medico2006-10-061-1/+9
* For bug #48195, fall back to the installed packages when there are no other c...Zac Medico2006-10-061-1/+40
* Make repoman generate a syntax error if a slot dep is used with EAPI == 0.Zac Medico2006-10-061-1/+2
* Don't call varexpand inside getconfig for env.d/profile.env values.Zac Medico2006-10-062-5/+8
* For bug #14215, put the shlex parser in posix mode so that it properly recogn...Zac Medico2006-10-061-3/+3
* For bug #150163, remove unnecessary validation of new_protect_filename() para...Zac Medico2006-10-061-4/+0
* For bug #150178, print an error message when emerge is called with both --con...Zac Medico2006-10-061-1/+6
* Add news about slot deps.Zac Medico2006-10-051-0/+5
* Improve best_match_to_list() and include support for slot deps.Zac Medico2006-10-051-6/+22
* Fix package moves/slotmoves to work with slot deps.Zac Medico2006-10-051-4/+15
* Just use a simple replace for the needlessly complex dep_transform function. ...Zac Medico2006-10-051-20/+1
* For bug #4698, use slot deps to ensure that all installed slots are automatic...Zac Medico2006-10-051-1/+12
* Add support for slot based dep matching in all dbapi derived classes. The su...Zac Medico2006-10-052-4/+45
* Share duplicate code between dep_getkey() and dep_getcpv().Zac Medico2006-10-041-10/+1
* Don't create /cvs-src since the cvs.eclass will do that automatically.Zac Medico2006-10-041-1/+1
* Fix a typo for the file mode in ${T}.Zac Medico2006-10-041-2/+2
* Don't apply the sticky bits until we have a complete plan for bug #149062.Zac Medico2006-10-042-4/+4
* Properly write all fifo and device nodes to CONTENTS for bug #144781. Code t...Zac Medico2006-10-041-4/+4
* Remove redundant PORTAGE_BUILDDIR creation.Zac Medico2006-10-041-6/+0
* When gathering a group of nodes to merge (with circular RDEPEND), make sure n...Zac Medico2006-10-041-5/+16
* Make PORTAGE_BUILDDIR and subdirectories group writable for now (reverts some...Zac Medico2006-10-041-7/+22
* Don't set the gid unnecessarily on $PORTAGE_BUILDDIR/distdir.Zac Medico2006-10-031-2/+1
* For userpriv support, chown files in ${T} if necessary after priveleged phases.Zac Medico2006-10-031-1/+8
* Use 01775 permissions for subdirectories of PORTAGE_TMPDIR, and 0755 permissi...Zac Medico2006-10-032-26/+28
* Use 755 permissions for ${PORTAGE_WORKDIR}/distdir (bug #149062).Zac Medico2006-10-031-1/+2
* Print a message about make.globals if PORTDIR is undefined.Zac Medico2006-10-031-1/+4
* Add a digraph.NONE constant to represent no priority.Zac Medico2006-10-032-1/+3
* Refector depgraph.altlist() reverse/ignore_priority handling.Zac Medico2006-10-031-18/+8
* Remove a len(nodes) == 1 test that's never True.Zac Medico2006-10-031-1/+1
* In depgraph.altlist(), use a recursive fuction to gather groups of nodes that...Zac Medico2006-10-031-12/+9
* Fix priority logic in digraph.add().Zac Medico2006-10-031-2/+2
* Optimize varexpand for bug #149900.Zac Medico2006-10-021-4/+4
* Remove unnecessary set creation.Zac Medico2006-10-021-1/+0
* Fix depgraph.altlist() so that it can identify a group of nodes that complete...Zac Medico2006-10-022-4/+40
* Add medium priority level into the digraph (in addition to the existing hard andZac Medico2006-10-022-46/+50
* For bug #149781, exclude symlinks to directories when creating binary package...Zac Medico2006-10-011-1/+5
* Fix misspelling of dependencies for bug #149645.Zac Medico2006-09-301-1/+1
* Emulate old --update world/system behavior for bug #149527.Zac Medico2006-09-301-1/+1
* Don't try to match call best_match_to_list() on "blocks" nodes for bug #149576.Zac Medico2006-09-301-12/+8
* Update CONFIG_PROTECT docs to reflect that files are now supported.Zac Medico2006-09-291-4/+4
* Update installsources docs for bug #149491.Zac Medico2006-09-291-2/+2
* Document the new COLLISION_IGNORE variable.Zac Medico2006-09-291-0/+6