summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug ↵Zac Medico2006-06-241-0/+5
| | | | | | #137864. svn path=/main/trunk/; revision=3646
* s/Preform/Perform/ Thanks to exg for reporting.Zac Medico2006-06-241-1/+1
| | | | svn path=/main/trunk/; revision=3642
* Remove references to portage.settings from unmerge().Zac Medico2006-06-241-2/+2
| | | | svn path=/main/trunk/; revision=3638
* Remove references to portage.root from unmerge().Zac Medico2006-06-241-4/+5
| | | | svn path=/main/trunk/; revision=3637
* Remove all direct references to global variables from unmerge().Zac Medico2006-06-241-21/+23
| | | | svn path=/main/trunk/; revision=3635
* Remove all direct references to global variables from getlist().Zac Medico2006-06-241-14/+18
| | | | svn path=/main/trunk/; revision=3634
* Remove all references to global variables from getportageversion().Zac Medico2006-06-241-8/+12
| | | | svn path=/main/trunk/; revision=3633
* Fix getgccversion logic for bug #137786.Zac Medico2006-06-241-5/+5
| | | | svn path=/main/trunk/; revision=3632
* Split the --metadata action into a separate function from --sync.Zac Medico2006-06-231-89/+96
| | | | svn path=/main/trunk/; revision=3628
* Register emerge exit and signal handlers after parsing options, just before ↵Zac Medico2006-06-231-15/+16
| | | | | | the action phase. svn path=/main/trunk/; revision=3627
* Minor import cleanups.Zac Medico2006-06-231-3/+3
| | | | svn path=/main/trunk/; revision=3626
* Ensure that ^C interrupts are handled quietly.Zac Medico2006-06-231-4/+16
| | | | svn path=/main/trunk/; revision=3625
* Shift all global scope code to the bottom.Zac Medico2006-06-231-298/+302
| | | | svn path=/main/trunk/; revision=3624
* Fix extra imports and undefined variable found by pyflakes.Zac Medico2006-06-231-2/+2
| | | | svn path=/main/trunk/; revision=3623
* Fix error handling for getlist().Zac Medico2006-06-231-12/+8
| | | | svn path=/main/trunk/; revision=3622
* Do not import * for cooperation with pyflakes.Zac Medico2006-06-231-2/+4
| | | | svn path=/main/trunk/; revision=3620
* Use secpass to determine whether emergelog exceptions should be ignored.Zac Medico2006-06-231-3/+3
| | | | svn path=/main/trunk/; revision=3619
* Remove unnecessary "myaction" parameter from the depgraph constructor.Zac Medico2006-06-231-5/+4
| | | | svn path=/main/trunk/; revision=3618
* Pass relevant global variables as parameters to action_* functions.Zac Medico2006-06-231-12/+12
| | | | svn path=/main/trunk/; revision=3617
* Document "deep" and remove unused "params" variable.Zac Medico2006-06-231-1/+1
| | | | svn path=/main/trunk/; revision=3616
* Remove unused "merged" variable.Zac Medico2006-06-231-2/+0
| | | | svn path=/main/trunk/; revision=3615
* Use portage_exec.find_binary since "which" always returns 0 status on ↵Zac Medico2006-06-221-6/+8
| | | | | | darwin. Thanks to exg for reporting. svn path=/main/trunk/; revision=3610
* Simplify permission logic for emerge.log.Zac Medico2006-06-221-7/+5
| | | | svn path=/main/trunk/; revision=3609
* Move the creation of depgraph params from global scope to a function.Zac Medico2006-06-221-34/+39
| | | | svn path=/main/trunk/; revision=3608
* As suggested by exg, include the einfon code inside einfo instead of using ↵Zac Medico2006-06-221-6/+4
| | | | | | the FUNCNAME hack (FUNCNAME only works with >=bash-3.0). svn path=/main/trunk/; revision=3607
* Fix a broken reference to syslist and remove two extras.Zac Medico2006-06-221-3/+1
| | | | svn path=/main/trunk/; revision=3604
* Move emerge's default action code from global scope to a function.Zac Medico2006-06-221-26/+30
| | | | svn path=/main/trunk/; revision=3603
* Fix missing global "syslist" from r3594.Zac Medico2006-06-221-1/+1
| | | | svn path=/main/trunk/; revision=3602
* Move the --depclean code from global scope to a function.Zac Medico2006-06-221-23/+25
| | | | svn path=/main/trunk/; revision=3601
* Move the --search code from global scope to a function.Zac Medico2006-06-221-13/+16
| | | | svn path=/main/trunk/; revision=3600
* Move the --info code from global scope to a function.Zac Medico2006-06-221-13/+16
| | | | svn path=/main/trunk/; revision=3599
* Fix a collision with a previous variable named "p".Zac Medico2006-06-221-2/+3
| | | | svn path=/main/trunk/; revision=3598
* Move the --config code from global scope to a function.Zac Medico2006-06-221-9/+12
| | | | svn path=/main/trunk/; revision=3597
* Move the --regen code from global scope to a function.Zac Medico2006-06-221-6/+9
| | | | svn path=/main/trunk/; revision=3596
* Move the --sync and --metadata code from global scope to a function.Zac Medico2006-06-221-5/+7
| | | | svn path=/main/trunk/; revision=3595
* Remove most direct references to global variables from emerge's depgraph class.Zac Medico2006-06-221-171/+264
| | | | svn path=/main/trunk/; revision=3594
* Remove unused "olddbapi" variable.Zac Medico2006-06-221-2/+0
| | | | svn path=/main/trunk/; revision=3593
* Remove all global variables from emerge's search class.Zac Medico2006-06-221-20/+32
| | | | svn path=/main/trunk/; revision=3592
* Encapsulate emerge's spinner into an object.Zac Medico2006-06-221-53/+57
| | | | svn path=/main/trunk/; revision=3591
* By popular demand (including releng), revert the unmerge behavior change ↵Zac Medico2006-06-211-9/+9
| | | | | | from bug #118515 (r3186). svn path=/main/trunk/; revision=3548
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177.Zac Medico2006-06-191-10/+12
| | | | svn path=/main/trunk/; revision=3537
* - do not complain about redundant use of pretend and verbose flagsNed Ludd2006-06-191-2/+3
| | | | svn path=/main/trunk/; revision=3534
* get rid of quotes in outputMike Frysinger2006-06-181-2/+2
| | | | svn path=/main/trunk/; revision=3528
* Overwrite the existing fetch log so that it only contains the most recent fetch.Zac Medico2006-06-181-1/+1
| | | | svn path=/main/trunk/; revision=3526
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's ↵Zac Medico2006-06-171-3/+8
| | | | | | needed. See bug #137105. svn path=/main/trunk/; revision=3525
* Make sure that doebuild gets the correct CATEGORY. See bug #137105.Zac Medico2006-06-171-0/+2
| | | | svn path=/main/trunk/; revision=3524
* When --debug is enabled, do not raise a ValueError for unresolved ↵Zac Medico2006-06-151-2/+0
| | | | | | dependencies. See bug #126793. svn path=/main/trunk/; revision=3513
* Give a useful error message when a dependency has an ambiguous atom due to ↵Zac Medico2006-06-141-17/+36
| | | | | | the category being unspecified. See bug #123677. svn path=/main/trunk/; revision=3509
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should ↵Zac Medico2006-06-131-14/+14
| | | | | | be over to override the profile env. svn path=/main/trunk/; revision=3508
* fix path to ebuild for dsd, bug # 135705Alec Warner2006-06-131-2/+2
| | | | svn path=/main/trunk/; revision=3507