summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Escape quotes for bug #150932.Zac Medico2006-10-111-1/+1
| | | | svn path=/main/trunk/; revision=4663
* Make an mtime change force an ldconfig run, since it's possible that ↵Zac Medico2006-10-111-1/+1
| | | | | | pre/postinst made changes in lib dirs (noted by Brian Harring). svn path=/main/trunk/; revision=4662
* Use contents to avoid unnecessary ldconfig calls for bug #136488.Zac Medico2006-10-111-7/+26
| | | | svn path=/main/trunk/; revision=4661
* Use -e instead of -a for better cross-shell compatibility. Thanks to exg.Zac Medico2006-10-111-1/+1
| | | | svn path=/main/trunk/; revision=4660
* Append PORTAGE_RSYNC_EXTRA_OPTS after the default options for bug #150883.Zac Medico2006-10-111-3/+2
| | | | svn path=/main/trunk/; revision=4659
* Use grabfile instead of cat to display the gentoo-release file.Zac Medico2006-10-111-2/+4
| | | | svn path=/main/trunk/; revision=4658
* disable path globbing when creating metadata keys; bug 150866; thanks to ↵Simon Stelling2006-10-111-0/+2
| | | | | | brian harring for the patch svn path=/main/trunk/; revision=4657
* Make manifest2AuxfileFilter() slightly more efficient and also ignore any ↵Zac Medico2006-10-111-3/+5
| | | | | | hidden files. svn path=/main/trunk/; revision=4656
* For bug #150121, generate an error in digestcheck() if a file is found that ↵Zac Medico2006-10-111-0/+16
| | | | | | is not listed in the Manifest. svn path=/main/trunk/; revision=4655
* Move PORTAGE_BUILDDIR in to a category subdirectory and clean up the ↵Zac Medico2006-10-112-13/+86
| | | | | | category directory if empty (while holding lock). This this will help avoid PORTAGE_BUILDDIR collisions for parallel builds and will also hack around bug #150454. svn path=/main/trunk/; revision=4654
* do not abort for the time being with lazy bindings and setuid apps and ↵Mike Frysinger2006-10-111-2/+3
| | | | | | FEATURES=stricter svn path=/main/trunk/; revision=4653
* Add more self.modifying() checks in order to detect modifcations to locked ↵Zac Medico2006-10-101-1/+6
| | | | | | config objects. svn path=/main/trunk/; revision=4652
* Don't lock repoman_settings because it needs to be mutable.Zac Medico2006-10-101-1/+0
| | | | svn path=/main/trunk/; revision=4651
* Remove an unnecessary assumption preventing the use of CVS for an overlay.Zac Medico2006-10-101-1/+0
| | | | svn path=/main/trunk/; revision=4650
* Fix breakage in generation of favorites list for bug #150754.Zac Medico2006-10-101-1/+3
| | | | svn path=/main/trunk/; revision=4649
* Only unlink .installed after the collision-protect has completed ↵Zac Medico2006-10-101-11/+10
| | | | | | successfully (reported by axxo). svn path=/main/trunk/; revision=4648
* Only do a slotmove on a slot dep atom if the slotmove atom has no operator ↵Zac Medico2006-10-101-2/+2
| | | | | | (otherwise there's not enough information to perform the slotmove). svn path=/main/trunk/; revision=4647
* Print a more useful error message for bug #150488.Zac Medico2006-10-101-1/+2
| | | | svn path=/main/trunk/; revision=4646
* Add $ROOT and $PORTAGE_CONFIGROOT support for etc-update. Thanks to ↵Zac Medico2006-10-101-5/+9
| | | | | | Jonathan Adamczewski <jadamcze@utas.edu.au> for this patch from bug #150370. svn path=/main/trunk/; revision=4645
* Simplify the needlessly complex virtuals preferencing logic that lead to bug ↵Zac Medico2006-10-101-82/+25
| | | | | | #150377. svn path=/main/trunk/; revision=4644
* Avoid unnecessary population of the bintree by populating it as late as ↵Zac Medico2006-10-101-16/+9
| | | | | | possible. svn path=/main/trunk/; revision=4643
* Make --tree not imply --pretend anymore so that people can put it in ↵Zac Medico2006-10-091-5/+0
| | | | | | EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=4642
* Make --newuse not imply --update anymore because that restriction is ↵Zac Medico2006-10-091-7/+4
| | | | | | unnecessary. svn path=/main/trunk/; revision=4641
* 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