summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* After sync, reload portage before the metadata transfer so that action_metada...Zac Medico2006-06-291-30/+11
* Replace references to portage.portdb with local references.Zac Medico2006-06-291-26/+30
* Replace references to portage.root with local settings[ROOT].Zac Medico2006-06-291-4/+7
* Replace direct references to portage.db with local references.Zac Medico2006-06-291-23/+21
* Remove reference to global portage.db from validate_merge_list().Zac Medico2006-06-291-6/+6
* Replace direct references to portage.settings with local references.Zac Medico2006-06-291-89/+83
* Pass a vardbapi instance into getportageversion() so that it doesn't have to ...Zac Medico2006-06-291-5/+8
* Pass a config instance into each dep_expand call.Zac Medico2006-06-291-1/+1
* To simplify code, use startswith() instead of slices.Zac Medico2006-06-281-3/+3
* Fix the writemsg noiselevel so that versions are correctly shown even when --...Zac Medico2006-06-281-3/+5
* Add a missing space in the unmerge output that was reported by vapier.Zac Medico2006-06-281-2/+2
* retain current color schema by adding a new color class for unmergingMike Frysinger2006-06-281-6/+6
* Remove unnecessary --quiet check since writemsg handles that already.Zac Medico2006-06-271-6/+5
* Make unmerge() colors more consistent.Zac Medico2006-06-271-2/+5
* Fix output colors for bug #138259.Zac Medico2006-06-271-13/+14
* Make sure that variables containing colors pollute the environment for bug #1...Zac Medico2006-06-271-0/+1
* Fix chk_updated_cfg_files() parameters for bug #138131.Zac Medico2006-06-271-1/+1
* Fix action_search() parameters for bug #138131.Zac Medico2006-06-271-2/+3
* Pass an xterm_titles parameter into emergelog() so that it doesn't need any g...Zac Medico2006-06-271-38/+87
* When --buildpkg is enabled, merge directly from the uncompressed install imag...Zac Medico2006-06-271-6/+11
* Docstrings galore in the dep resolver. Hoping to get it better documented so...Alec Warner2006-06-271-22/+58
* For compatibility with revdep-rebuild, do not allow NOCOLOR=false to override...Zac Medico2006-06-261-1/+5
* Ignore SIGPIPE signals in order to prevent '[Errno 32] Broken pipe' exception...Zac Medico2006-06-261-0/+1
* Turn off color automatically when stdout is a pipe, but allow the behavior to...Zac Medico2006-06-261-0/+3
* Use the cannonical path of $PORTDIR when transferring metadata so that the _e...Zac Medico2006-06-261-1/+1
* Allow /etc/portage/color.map to control colors associated with einfo, ewarn, ...Zac Medico2006-06-261-5/+5
* Ensure that the PORTAGE_DEBUG environment variable has a valid integer value.Zac Medico2006-06-261-6/+23
* Fix a few global variable references and move all the global scope code into ...Zac Medico2006-06-261-9/+11
* Don't run post_emerge() when --pretend is enabled.Zac Medico2006-06-261-3/+5
* Remove direct references to the global mtimedb from chk_updated_info_files().Zac Medico2006-06-261-18/+4
* Remove all direct references to global variables form post_emerge().Zac Medico2006-06-261-18/+19
* Use the PORTAGE_DEBUG environment variable to replace the global scope edebug...Zac Medico2006-06-251-11/+13
* Replace a references to global scope CLEAN_DELAY and EMERGE_WARNING_DELAY wit...Zac Medico2006-06-251-10/+9
* Ensure that CLEAN_DELAY and EMERGE_WARNING_DELAY environment variables contai...Zac Medico2006-06-251-7/+21
* Remove the help() function.Zac Medico2006-06-251-7/+2
* Remove an unused import.Zac Medico2006-06-251-1/+0
* Split the command line argument parsing into a function.Zac Medico2006-06-251-49/+53
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-253-4/+0
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug #...Zac Medico2006-06-241-0/+5
* s/Preform/Perform/ Thanks to exg for reporting.Zac Medico2006-06-241-1/+1
* Remove references to portage.settings from unmerge().Zac Medico2006-06-241-2/+2
* Remove references to portage.root from unmerge().Zac Medico2006-06-241-4/+5
* Remove all direct references to global variables from unmerge().Zac Medico2006-06-241-21/+23
* Remove all direct references to global variables from getlist().Zac Medico2006-06-241-14/+18
* Remove all references to global variables from getportageversion().Zac Medico2006-06-241-8/+12
* Fix getgccversion logic for bug #137786.Zac Medico2006-06-241-5/+5
* Split the --metadata action into a separate function from --sync.Zac Medico2006-06-231-89/+96
* Register emerge exit and signal handlers after parsing options, just before t...Zac Medico2006-06-231-15/+16
* Minor import cleanups.Zac Medico2006-06-231-3/+3
* Ensure that ^C interrupts are handled quietly.Zac Medico2006-06-231-4/+16