summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Don't register signal handlers during module import because it may override ↵Zac Medico2006-06-221-13/+0
| | | | | | signal hadlers that were registered by the calling code. svn path=/main/trunk/; revision=3606
* mention the use of @ in -s; bug 137565Simon Stelling2006-06-221-3/+5
| | | | svn path=/main/trunk/; revision=3605
* 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
* Simplify PORT_LOGDIR intitialization.Zac Medico2006-06-221-21/+8
| | | | svn path=/main/trunk/; revision=3590
* Prevent and exception when PORT_LOGDIR is an empty string.Zac Medico2006-06-221-2/+5
| | | | svn path=/main/trunk/; revision=3589
* Remove redundant PORT_LOGDIR validation from the config constructor.Zac Medico2006-06-221-4/+0
| | | | svn path=/main/trunk/; revision=3588
* Don't bother to warn when PORT_LOGDIR="".Zac Medico2006-06-221-4/+0
| | | | svn path=/main/trunk/; revision=3587
* Make sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to ↵Zac Medico2006-06-221-2/+4
| | | | | | solar for reporting issues with logs landing in $PWD. svn path=/main/trunk/; revision=3586
* 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
* Make it easy to pass alternative cache implementations into the constructor ↵Zac Medico2006-06-201-1/+2
| | | | | | as suggested by Brian Harring. svn path=/main/trunk/; revision=3547
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
| | | | svn path=/main/trunk/; revision=3546
* Implement get() as part of the standard mapping interface.Zac Medico2006-06-201-0/+6
| | | | svn path=/main/trunk/; revision=3545
* Fix it so that values are properly saved in the writable layer. Previously ↵Zac Medico2006-06-201-1/+3
| | | | | | they've been discarded, leading to regen on each access (only in cases where the user has altered an ebuild in the $PORTDIR). svn path=/main/trunk/; revision=3544
* Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is ↵Zac Medico2006-06-201-1/+2
| | | | | | also related. svn path=/main/trunk/; revision=3543
* To prevent infinite recursion when a lock file has more than 1 hardlink, ↵Zac Medico2006-06-191-1/+1
| | | | | | test for exactly 0 hardlinks before recursing. svn path=/main/trunk/; revision=3540
* make sure that elog entries are also processed in *rm phases and that they ↵Marius Mauch2006-06-191-0/+11
| | | | | | are only processed once svn path=/main/trunk/; revision=3539
* 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
* goodbye tokenizeAlec Warner2006-06-181-46/+0
| | | | svn path=/main/trunk/; revision=3533
* Put bright colors before dark colors for bug #137206. Thanks to Benno ↵Zac Medico2006-06-181-1/+1
| | | | | | Schulenberg <benno@nietvergeten.nl> for this patch. svn path=/main/trunk/; revision=3532
* Add missing sys import found by pyflakes.Zac Medico2006-06-181-1/+1
| | | | svn path=/main/trunk/; revision=3531
* fix typoMarius Mauch2006-06-181-1/+1
| | | | svn path=/main/trunk/; revision=3530
* get rid of quotes in outputMike Frysinger2006-06-181-2/+2
| | | | svn path=/main/trunk/; revision=3528
* Prevent repoman frm using /etc/portage/package.mask. This is a regression ↵Zac Medico2006-06-181-3/+7
| | | | | | in 2.1.1_pre1 from svn r3495. See bug #133740. Thanks to sekretarz for reporting this issue. svn path=/main/trunk/; revision=3527
* 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-172-0/+4
| | | | svn path=/main/trunk/; revision=3524
* Benno Schulenberg writes in #136818: tweak --nocolor descriptionMike Frysinger2006-06-171-1/+1
| | | | svn path=/main/trunk/; revision=3523
* Benno Schulenberg writes in #136818: tweak the description of --infoMike Frysinger2006-06-171-2/+2
| | | | svn path=/main/trunk/; revision=3522
* Benno Schulenberg writes in #136818: make the style of the --pretend letter ↵Mike Frysinger2006-06-171-8/+8
| | | | | | descriptions uniform svn path=/main/trunk/; revision=3521
* Benno Schulenberg writes in #136818: put the --config action in its ↵Mike Frysinger2006-06-171-5/+5
| | | | | | alphabetical place while adjusting the words and spaces a little. svn path=/main/trunk/; revision=3520
* line wrap to 80 colsMike Frysinger2006-06-171-12/+18
| | | | svn path=/main/trunk/; revision=3519
* Benno Schulenberg writes in #136818: changes the wording of the "set" ↵Mike Frysinger2006-06-171-4/+4
| | | | | | parameter to be similar to its neighbours. svn path=/main/trunk/; revision=3518