summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document greedy atoms for the --update option.Zac Medico2006-10-091-2/+3
| | | | svn path=/main/trunk/; revision=4640
* Remove outdated mention of --update in the --deep docs.Zac Medico2006-10-091-1/+1
| | | | svn path=/main/trunk/; revision=4639
* Catch UnpicklingError when loading the mtimedb (reported by marienz).Zac Medico2006-10-091-1/+1
| | | | svn path=/main/trunk/; revision=4638
* Remove unnecessary config.reset() calls in portage.create_trees().Zac Medico2006-10-091-3/+0
| | | | svn path=/main/trunk/; revision=4637
* Fix typo s/upper/lower/.Zac Medico2006-10-091-1/+1
| | | | svn path=/main/trunk/; revision=4636
* Remove unused PORTAGE_CALLER=portageq from the environment.Zac Medico2006-10-091-1/+0
| | | | svn path=/main/trunk/; revision=4633
* Remove unused PORTAGE_CALLER=emerge from the environment.Zac Medico2006-10-091-1/+0
| | | | svn path=/main/trunk/; revision=4632
* Use a local_config flag to replace PORTAGE_CALLER == repoman conditionals.Zac Medico2006-10-092-33/+38
| | | | svn path=/main/trunk/; revision=4631
* For repoman, hide the vardbapi from dep_zapdeps.Zac Medico2006-10-091-0/+2
| | | | svn path=/main/trunk/; revision=4630
* Add news about multiple inheritance support in profiles.Zac Medico2006-10-081-0/+1
| | | | svn path=/main/trunk/; revision=4629
* Generate the depgraph.args_keys list _before_ building the graph.Zac Medico2006-10-081-2/+3
| | | | svn path=/main/trunk/; revision=4628
* Remove one more reference to use.defaults.Zac Medico2006-10-081-1/+0
| | | | svn path=/main/trunk/; revision=4627
* Remove use.default documentation since we don't use it anymore. Thanks to ↵Zac Medico2006-10-081-26/+0
| | | | | | Arfrever Frehtes Taifersar Arahesis for this patch from bug #149608. svn path=/main/trunk/; revision=4626
* Remove the single parent constraint in profiles.Zac Medico2006-10-081-3/+2
| | | | svn path=/main/trunk/; revision=4625
* Clean up depgraph.select_files() to use one list of tuples instead 2 ↵Zac Medico2006-10-081-18/+11
| | | | | | separate lists. svn path=/main/trunk/; revision=4624
* Make the .installed invalidation conditional on srcroot and destroot being ↵Zac Medico2006-10-081-7/+8
| | | | | | located on the same filesystem (st_dev). svn path=/main/trunk/; revision=4623
* Make the merge phase automatically invalidate the ↵Zac Medico2006-10-081-0/+10
| | | | | | ${PORTAGE_BUILDDIR}/.installed flag since it may move files out of the image directory. svn path=/main/trunk/; revision=4622
* For bug #150361, implement greedy matching of command line atoms against ↵Zac Medico2006-10-081-0/+32
| | | | | | relevant installed slots. This patch allows a subset of installed slots to be pulled in via operators such as > or <. svn path=/main/trunk/; revision=4621
* Fix another bad package type assumption in depgraph.display().Zac Medico2006-10-081-1/+1
| | | | svn path=/main/trunk/; revision=4620
* Make system/world less greedy for bug #150251.Zac Medico2006-10-081-1/+12
| | | | svn path=/main/trunk/; revision=4619
* For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.Zac Medico2006-10-082-11/+3
| | | | svn path=/main/trunk/; revision=4618
* Fix dep_transform breakage (regression from r4596).Zac Medico2006-10-081-1/+3
| | | | svn path=/main/trunk/; revision=4617
* Stack negative user virtuals in the correct order for incremental behavior.Zac Medico2006-10-071-1/+2
| | | | svn path=/main/trunk/; revision=4616
* For bug #150377, make virtual preferences in a profile override the ↵Zac Medico2006-10-071-1/+0
| | | | | | preferences of parent profiles. svn path=/main/trunk/; revision=4615
* Remove redundant quotes from PORTAGE_RSYNC_OPTS.Zac Medico2006-10-071-1/+1
| | | | svn path=/main/trunk/; revision=4614
* Remove redunant quotes for bug #150381. This change is related to the shlex ↵Zac Medico2006-10-071-1/+1
| | | | | | posix mode used to fix bug #14215. svn path=/main/trunk/; revision=4613
* Fix package type assumptions in depgraph.display() for bug #150359.Zac Medico2006-10-071-13/+4
| | | | svn path=/main/trunk/; revision=4612
* Add a heading for portage-2.1.2.Zac Medico2006-10-071-1/+5
| | | | svn path=/main/trunk/; revision=4611
* Add a release note about --with-bdeps.Zac Medico2006-10-071-0/+2
| | | | svn path=/main/trunk/; revision=4610
* Add news about major bug fixes in 2.1.2.Zac Medico2006-10-071-0/+9
| | | | svn path=/main/trunk/; revision=4609
* Delete some temporary variables after use.Zac Medico2006-10-061-0/+3
| | | | svn path=/main/trunk/; revision=4608
* In update_dbentries(), use != rather than "is not" to make sure that updates ↵Zac Medico2006-10-061-1/+1
| | | | | | never occur unnecessarily. svn path=/main/trunk/; revision=4607
* Reject installed packages if they have a matching masked ebuild in the tree.Zac Medico2006-10-061-1/+9
| | | | svn path=/main/trunk/; revision=4606
* For bug #48195, fall back to the installed packages when there are no other ↵Zac Medico2006-10-061-1/+40
| | | | | | choices. Global updates are automatically performed on *DEPEND if necessary in order to clean up stale atoms (we do single packages as necessary because it's too time consuming to do the whole vdb at once). svn path=/main/trunk/; revision=4605
* Make repoman generate a syntax error if a slot dep is used with EAPI == 0.Zac Medico2006-10-061-1/+2
| | | | svn path=/main/trunk/; revision=4604
* Don't call varexpand inside getconfig for env.d/profile.env values.Zac Medico2006-10-062-5/+8
| | | | svn path=/main/trunk/; revision=4603
* For bug #14215, put the shlex parser in posix mode so that it properly ↵Zac Medico2006-10-061-3/+3
| | | | | | recognizes escaped quotes. svn path=/main/trunk/; revision=4602
* For bug #150163, remove unnecessary validation of new_protect_filename() ↵Zac Medico2006-10-061-4/+0
| | | | | | parameters. svn path=/main/trunk/; revision=4601
* For bug #150178, print an error message when emerge is called with both ↵Zac Medico2006-10-061-1/+6
| | | | | | --config and --pretend. svn path=/main/trunk/; revision=4600
* Add news about slot deps.Zac Medico2006-10-051-0/+5
| | | | svn path=/main/trunk/; revision=4599
* Improve best_match_to_list() and include support for slot deps.Zac Medico2006-10-051-6/+22
| | | | svn path=/main/trunk/; revision=4598
* Fix package moves/slotmoves to work with slot deps.Zac Medico2006-10-051-4/+15
| | | | svn path=/main/trunk/; revision=4597
* Just use a simple replace for the needlessly complex dep_transform function. ↵Zac Medico2006-10-051-20/+1
| | | | | | This will make it compatible with slot deps. svn path=/main/trunk/; revision=4596
* For bug #4698, use slot deps to ensure that all installed slots are ↵Zac Medico2006-10-051-1/+12
| | | | | | automatically updated. svn path=/main/trunk/; revision=4595
* Add support for slot based dep matching in all dbapi derived classes. The ↵Zac Medico2006-10-052-4/+45
| | | | | | supported syntax is ${CATEGORY}/${PN}:${SLOT} (identical to that used by paludis and pkgcore). svn path=/main/trunk/; revision=4594
* Share duplicate code between dep_getkey() and dep_getcpv().Zac Medico2006-10-041-10/+1
| | | | svn path=/main/trunk/; revision=4593
* Don't create /cvs-src since the cvs.eclass will do that automatically.Zac Medico2006-10-041-1/+1
| | | | svn path=/main/trunk/; revision=4591
* Fix a typo for the file mode in ${T}.Zac Medico2006-10-041-2/+2
| | | | svn path=/main/trunk/; revision=4590
* Don't apply the sticky bits until we have a complete plan for bug #149062.Zac Medico2006-10-042-4/+4
| | | | svn path=/main/trunk/; revision=4589
* Properly write all fifo and device nodes to CONTENTS for bug #144781. Code ↵Zac Medico2006-10-041-4/+4
| | | | | | to parse these entries has already in place and they are never unmerged. svn path=/main/trunk/; revision=4588