summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Force digest generation when assume-digests is enabled but the file size ↵Zac Medico2006-06-171-2/+10
| | | | | | does not match. See bug #137032. svn path=/main/trunk/; revision=3517
* Import missing PermissionDenied class. Thanks to marienz for reporting (and ↵Zac Medico2006-06-161-1/+2
| | | | | | suggesting pyflakes). svn path=/main/trunk/; revision=3516
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patch.Zac Medico2006-06-161-2/+2
| | | | svn path=/main/trunk/; revision=3515
* Only attempt to unmerge the already-installed instance if it actually ↵Zac Medico2006-06-151-5/+6
| | | | | | exists. This patch prevents self.settings.configdict["pkg"] from getting nuked by a call to load_infodir on a nonexistent directory. By preserving configdict["pkg"] here, the CATEGORY is available for the next doebuild call (needed to create log names correctly). svn path=/main/trunk/; revision=3514
* 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
* more fixes to make it sound like I didn't write it at 8:41amAlec Warner2006-06-141-2/+2
| | | | svn path=/main/trunk/; revision=3512
* idiot, use.defaults, not make.defaultsAlec Warner2006-06-141-1/+1
| | | | svn path=/main/trunk/; revision=3511
* Add autouse removal to RELEASE-NOTESAlec Warner2006-06-141-0/+5
| | | | svn path=/main/trunk/; revision=3510
* 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-132-15/+19
| | | | 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
* s/i686-unknown/i686-gentoo/ for bug #136532.Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3504
* Fix a typo from the last revision (octal literals begin with 0).Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3503
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3502
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
| | | | svn path=/main/trunk/; revision=3501
* For more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug ↵Zac Medico2006-06-121-1/+1
| | | | | | #136404). svn path=/main/trunk/; revision=3500
* 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
* add date header for rfc2822 complianceMarius Mauch2006-06-121-2/+3
| | | | svn path=/main/trunk/; revision=3497
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
| | | | svn path=/main/trunk/; revision=3496
* Stack package.mask files in a more logical order as specified in bug #133740.Zac Medico2006-06-121-5/+13
| | | | svn path=/main/trunk/; revision=3495
* Wrap more exceptions in ensure_dirs().Zac Medico2006-06-121-2/+8
| | | | svn path=/main/trunk/; revision=3494
* Wrap more exceptions when applying permissions. Thanks to marienz for ↵Zac Medico2006-06-111-3/+16
| | | | | | reporting. svn path=/main/trunk/; revision=3493
* 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
* override sender on sendmail invocationMarius Mauch2006-06-101-3/+3
| | | | svn path=/main/trunk/; revision=3486
* add code to allow sendmail binaries to be used instead of a smtp connection ↵Marius Mauch2006-06-102-17/+27
| | | | | | for sending mails svn path=/main/trunk/; revision=3485
* refactor elog mail stuff so it's reusable by other tools (like glsa-check)Marius Mauch2006-06-102-57/+97
| | | | svn path=/main/trunk/; revision=3484
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-10109-109/+110
| | | | svn path=/main/trunk/; revision=3483
* Do not unmerge fifo files because, since their mtime is not stored in ↵Zac Medico2006-06-101-5/+1
| | | | | | CONTENTS, we can't be sure if they belong to another package unless we search through all CONTENTS for all installed packages. See bug #136199. svn path=/main/trunk/; revision=3482
* - 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
* I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] ↵v2.1_rc4v2.1_rc3v2.1Zac Medico2006-06-091-1/+1
| | | | | | becomes corrupted and the split has an unexpected number of elements for some reason. svn path=/main/trunk/; revision=3476
* 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
* Break out of the loop asap.Zac Medico2006-06-081-0/+1
| | | | svn path=/main/trunk/; revision=3474
* When an ebuild from overlay fails, display a message indicating which ↵Zac Medico2006-06-081-0/+13
| | | | | | overlay it came from (bug #136031). Thanks to genstef for the initial patch. svn path=/main/trunk/; revision=3473
* Add some documentation for /etc/make.profile/profile.bashrc.Zac Medico2006-06-081-0/+6
| | | | svn path=/main/trunk/; revision=3472