summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shift all global scope code to the bottom.Zac Medico2006-06-231-298/+302
* Fix extra imports and undefined variable found by pyflakes.Zac Medico2006-06-231-2/+2
* Fix error handling for getlist().Zac Medico2006-06-231-12/+8
* Do not import * for cooperation with pyflakes.Zac Medico2006-06-231-2/+4
* Use secpass to determine whether emergelog exceptions should be ignored.Zac Medico2006-06-231-3/+3
* Remove unnecessary "myaction" parameter from the depgraph constructor.Zac Medico2006-06-231-5/+4
* Pass relevant global variables as parameters to action_* functions.Zac Medico2006-06-231-12/+12
* Document "deep" and remove unused "params" variable.Zac Medico2006-06-231-1/+1
* Remove unused "merged" variable.Zac Medico2006-06-231-2/+0
* Simplify permission logic for emerge.log.Zac Medico2006-06-221-7/+5
* Move the creation of depgraph params from global scope to a function.Zac Medico2006-06-221-34/+39
* Fix a broken reference to syslist and remove two extras.Zac Medico2006-06-221-3/+1
* Move emerge's default action code from global scope to a function.Zac Medico2006-06-221-26/+30
* Fix missing global "syslist" from r3594.Zac Medico2006-06-221-1/+1
* Move the --depclean code from global scope to a function.Zac Medico2006-06-221-23/+25
* Move the --search code from global scope to a function.Zac Medico2006-06-221-13/+16
* Move the --info code from global scope to a function.Zac Medico2006-06-221-13/+16
* Fix a collision with a previous variable named "p".Zac Medico2006-06-221-2/+3
* Move the --config code from global scope to a function.Zac Medico2006-06-221-9/+12
* Move the --regen code from global scope to a function.Zac Medico2006-06-221-6/+9
* Move the --sync and --metadata code from global scope to a function.Zac Medico2006-06-221-5/+7
* Remove most direct references to global variables from emerge's depgraph class.Zac Medico2006-06-221-171/+264
* Remove unused "olddbapi" variable.Zac Medico2006-06-221-2/+0
* Remove all global variables from emerge's search class.Zac Medico2006-06-221-20/+32
* Encapsulate emerge's spinner into an object.Zac Medico2006-06-221-53/+57
* By popular demand (including releng), revert the unmerge behavior change from...Zac Medico2006-06-211-9/+9
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177.Zac Medico2006-06-191-10/+12
* - do not complain about redundant use of pretend and verbose flagsNed Ludd2006-06-191-2/+3
* Overwrite the existing fetch log so that it only contains the most recent fetch.Zac Medico2006-06-181-1/+1
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's need...Zac Medico2006-06-171-3/+8
* Make sure that doebuild gets the correct CATEGORY. See bug #137105.Zac Medico2006-06-171-0/+2
* When --debug is enabled, do not raise a ValueError for unresolved dependencie...Zac Medico2006-06-151-2/+0
* Give a useful error message when a dependency has an ambiguous atom due to th...Zac Medico2006-06-141-17/+36
* Remove pointless closing of stdin that is done prior to metadata transfer (Se...Zac Medico2006-06-121-5/+0
* removing windows-like senseless confirmation requestsSimon Stelling2006-06-121-3/+0
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Delete incomplete resume data before exiting due to blockers. This prevents ...Zac Medico2006-06-081-0/+4
* Fix getgccversion() logic so that it works properly with eselect compiler for...Zac Medico2006-06-061-4/+6
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...Zac Medico2006-06-051-45/+16
* Restore the old behavior of performing global updates when portage is reloade...Zac Medico2006-06-041-0/+2