portage.git
18 years agoBy popular demand (including releng), revert the unmerge behavior change from bug...
Zac Medico [Wed, 21 Jun 2006 00:43:50 +0000 (00:43 -0000)]
By popular demand (including releng), revert the unmerge behavior change from bug #118515 (r3186).

svn path=/main/trunk/; revision=3548

18 years agoMake it easy to pass alternative cache implementations into the constructor as sugges...
Zac Medico [Tue, 20 Jun 2006 22:51:00 +0000 (22:51 -0000)]
Make it easy to pass alternative cache implementations into the constructor as suggested by Brian Harring.

svn path=/main/trunk/; revision=3547

18 years agoUse get() to simplify setitem logic as suggested by Brian Harring.
Zac Medico [Tue, 20 Jun 2006 22:39:50 +0000 (22:39 -0000)]
Use get() to simplify setitem logic as suggested by Brian Harring.

svn path=/main/trunk/; revision=3546

18 years agoImplement get() as part of the standard mapping interface.
Zac Medico [Tue, 20 Jun 2006 22:23:10 +0000 (22:23 -0000)]
Implement get() as part of the standard mapping interface.

svn path=/main/trunk/; revision=3545

18 years agoFix it so that values are properly saved in the writable layer. Previously they...
Zac Medico [Tue, 20 Jun 2006 21:55:42 +0000 (21:55 -0000)]
Fix it so that values are properly saved in the writable layer.  Previously 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

18 years agoUse wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is also related.
Zac Medico [Tue, 20 Jun 2006 18:28:11 +0000 (18:28 -0000)]
Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is also related.

svn path=/main/trunk/; revision=3543

18 years agoTo prevent infinite recursion when a lock file has more than 1 hardlink, test for...
Zac Medico [Mon, 19 Jun 2006 21:28:07 +0000 (21:28 -0000)]
To prevent infinite recursion when a lock file has more than 1 hardlink, test for exactly 0 hardlinks before recursing.

svn path=/main/trunk/; revision=3540

18 years agomake sure that elog entries are also processed in *rm phases and that they are only...
Marius Mauch [Mon, 19 Jun 2006 18:15:56 +0000 (18:15 -0000)]
make sure that elog entries are also processed in *rm phases and that they are only processed once

svn path=/main/trunk/; revision=3539

18 years agoSave timestamp.chk even when metadata-transfer is disabled for bug #137177.
Zac Medico [Mon, 19 Jun 2006 03:09:02 +0000 (03:09 -0000)]
Save timestamp.chk even when metadata-transfer is disabled for bug #137177.

svn path=/main/trunk/; revision=3537

18 years ago- do not complain about redundant use of pretend and verbose flags
Ned Ludd [Mon, 19 Jun 2006 01:37:30 +0000 (01:37 -0000)]
- do not complain about redundant use of pretend and verbose flags

svn path=/main/trunk/; revision=3534

18 years agogoodbye tokenize
Alec Warner [Sun, 18 Jun 2006 23:42:29 +0000 (23:42 -0000)]
goodbye tokenize

svn path=/main/trunk/; revision=3533

18 years agoPut bright colors before dark colors for bug #137206. Thanks to Benno Schulenberg...
Zac Medico [Sun, 18 Jun 2006 22:40:56 +0000 (22:40 -0000)]
Put bright colors before dark colors for bug #137206.  Thanks to Benno Schulenberg <benno@nietvergeten.nl> for this patch.

svn path=/main/trunk/; revision=3532

18 years agoAdd missing sys import found by pyflakes.
Zac Medico [Sun, 18 Jun 2006 21:22:06 +0000 (21:22 -0000)]
Add missing sys import found by pyflakes.

svn path=/main/trunk/; revision=3531

18 years agofix typo
Marius Mauch [Sun, 18 Jun 2006 21:13:19 +0000 (21:13 -0000)]
fix typo

svn path=/main/trunk/; revision=3530

18 years agoget rid of quotes in output
Mike Frysinger [Sun, 18 Jun 2006 16:43:50 +0000 (16:43 -0000)]
get rid of quotes in output

svn path=/main/trunk/; revision=3528

18 years agoPrevent repoman frm using /etc/portage/package.mask. This is a regression in 2.1...
Zac Medico [Sun, 18 Jun 2006 03:12:05 +0000 (03:12 -0000)]
Prevent repoman frm using /etc/portage/package.mask.  This is a regression in 2.1.1_pre1 from svn r3495.  See bug #133740.  Thanks to sekretarz for reporting this issue.

svn path=/main/trunk/; revision=3527

18 years agoOverwrite the existing fetch log so that it only contains the most recent fetch.
Zac Medico [Sun, 18 Jun 2006 00:43:28 +0000 (00:43 -0000)]
Overwrite the existing fetch log so that it only contains the most recent fetch.

svn path=/main/trunk/; revision=3526

18 years agoLog parallel-fetch output to /var/log/emerge-fetch.log just in case it's needed....
Zac Medico [Sat, 17 Jun 2006 23:30:01 +0000 (23:30 -0000)]
Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's needed.  See bug #137105.

svn path=/main/trunk/; revision=3525

18 years agoMake sure that doebuild gets the correct CATEGORY. See bug #137105.
Zac Medico [Sat, 17 Jun 2006 23:18:12 +0000 (23:18 -0000)]
Make sure that doebuild gets the correct CATEGORY.  See bug #137105.

svn path=/main/trunk/; revision=3524

18 years agoBenno Schulenberg writes in #136818: tweak --nocolor description
Mike Frysinger [Sat, 17 Jun 2006 21:50:31 +0000 (21:50 -0000)]
Benno Schulenberg writes in #136818: tweak --nocolor description

svn path=/main/trunk/; revision=3523

18 years agoBenno Schulenberg writes in #136818: tweak the description of --info
Mike Frysinger [Sat, 17 Jun 2006 21:49:36 +0000 (21:49 -0000)]
Benno Schulenberg writes in #136818: tweak the description of --info

svn path=/main/trunk/; revision=3522

18 years agoBenno Schulenberg writes in #136818: make the style of the --pretend letter descripti...
Mike Frysinger [Sat, 17 Jun 2006 21:47:34 +0000 (21:47 -0000)]
Benno Schulenberg writes in #136818: make the style of the --pretend letter descriptions uniform

svn path=/main/trunk/; revision=3521

18 years agoBenno Schulenberg writes in #136818: put the --config action in its alphabetical...
Mike Frysinger [Sat, 17 Jun 2006 21:43:42 +0000 (21:43 -0000)]
Benno Schulenberg writes in #136818: put the --config action in its alphabetical place while adjusting the words and spaces a little.

svn path=/main/trunk/; revision=3520

18 years agoline wrap to 80 cols
Mike Frysinger [Sat, 17 Jun 2006 21:41:26 +0000 (21:41 -0000)]
line wrap to 80 cols

svn path=/main/trunk/; revision=3519

18 years agoBenno Schulenberg writes in #136818: changes the wording of the "set" parameter to...
Mike Frysinger [Sat, 17 Jun 2006 21:39:49 +0000 (21:39 -0000)]
Benno Schulenberg writes in #136818: changes the wording of the "set" parameter to be similar to its neighbours.

svn path=/main/trunk/; revision=3518

18 years agoForce digest generation when assume-digests is enabled but the file size does not...
Zac Medico [Sat, 17 Jun 2006 15:56:09 +0000 (15:56 -0000)]
Force digest generation when assume-digests is enabled but the file size does not match.  See bug #137032.

svn path=/main/trunk/; revision=3517

18 years agoImport missing PermissionDenied class. Thanks to marienz for reporting (and suggesti...
Zac Medico [Fri, 16 Jun 2006 20:13:16 +0000 (20:13 -0000)]
Import missing PermissionDenied class.  Thanks to marienz for reporting (and suggesting pyflakes).

svn path=/main/trunk/; revision=3516

18 years agoFix checksum error messages for bug #136947. Thanks to truedfx for this patch.
Zac Medico [Fri, 16 Jun 2006 06:10:28 +0000 (06:10 -0000)]
Fix checksum error messages for bug #136947.  Thanks to truedfx for this patch.

svn path=/main/trunk/; revision=3515

18 years agoOnly attempt to unmerge the already-installed instance if it actually exists. This...
Zac Medico [Thu, 15 Jun 2006 23:10:43 +0000 (23:10 -0000)]
Only attempt to unmerge the already-installed instance if it actually 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

18 years agoWhen --debug is enabled, do not raise a ValueError for unresolved dependencies. ...
Zac Medico [Thu, 15 Jun 2006 16:19:54 +0000 (16:19 -0000)]
When --debug is enabled, do not raise a ValueError for unresolved dependencies.  See bug #126793.

svn path=/main/trunk/; revision=3513

18 years agomore fixes to make it sound like I didn't write it at 8:41am
Alec Warner [Wed, 14 Jun 2006 12:42:31 +0000 (12:42 -0000)]
more fixes to make it sound like I didn't write it at 8:41am

svn path=/main/trunk/; revision=3512

18 years agoidiot, use.defaults, not make.defaults
Alec Warner [Wed, 14 Jun 2006 12:41:33 +0000 (12:41 -0000)]
idiot, use.defaults, not make.defaults

svn path=/main/trunk/; revision=3511

18 years agoAdd autouse removal to RELEASE-NOTES
Alec Warner [Wed, 14 Jun 2006 12:35:46 +0000 (12:35 -0000)]
Add autouse removal to RELEASE-NOTES

svn path=/main/trunk/; revision=3510

18 years agoGive a useful error message when a dependency has an ambiguous atom due to the catego...
Zac Medico [Wed, 14 Jun 2006 10:08:51 +0000 (10:08 -0000)]
Give a useful error message when a dependency has an ambiguous atom due to the category being unspecified.  See bug #123677.

svn path=/main/trunk/; revision=3509

18 years agoSource /etc/portage/bashrc after the profile.bashrcs, since user env should be over...
Zac Medico [Tue, 13 Jun 2006 23:30:33 +0000 (23:30 -0000)]
Source /etc/portage/bashrc after the profile.bashrcs, since user env should be over to override the profile env.

svn path=/main/trunk/; revision=3508

18 years agofix path to ebuild for dsd, bug # 135705
Alec Warner [Tue, 13 Jun 2006 20:46:25 +0000 (20:46 -0000)]
fix path to ebuild for dsd, bug # 135705

svn path=/main/trunk/; revision=3507

18 years agoFix generation of ebuild log file names for bug #136285.
Zac Medico [Tue, 13 Jun 2006 19:55:03 +0000 (19:55 -0000)]
Fix generation of ebuild log file names for bug #136285.

svn path=/main/trunk/; revision=3506

18 years agoFix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus.org...
Zac Medico [Tue, 13 Jun 2006 04:21:01 +0000 (04:21 -0000)]
Fix signal handling for bug #96331.  Thanks to S. Caglar Onur <caglar@pardus.org.tr> for this patch.

svn path=/main/trunk/; revision=3505

18 years agos/i686-unknown/i686-gentoo/ for bug #136532.
Zac Medico [Tue, 13 Jun 2006 03:50:27 +0000 (03:50 -0000)]
s/i686-unknown/i686-gentoo/ for bug #136532.

svn path=/main/trunk/; revision=3504

18 years agoFix a typo from the last revision (octal literals begin with 0).
Zac Medico [Tue, 13 Jun 2006 00:20:02 +0000 (00:20 -0000)]
Fix a typo from the last revision (octal literals begin with 0).

svn path=/main/trunk/; revision=3503

18 years agoToggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.
Zac Medico [Tue, 13 Jun 2006 00:06:32 +0000 (00:06 -0000)]
Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.

svn path=/main/trunk/; revision=3502

18 years agoPrevent extra newlines in elog for einfo invocations. See bug #136208.
Zac Medico [Mon, 12 Jun 2006 23:22:05 +0000 (23:22 -0000)]
Prevent extra newlines in elog for einfo invocations. See bug #136208.

svn path=/main/trunk/; revision=3501

18 years agoFor more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug #136404).
Zac Medico [Mon, 12 Jun 2006 19:06:02 +0000 (19:06 -0000)]
For more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug #136404).

svn path=/main/trunk/; revision=3500

18 years agoRemove pointless closing of stdin that is done prior to metadata transfer (See bug...
Zac Medico [Mon, 12 Jun 2006 18:24:17 +0000 (18:24 -0000)]
Remove pointless closing of stdin that is done prior to metadata transfer (See bug #136404).

svn path=/main/trunk/; revision=3499

18 years agoremoving windows-like senseless confirmation requests
Simon Stelling [Mon, 12 Jun 2006 17:33:17 +0000 (17:33 -0000)]
removing windows-like senseless confirmation requests

svn path=/main/trunk/; revision=3498

18 years agoadd date header for rfc2822 compliance
Marius Mauch [Mon, 12 Jun 2006 15:57:22 +0000 (15:57 -0000)]
add date header for rfc2822 compliance

svn path=/main/trunk/; revision=3497

18 years agoReplace --include-masked with an inverse --ignore-masked option for bug #85576.
Zac Medico [Mon, 12 Jun 2006 03:51:39 +0000 (03:51 -0000)]
Replace --include-masked with an inverse --ignore-masked option for bug #85576.

svn path=/main/trunk/; revision=3496

18 years agoStack package.mask files in a more logical order as specified in bug #133740.
Zac Medico [Mon, 12 Jun 2006 02:46:37 +0000 (02:46 -0000)]
Stack package.mask files in a more logical order as specified in bug #133740.

svn path=/main/trunk/; revision=3495

18 years agoWrap more exceptions in ensure_dirs().
Zac Medico [Mon, 12 Jun 2006 00:13:46 +0000 (00:13 -0000)]
Wrap more exceptions in ensure_dirs().

svn path=/main/trunk/; revision=3494

18 years agoWrap more exceptions when applying permissions. Thanks to marienz for reporting.
Zac Medico [Sun, 11 Jun 2006 23:51:21 +0000 (23:51 -0000)]
Wrap more exceptions when applying permissions.  Thanks to marienz for reporting.

svn path=/main/trunk/; revision=3493

18 years agoRemove QA warning when files are installed with portage uid/gid for bug #136313.
Zac Medico [Sat, 10 Jun 2006 23:03:55 +0000 (23:03 -0000)]
Remove QA warning when files are installed with portage uid/gid for bug #136313.

svn path=/main/trunk/; revision=3488

18 years agoFix LIVEVCS.stable for -* keywords
Alec Warner [Sat, 10 Jun 2006 22:54:44 +0000 (22:54 -0000)]
Fix LIVEVCS.stable for -* keywords

svn path=/main/trunk/; revision=3487

18 years agooverride sender on sendmail invocation
Marius Mauch [Sat, 10 Jun 2006 22:50:20 +0000 (22:50 -0000)]
override sender on sendmail invocation

svn path=/main/trunk/; revision=3486

18 years agoadd code to allow sendmail binaries to be used instead of a smtp connection for sendi...
Marius Mauch [Sat, 10 Jun 2006 22:43:29 +0000 (22:43 -0000)]
add code to allow sendmail binaries to be used instead of a smtp connection for sending mails

svn path=/main/trunk/; revision=3485

18 years agorefactor elog mail stuff so it's reusable by other tools (like glsa-check)
Marius Mauch [Sat, 10 Jun 2006 22:38:44 +0000 (22:38 -0000)]
refactor elog mail stuff so it's reusable by other tools (like glsa-check)

svn path=/main/trunk/; revision=3484

18 years agomake elog mail module always set the 'From' header for rfc2822 compliance
Marius Mauch [Sat, 10 Jun 2006 21:40:40 +0000 (21:40 -0000)]
make elog mail module always set the 'From' header for rfc2822 compliance

svn path=/main/trunk/; revision=3483

18 years agoDo not unmerge fifo files because, since their mtime is not stored in CONTENTS, we...
Zac Medico [Sat, 10 Jun 2006 05:06:35 +0000 (05:06 -0000)]
Do not unmerge fifo files because, since their mtime is not stored in 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

18 years ago- Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donnie Berkh...
Ned Ludd [Sat, 10 Jun 2006 00:25:42 +0000 (00:25 -0000)]
- Bug 136236 misc-functions.sh fails to always honor RESTRICT=stricter - Donnie Berkholz spyderous@gentoo.org

svn path=/main/trunk/; revision=3481

18 years agoI meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] becomes... v2.1 v2.1_rc3 v2.1_rc4
Zac Medico [Fri, 9 Jun 2006 09:06:36 +0000 (09:06 -0000)]
I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] becomes corrupted and the split has an unexpected number of elements for some reason.

svn path=/main/trunk/; revision=3476

18 years agoUse ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for prevent...
Zac Medico [Thu, 8 Jun 2006 22:10:20 +0000 (22:10 -0000)]
Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable 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

18 years agoBreak out of the loop asap.
Zac Medico [Thu, 8 Jun 2006 16:56:19 +0000 (16:56 -0000)]
Break out of the loop asap.

svn path=/main/trunk/; revision=3474

18 years agoWhen an ebuild from overlay fails, display a message indicating which overlay it...
Zac Medico [Thu, 8 Jun 2006 16:15:09 +0000 (16:15 -0000)]
When an ebuild from overlay fails, display a message indicating which overlay it came from (bug #136031).  Thanks to genstef for the initial patch.

svn path=/main/trunk/; revision=3473

18 years agoAdd some documentation for /etc/make.profile/profile.bashrc.
Zac Medico [Thu, 8 Jun 2006 15:15:27 +0000 (15:15 -0000)]
Add some documentation for /etc/make.profile/profile.bashrc.

svn path=/main/trunk/; revision=3472

18 years agoDelete incomplete resume data before exiting due to blockers. This prevents a 'merge...
Zac Medico [Thu, 8 Jun 2006 13:57:03 +0000 (13:57 -0000)]
Delete incomplete resume data before exiting due to blockers.  This prevents 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

18 years agoMove hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__getitem__...
Zac Medico [Thu, 8 Jun 2006 13:26:55 +0000 (13:26 -0000)]
Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__getitem__() to make.globals.  Thanks to pauldv for reporting.

svn path=/main/trunk/; revision=3470

18 years agoRevert r3468 because this type of functionality belongs in profile.bashrc or an eclass.
Zac Medico [Thu, 8 Jun 2006 12:25:41 +0000 (12:25 -0000)]
Revert r3468 because this type of functionality belongs in profile.bashrc or an eclass.

svn path=/main/trunk/; revision=3469

18 years agosupport for FEATURES=debug-build
Mike Frysinger [Wed, 7 Jun 2006 13:20:42 +0000 (13:20 -0000)]
support for FEATURES=debug-build

svn path=/main/trunk/; revision=3468

18 years agoCall the bogus lchown() once so that the warning is seen asap.
Zac Medico [Wed, 7 Jun 2006 12:49:22 +0000 (12:49 -0000)]
Call the bogus lchown() once so that the warning is seen asap.

svn path=/main/trunk/; revision=3467

18 years agoIf lchown is unavailable for some unexpected reason, make all lchown calls print...
Zac Medico [Wed, 7 Jun 2006 12:39:52 +0000 (12:39 -0000)]
If lchown is unavailable for some unexpected reason, make all lchown calls print a warning message (bug #135398).

svn path=/main/trunk/; revision=3466

18 years agoAlso bump the counter for the "merge" phase since it calls spawnebuild (bug #135856).
Zac Medico [Wed, 7 Jun 2006 11:53:30 +0000 (11:53 -0000)]
Also bump the counter for the "merge" phase since it calls spawnebuild (bug #135856).

svn path=/main/trunk/; revision=3465

18 years agoMake sure that each new build attempt gets it's own unique log file for bug #135856.
Zac Medico [Wed, 7 Jun 2006 10:32:28 +0000 (10:32 -0000)]
Make sure that each new build attempt gets it's own unique log file for bug #135856.

svn path=/main/trunk/; revision=3464

18 years agoFix getgccversion() logic so that it works properly with eselect compiler for bug...
Zac Medico [Tue, 6 Jun 2006 04:10:33 +0000 (04:10 -0000)]
Fix getgccversion() logic so that it works properly with eselect compiler for bug #108393. Thanks to eradicator for help with this patch.

svn path=/main/trunk/; revision=3463

18 years agoStore the original suid bits when suidctl is enabled for bug #135639. Thanks to...
Zac Medico [Mon, 5 Jun 2006 17:16:29 +0000 (17:16 -0000)]
Store the original suid bits when suidctl is enabled for bug #135639.  Thanks to splite-gentoo@sigint.cs.purdue.edu for this patch.

svn path=/main/trunk/; revision=3462

18 years agoPut LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoroughly...
Zac Medico [Mon, 5 Jun 2006 07:59:31 +0000 (07:59 -0000)]
Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoroughly discussed.

svn path=/main/trunk/; revision=3461

18 years agoAdd python 2.3 compatibility code for the set builtin.
Zac Medico [Mon, 5 Jun 2006 07:43:43 +0000 (07:43 -0000)]
Add python 2.3 compatibility code for the set builtin.

svn path=/main/trunk/; revision=3460

18 years agoFix getgccversion() logic for bug #108393. Thanks to eradicator for suggesting this...
Zac Medico [Mon, 5 Jun 2006 05:51:58 +0000 (05:51 -0000)]
Fix getgccversion() logic for bug #108393.  Thanks to eradicator for suggesting this logic.

svn path=/main/trunk/; revision=3459

18 years agoadd LIVEVCS.stable to man repoman
Alec Warner [Sun, 4 Jun 2006 19:49:17 +0000 (19:49 -0000)]
add LIVEVCS.stable to man repoman

svn path=/main/trunk/; revision=3458

18 years agoAdd live VCS check to repoman, fix misspelling
Alec Warner [Sun, 4 Jun 2006 19:48:39 +0000 (19:48 -0000)]
Add live VCS check to repoman, fix misspelling

svn path=/main/trunk/; revision=3457

18 years agoWhen generating digests, print a digest.assumed QA warning if necessary in order...
Zac Medico [Sun, 4 Jun 2006 15:33:21 +0000 (15:33 -0000)]
When generating digests, print a digest.assumed QA warning if necessary in order to prevent confusion.  Thanks to jakub for suggesting this.

svn path=/main/trunk/; revision=3456

18 years agoRaise a ParseError if the profile has a parent file containing a nonexistant parent.
Zac Medico [Sun, 4 Jun 2006 03:42:40 +0000 (03:42 -0000)]
Raise a ParseError if the profile has a parent file containing a nonexistant parent.

svn path=/main/trunk/; revision=3455

18 years agoRaise a ParseError if the profile has a parent file containing anything other than...
Zac Medico [Sun, 4 Jun 2006 03:29:01 +0000 (03:29 -0000)]
Raise a ParseError if the profile has a parent file containing anything other than 1 parent.

svn path=/main/trunk/; revision=3454

18 years agoRevert lazy loading of autouse because it is both broken and useless.
Zac Medico [Sun, 4 Jun 2006 03:13:16 +0000 (03:13 -0000)]
Revert lazy loading of autouse because it is both broken and useless.

svn path=/main/trunk/; revision=3453

18 years agoEscape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for bug...
Zac Medico [Sun, 4 Jun 2006 00:30:25 +0000 (00:30 -0000)]
Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for bug #135429.

svn path=/main/trunk/; revision=3452

18 years agoRestore the old behavior of performing global updates when portage is reloaded after...
Zac Medico [Sun, 4 Jun 2006 00:09:27 +0000 (00:09 -0000)]
Restore the old behavior of performing global updates when portage is reloaded after `emerge --sync` for bug #135446.

svn path=/main/trunk/; revision=3451

18 years agoFix emerge's overlay display so that it works properly with overlay paths that contai...
Zac Medico [Sat, 3 Jun 2006 19:21:16 +0000 (19:21 -0000)]
Fix emerge's overlay display so that it works properly with overlay paths 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

18 years agoIn portageq, catch a KeyError and print a message to stderr. If the KeyError is...
Zac Medico [Fri, 2 Jun 2006 19:08:59 +0000 (19:08 -0000)]
In portageq, catch a KeyError and print a message to stderr.  If the KeyError is raised, portageq prints a help message which leads to bug #135278.

svn path=/main/trunk/; revision=3449

18 years agoUpdate make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.
Zac Medico [Fri, 2 Jun 2006 09:32:26 +0000 (09:32 -0000)]
Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.

svn path=/main/trunk/; revision=3448

18 years agoFix unpack so that it works with 7z archives for bug #135134. Thanks to Paul Bredbur...
Zac Medico [Thu, 1 Jun 2006 13:46:57 +0000 (13:46 -0000)]
Fix unpack so that it works with 7z archives for bug #135134.  Thanks to Paul Bredbury <brebs@sent.com> for the initial patch.

svn path=/main/trunk/; revision=3447

18 years agoWrap at 80 columns for bug #135132.
Zac Medico [Thu, 1 Jun 2006 11:15:02 +0000 (11:15 -0000)]
Wrap at 80 columns for bug #135132.

svn path=/main/trunk/; revision=3446

18 years agoFix --buildpkgonly so that the "clean" phase is run afterwards. In other cases,...
Zac Medico [Thu, 1 Jun 2006 07:59:03 +0000 (07:59 -0000)]
Fix --buildpkgonly so that the "clean" phase is run afterwards.  In other cases, "clean" is triggered automatically after the package is merged.

svn path=/main/trunk/; revision=3445

18 years agoDocument RESTRICT="confcache" and add a reference econf in the FEATURES="confcache...
Zac Medico [Thu, 1 Jun 2006 06:52:28 +0000 (06:52 -0000)]
Document RESTRICT="confcache" and add a reference econf in the FEATURES="confcache" docs.

svn path=/main/trunk/; revision=3444

18 years agoFix quoting for bug 109739
Alec Warner [Thu, 1 Jun 2006 01:40:30 +0000 (01:40 -0000)]
Fix quoting for bug 109739

svn path=/main/trunk/; revision=3443

18 years agoUse python to lookup the user and group corresponding to PORTAGE_INST_UID and PORTAGE...
Zac Medico [Tue, 30 May 2006 09:10:18 +0000 (09:10 -0000)]
Use python to lookup the user and group corresponding to PORTAGE_INST_UID and PORTAGE_INST_GID since tarsync doesn't support numeric arguments for the user and group.  See bug #134885.

svn path=/main/trunk/; revision=3442

18 years agoAdd some helpful troubleshooting tips to the depclean warning message.
Zac Medico [Tue, 30 May 2006 08:23:16 +0000 (08:23 -0000)]
Add some helpful troubleshooting tips to the depclean warning message.

svn path=/main/trunk/; revision=3441

18 years agoFix prepstrip so that it properly distiguishes between stripped and unstripped binari...
Zac Medico [Tue, 30 May 2006 03:52:27 +0000 (03:52 -0000)]
Fix prepstrip so that it properly distiguishes between stripped and unstripped binaries for bug #133420.  Thanks to robbat2 for this patch.

svn path=/main/trunk/; revision=3440

18 years agoeverybody hates repoman failing on modular X, so make it a warning
Simon Stelling [Mon, 29 May 2006 19:00:04 +0000 (19:00 -0000)]
everybody hates repoman failing on modular X, so make it a warning

svn path=/main/trunk/; revision=3439

18 years agoUse the well know selinux_aux functions for bug #134743.
Zac Medico [Mon, 29 May 2006 11:45:55 +0000 (11:45 -0000)]
Use the well know selinux_aux functions for bug #134743.

svn path=/main/trunk/; revision=3438

18 years agoRevert patch for r3426 for bug 134466 and add warnings to docs.
Zac Medico [Sun, 28 May 2006 23:27:35 +0000 (23:27 -0000)]
Revert patch for r3426 for bug 134466 and add warnings to docs.

svn path=/main/trunk/; revision=3437

18 years agoUpdate the default USE_ORDER setting in the man page. Thanks to jakub for reporting.
Zac Medico [Sun, 28 May 2006 22:32:20 +0000 (22:32 -0000)]
Update the default USE_ORDER setting in the man page.  Thanks to jakub for reporting.

svn path=/main/trunk/; revision=3436

18 years agoUpdate FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 for reporting.
Zac Medico [Sun, 28 May 2006 06:37:39 +0000 (06:37 -0000)]
Update FEATURES docs for 'assume-digests' and 'digest'.  Thanks to robbat2 for reporting.

svn path=/main/trunk/; revision=3434