summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Pass a config instance into the bindbapi and fakedbapi constructors in order ↵Zac Medico2006-06-302-6/+12
| | | | | | to avoid dependance on globals for dep_expand() calls. svn path=/main/trunk/; revision=3716
* Pass missing parameters to doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+5
| | | | svn path=/main/trunk/; revision=3715
* Pass the ldpath_mtimes for unmerging the already-installed instance.Zac Medico2006-06-301-1/+1
| | | | svn path=/main/trunk/; revision=3714
* Fix missing target_root keyword parameter.Zac Medico2006-06-301-1/+1
| | | | svn path=/main/trunk/; revision=3713
* Pass portdbapi instances into doebuild in order to avoid dependance on globals.Zac Medico2006-06-301-2/+3
| | | | svn path=/main/trunk/; revision=3712
* Only use the global vartree when really necessary.Zac Medico2006-06-301-3/+1
| | | | svn path=/main/trunk/; revision=3711
* Pass config and portdbapi instances into the portagetree constructor.Zac Medico2006-06-301-3/+4
| | | | svn path=/main/trunk/; revision=3710
* Allow the portagetree constructor to work without globals.Zac Medico2006-06-301-4/+9
| | | | svn path=/main/trunk/; revision=3709
* Fix accidental replacement from r3705.Zac Medico2006-06-301-1/+1
| | | | svn path=/main/trunk/; revision=3708
* Make use of the new mtimdb.commit() method.Zac Medico2006-06-301-3/+4
| | | | svn path=/main/trunk/; revision=3707
* Add an MtimeDB class to encapsulate the mtimedb.Zac Medico2006-06-301-8/+23
| | | | svn path=/main/trunk/; revision=3706
* Replace global references to the mtimedb with local references.Zac Medico2006-06-301-49/+50
| | | | svn path=/main/trunk/; revision=3705
* Pass ldpath mtimes into the unmerge operations.Zac Medico2006-06-302-10/+18
| | | | svn path=/main/trunk/; revision=3704
* Trigger env_update() after each unmerge operation.Zac Medico2006-06-302-15/+4
| | | | svn path=/main/trunk/; revision=3703
* Remove a pointless "if" statement.Zac Medico2006-06-301-4/+1
| | | | svn path=/main/trunk/; revision=3702
* Pass parameters into env_update() so that it doesn't depend on global variables.Zac Medico2006-06-301-2/+7
| | | | svn path=/main/trunk/; revision=3699
* After sync, reload portage before the metadata transfer so that ↵Zac Medico2006-06-291-30/+11
| | | | | | action_metadata() doesn't have to be concerned with invalid settings.categories and such. svn path=/main/trunk/; revision=3697
* Replace references to portage.portdb with local references.Zac Medico2006-06-291-26/+30
| | | | svn path=/main/trunk/; revision=3696
* Replace references to portage.root with local settings[ROOT].Zac Medico2006-06-291-4/+7
| | | | svn path=/main/trunk/; revision=3695
* Replace direct references to portage.db with local references.Zac Medico2006-06-291-23/+21
| | | | svn path=/main/trunk/; revision=3694
* Remove reference to global portage.db from validate_merge_list().Zac Medico2006-06-291-6/+6
| | | | svn path=/main/trunk/; revision=3693
* Replace direct references to portage.settings with local references.Zac Medico2006-06-291-89/+83
| | | | svn path=/main/trunk/; revision=3692
* Pass a vardbapi instance into getportageversion() so that it doesn't have to ↵Zac Medico2006-06-291-5/+8
| | | | | | construct one itself. svn path=/main/trunk/; revision=3691
* Pass a config instance into each dep_expand call.Zac Medico2006-06-292-5/+8
| | | | svn path=/main/trunk/; revision=3690
* Pass a config instance into the vardbapi constructor so that it doesn't have ↵Zac Medico2006-06-291-1/+2
| | | | | | to rely on global settings. svn path=/main/trunk/; revision=3689
* Pass a config instance into the vardbapi constructor so that it doesn't have ↵Zac Medico2006-06-291-3/+6
| | | | | | to rely on global settings. svn path=/main/trunk/; revision=3688
* Update symlinks in during package moves for bug #138394.Zac Medico2006-06-281-0/+26
| | | | svn path=/main/trunk/; revision=3687
* To simplify code, use startswith() instead of slices.Zac Medico2006-06-281-3/+3
| | | | svn path=/main/trunk/; revision=3686
* Allow a config instance to be passed into dep_expand so that it doesn't have ↵Zac Medico2006-06-281-2/+3
| | | | | | to rely on global settings. svn path=/main/trunk/; revision=3685
* Allow a config instance to be passed into cpv_expand so that it doesn't have ↵Zac Medico2006-06-281-2/+3
| | | | | | to rely on global settings. svn path=/main/trunk/; revision=3684
* Fix the writemsg noiselevel so that versions are correctly shown even when ↵Zac Medico2006-06-281-3/+5
| | | | | | --quiet is enabled. svn path=/main/trunk/; revision=3683
* Add a missing space in the unmerge output that was reported by vapier.Zac Medico2006-06-281-2/+2
| | | | svn path=/main/trunk/; revision=3682
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-282-7/+10
| | | | svn path=/main/trunk/; revision=3681
* Set WARN=red to so that warnings appear red, as they always have.Zac Medico2006-06-281-1/+1
| | | | svn path=/main/trunk/; revision=3680
* readd Rev to portage.py for proper svn revisions in portage.versionAlec Warner2006-06-281-1/+1
| | | | svn path=/main/trunk/; revision=3679
* Remove unnecessary --quiet check since writemsg handles that already.Zac Medico2006-06-271-6/+5
| | | | svn path=/main/trunk/; revision=3678
* Make unmerge() colors more consistent.Zac Medico2006-06-271-2/+5
| | | | svn path=/main/trunk/; revision=3677
* Fix output colors for bug #138259.Zac Medico2006-06-271-13/+14
| | | | svn path=/main/trunk/; revision=3676
* Make sure that variables containing colors pollute the environment for bug ↵Zac Medico2006-06-271-0/+1
| | | | | | #138246. svn path=/main/trunk/; revision=3675
* Fix chk_updated_cfg_files() parameters for bug #138131.Zac Medico2006-06-271-1/+1
| | | | svn path=/main/trunk/; revision=3674
* Fix action_search() parameters for bug #138131.Zac Medico2006-06-271-2/+3
| | | | svn path=/main/trunk/; revision=3673
* Pass an xterm_titles parameter into emergelog() so that it doesn't need any ↵Zac Medico2006-06-271-38/+87
| | | | | | global variables. svn path=/main/trunk/; revision=3672
* When --buildpkg is enabled, merge directly from the uncompressed install ↵Zac Medico2006-06-271-6/+11
| | | | | | image instead of needlessly unpacking the binary package. See bug #138105. svn path=/main/trunk/; revision=3671
* Docstrings galore in the dep resolver. Hoping to get it better documented ↵Alec Warner2006-06-271-22/+58
| | | | | | so it can be tweaked for some of the open bugs against it. 99% of this should be docstrings, make sure I didn't accidentally touch anything in there. svn path=/main/trunk/; revision=3670
* For compatibility with revdep-rebuild, do not allow NOCOLOR=false to ↵Zac Medico2006-06-261-1/+5
| | | | | | override the isatty() check. svn path=/main/trunk/; revision=3669
* Ignore SIGPIPE signals in order to prevent '[Errno 32] Broken pipe' ↵Zac Medico2006-06-261-0/+1
| | | | | | exceptions from being raised when emerge output is being piped. This reverts a behavior change from r3606. svn path=/main/trunk/; revision=3668
* Turn off color automatically when stdout is a pipe, but allow the behavior ↵Zac Medico2006-06-261-0/+3
| | | | | | to be overridden via the NOCOLOR environment variable. svn path=/main/trunk/; revision=3667
* Use the cannonical path of $PORTDIR when transferring metadata so that the ↵Zac Medico2006-06-261-1/+1
| | | | | | _eclasses_ paths are consistent. See bug #137965. svn path=/main/trunk/; revision=3666
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ↵Zac Medico2006-06-262-5/+9
| | | | | | etc... svn path=/main/trunk/; revision=3665
* Ensure that the PORTAGE_DEBUG environment variable has a valid integer value.Zac Medico2006-06-261-6/+23
| | | | svn path=/main/trunk/; revision=3664