portage.git
18 years agoMake the COUNTER regeneration logic account for $ROOT as per bug #129054.
Zac Medico [Sat, 24 Jun 2006 20:43:17 +0000 (20:43 -0000)]
Make the COUNTER regeneration logic account for $ROOT as per bug #129054.

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

18 years agoThe mtimedb should not be relative to the target $ROOT because the paths that it...
Zac Medico [Sat, 24 Jun 2006 18:26:40 +0000 (18:26 -0000)]
The mtimedb should not be relative to the target $ROOT because the paths that it contains are currently relative to "/".

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

18 years agos/Preform/Perform/ Thanks to exg for reporting.
Zac Medico [Sat, 24 Jun 2006 18:01:50 +0000 (18:01 -0000)]
s/Preform/Perform/ Thanks to exg for reporting.

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

18 years agoRemove references to portage.settings from unmerge().
Zac Medico [Sat, 24 Jun 2006 07:52:18 +0000 (07:52 -0000)]
Remove references to portage.settings from unmerge().

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

18 years agoRemove references to portage.root from unmerge().
Zac Medico [Sat, 24 Jun 2006 07:47:57 +0000 (07:47 -0000)]
Remove references to portage.root from unmerge().

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

18 years agoPass a config instance into key_expand calls so that it doesn't rely on global settings.
Zac Medico [Sat, 24 Jun 2006 07:31:57 +0000 (07:31 -0000)]
Pass a config instance into key_expand calls so that it doesn't rely on global settings.

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

18 years agoRemove all direct references to global variables from unmerge().
Zac Medico [Sat, 24 Jun 2006 06:51:30 +0000 (06:51 -0000)]
Remove all direct references to global variables from unmerge().

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

18 years agoRemove all direct references to global variables from getlist().
Zac Medico [Sat, 24 Jun 2006 05:14:57 +0000 (05:14 -0000)]
Remove all direct references to global variables from getlist().

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

18 years agoRemove all references to global variables from getportageversion().
Zac Medico [Sat, 24 Jun 2006 04:43:47 +0000 (04:43 -0000)]
Remove all references to global variables from getportageversion().

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

18 years agoFix getgccversion logic for bug #137786.
Zac Medico [Sat, 24 Jun 2006 04:14:38 +0000 (04:14 -0000)]
Fix getgccversion logic for bug #137786.

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

18 years agoRemove the deprectated digestCheckFiles function.
Zac Medico [Sat, 24 Jun 2006 04:03:08 +0000 (04:03 -0000)]
Remove the deprectated digestCheckFiles function.

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

18 years agoRemove a few unused imports.
Zac Medico [Sat, 24 Jun 2006 03:18:49 +0000 (03:18 -0000)]
Remove a few unused imports.

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

18 years agoRemove a few unused imports.
Zac Medico [Sat, 24 Jun 2006 03:12:30 +0000 (03:12 -0000)]
Remove a few unused imports.

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

18 years agoSplit the --metadata action into a separate function from --sync.
Zac Medico [Fri, 23 Jun 2006 11:08:50 +0000 (11:08 -0000)]
Split the --metadata action into a separate function from --sync.

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

18 years agoRegister emerge exit and signal handlers after parsing options, just before the actio...
Zac Medico [Fri, 23 Jun 2006 10:22:59 +0000 (10:22 -0000)]
Register emerge exit and signal handlers after parsing options, just before the action phase.

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

18 years agoMinor import cleanups.
Zac Medico [Fri, 23 Jun 2006 09:59:26 +0000 (09:59 -0000)]
Minor import cleanups.

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

18 years agoEnsure that ^C interrupts are handled quietly.
Zac Medico [Fri, 23 Jun 2006 09:52:30 +0000 (09:52 -0000)]
Ensure that ^C interrupts are handled quietly.

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

18 years agoShift all global scope code to the bottom.
Zac Medico [Fri, 23 Jun 2006 08:50:26 +0000 (08:50 -0000)]
Shift all global scope code to the bottom.

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

18 years agoFix extra imports and undefined variable found by pyflakes.
Zac Medico [Fri, 23 Jun 2006 08:07:13 +0000 (08:07 -0000)]
Fix extra imports and undefined variable found by pyflakes.

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

18 years agoFix error handling for getlist().
Zac Medico [Fri, 23 Jun 2006 08:03:54 +0000 (08:03 -0000)]
Fix error handling for getlist().

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

18 years agoSort filenames for predictable results.
Zac Medico [Fri, 23 Jun 2006 07:29:20 +0000 (07:29 -0000)]
Sort filenames for predictable results.

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

18 years agoDo not import * for cooperation with pyflakes.
Zac Medico [Fri, 23 Jun 2006 06:58:13 +0000 (06:58 -0000)]
Do not import * for cooperation with pyflakes.

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

18 years agoUse secpass to determine whether emergelog exceptions should be ignored.
Zac Medico [Fri, 23 Jun 2006 06:28:27 +0000 (06:28 -0000)]
Use secpass to determine whether emergelog exceptions should be ignored.

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

18 years agoRemove unnecessary "myaction" parameter from the depgraph constructor.
Zac Medico [Fri, 23 Jun 2006 06:14:29 +0000 (06:14 -0000)]
Remove unnecessary "myaction" parameter from the depgraph constructor.

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

18 years agoPass relevant global variables as parameters to action_* functions.
Zac Medico [Fri, 23 Jun 2006 06:09:14 +0000 (06:09 -0000)]
Pass relevant global variables as parameters to action_* functions.

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

18 years agoDocument "deep" and remove unused "params" variable.
Zac Medico [Fri, 23 Jun 2006 05:40:22 +0000 (05:40 -0000)]
Document "deep" and remove unused "params" variable.

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

18 years agoRemove unused "merged" variable.
Zac Medico [Fri, 23 Jun 2006 05:20:38 +0000 (05:20 -0000)]
Remove unused "merged" variable.

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

18 years agoPrevent an inappropriate warning when a repoman user's profile does not support sandb...
Zac Medico [Fri, 23 Jun 2006 04:35:27 +0000 (04:35 -0000)]
Prevent an inappropriate warning when a repoman user's profile does not support sandbox.  Thanks to exg for reporting.

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

18 years agoTest the basename for starting with "." instead of the full path.
Zac Medico [Fri, 23 Jun 2006 03:41:07 +0000 (03:41 -0000)]
Test the basename for starting with "." instead of the full path.

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

18 years agoFix a typo from r3611 (file != files).
Zac Medico [Fri, 23 Jun 2006 03:35:01 +0000 (03:35 -0000)]
Fix a typo from r3611 (file != files).

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

18 years agoignore .files in /etc/portage recursion
Alec Warner [Fri, 23 Jun 2006 00:40:38 +0000 (00:40 -0000)]
ignore .files in /etc/portage recursion

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

18 years agoUse portage_exec.find_binary since "which" always returns 0 status on darwin. Thanks...
Zac Medico [Thu, 22 Jun 2006 19:41:32 +0000 (19:41 -0000)]
Use portage_exec.find_binary since "which" always returns 0 status on darwin. Thanks to exg for reporting.

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

18 years agoSimplify permission logic for emerge.log.
Zac Medico [Thu, 22 Jun 2006 19:11:20 +0000 (19:11 -0000)]
Simplify permission logic for emerge.log.

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

18 years agoMove the creation of depgraph params from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 17:51:27 +0000 (17:51 -0000)]
Move the creation of depgraph params from global scope to a function.

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

18 years agoAs suggested by exg, include the einfon code inside einfo instead of using the FUNCNA...
Zac Medico [Thu, 22 Jun 2006 17:16:46 +0000 (17:16 -0000)]
As suggested by exg, include the einfon code inside einfo instead of using the FUNCNAME hack (FUNCNAME only works with >=bash-3.0).

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

18 years agoDon't register signal handlers during module import because it may override signal...
Zac Medico [Thu, 22 Jun 2006 16:43:52 +0000 (16:43 -0000)]
Don't register signal handlers during module import because it may override signal hadlers that were registered by the calling code.

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

18 years agomention the use of @ in -s; bug 137565
Simon Stelling [Thu, 22 Jun 2006 16:43:30 +0000 (16:43 -0000)]
mention the use of @ in -s; bug 137565

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

18 years agoFix a broken reference to syslist and remove two extras.
Zac Medico [Thu, 22 Jun 2006 15:10:34 +0000 (15:10 -0000)]
Fix a broken reference to syslist and remove two extras.

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

18 years agoMove emerge's default action code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 14:40:15 +0000 (14:40 -0000)]
Move emerge's default action code from global scope to a function.

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

18 years agoFix missing global "syslist" from r3594.
Zac Medico [Thu, 22 Jun 2006 14:27:47 +0000 (14:27 -0000)]
Fix missing global "syslist" from r3594.

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

18 years agoMove the --depclean code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 14:24:14 +0000 (14:24 -0000)]
Move the --depclean code from global scope to a function.

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

18 years agoMove the --search code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 14:19:48 +0000 (14:19 -0000)]
Move the --search code from global scope to a function.

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

18 years agoMove the --info code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 14:11:07 +0000 (14:11 -0000)]
Move the --info code from global scope to a function.

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

18 years agoFix a collision with a previous variable named "p".
Zac Medico [Thu, 22 Jun 2006 14:08:06 +0000 (14:08 -0000)]
Fix a collision with a previous variable named "p".

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

18 years agoMove the --config code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 13:15:08 +0000 (13:15 -0000)]
Move the --config code from global scope to a function.

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

18 years agoMove the --regen code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 13:10:05 +0000 (13:10 -0000)]
Move the --regen code from global scope to a function.

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

18 years agoMove the --sync and --metadata code from global scope to a function.
Zac Medico [Thu, 22 Jun 2006 12:59:19 +0000 (12:59 -0000)]
Move the --sync and --metadata code from global scope to a function.

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

18 years agoRemove most direct references to global variables from emerge's depgraph class.
Zac Medico [Thu, 22 Jun 2006 11:33:04 +0000 (11:33 -0000)]
Remove most direct references to global variables from emerge's depgraph class.

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

18 years agoRemove unused "olddbapi" variable.
Zac Medico [Thu, 22 Jun 2006 08:24:45 +0000 (08:24 -0000)]
Remove unused "olddbapi" variable.

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

18 years agoRemove all global variables from emerge's search class.
Zac Medico [Thu, 22 Jun 2006 08:17:00 +0000 (08:17 -0000)]
Remove all global variables from emerge's search class.

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

18 years agoEncapsulate emerge's spinner into an object.
Zac Medico [Thu, 22 Jun 2006 06:51:55 +0000 (06:51 -0000)]
Encapsulate emerge's spinner into an object.

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

18 years agoSimplify PORT_LOGDIR intitialization.
Zac Medico [Thu, 22 Jun 2006 02:09:48 +0000 (02:09 -0000)]
Simplify PORT_LOGDIR intitialization.

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

18 years agoPrevent and exception when PORT_LOGDIR is an empty string.
Zac Medico [Thu, 22 Jun 2006 01:49:39 +0000 (01:49 -0000)]
Prevent and exception when PORT_LOGDIR is an empty string.

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

18 years agoRemove redundant PORT_LOGDIR validation from the config constructor.
Zac Medico [Thu, 22 Jun 2006 01:39:34 +0000 (01:39 -0000)]
Remove redundant PORT_LOGDIR validation from the config constructor.

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

18 years agoDon't bother to warn when PORT_LOGDIR="".
Zac Medico [Thu, 22 Jun 2006 01:33:50 +0000 (01:33 -0000)]
Don't bother to warn when PORT_LOGDIR="".

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

18 years agoMake sure that PORT_LOGDIR is properly unset when it is unusable. Thanks to solar...
Zac Medico [Thu, 22 Jun 2006 01:24:16 +0000 (01:24 -0000)]
Make sure that PORT_LOGDIR is properly unset when it is unusable.  Thanks to solar for reporting issues with logs landing in $PWD.

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

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