summaryrefslogtreecommitdiffstats
path: root/bin
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
* 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
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-131-0/+1
| | | | svn path=/main/trunk/; revision=3506
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur ↵Zac Medico2006-06-131-2/+2
| | | | | | <caglar@pardus.org.tr> for this patch. svn path=/main/trunk/; revision=3505
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
| | | | svn path=/main/trunk/; revision=3501
* Remove pointless closing of stdin that is done prior to metadata transfer ↵Zac Medico2006-06-121-5/+0
| | | | | | (See bug #136404). svn path=/main/trunk/; revision=3499
* removing windows-like senseless confirmation requestsSimon Stelling2006-06-121-3/+0
| | | | svn path=/main/trunk/; revision=3498
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
| | | | svn path=/main/trunk/; revision=3496
* Remove QA warning when files are installed with portage uid/gid for bug #136313.Zac Medico2006-06-101-2/+0
| | | | svn path=/main/trunk/; revision=3488
* Fix LIVEVCS.stable for -* keywordsAlec Warner2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3487
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-1067-67/+67
| | | | svn path=/main/trunk/; revision=3483
* - Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - ↵Ned Ludd2006-06-101-2/+2
| | | | | | Donnie Berkholz spyderous@gentoo.org svn path=/main/trunk/; revision=3481
* Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable ↵Zac Medico2006-06-081-1/+1
| | | | | | for preventing endless exec loops (see bug #135470). Testing shows that this corrects the problem for the libtool ebuild when sed is used to generate ltmain.shT. svn path=/main/trunk/; revision=3475
* Delete incomplete resume data before exiting due to blockers. This prevents ↵Zac Medico2006-06-081-0/+4
| | | | | | a 'mergelist' KeyError from occurring if the user attempts to run `emerge --resume` immediately afterwards. Thanks to axxo for reporting. svn path=/main/trunk/; revision=3471
* Fix getgccversion() logic so that it works properly with eselect compiler ↵Zac Medico2006-06-061-4/+6
| | | | | | for bug #108393. Thanks to eradicator for help with this patch. svn path=/main/trunk/; revision=3463
* Store the original suid bits when suidctl is enabled for bug #135639. ↵Zac Medico2006-06-051-1/+1
| | | | | | Thanks to splite-gentoo@sigint.cs.purdue.edu for this patch. svn path=/main/trunk/; revision=3462
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been ↵Zac Medico2006-06-051-1/+2
| | | | | | thoroughly discussed. svn path=/main/trunk/; revision=3461
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
| | | | svn path=/main/trunk/; revision=3460
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for ↵Zac Medico2006-06-051-45/+16
| | | | | | suggesting this logic. svn path=/main/trunk/; revision=3459
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
| | | | svn path=/main/trunk/; revision=3457
* Restore the old behavior of performing global updates when portage is ↵Zac Medico2006-06-041-0/+2
| | | | | | reloaded after `emerge --sync` for bug #135446. svn path=/main/trunk/; revision=3451
* Fix emerge's overlay display so that it works properly with overlay paths ↵Zac Medico2006-06-031-3/+6
| | | | | | that contain symlinks. This is necessary due to pordbapi's internal use of cannonical paths. Thanks to kevquinn for reporting. svn path=/main/trunk/; revision=3450
* In portageq, catch a KeyError and print a message to stderr. If the ↵Zac Medico2006-06-021-0/+3
| | | | | | KeyError is raised, portageq prints a help message which leads to bug #135278. svn path=/main/trunk/; revision=3449