portage.git
18 years agoMake code from the last 2 commits conditional on merging == 0 and vardbapi.cpv_exists...
Zac Medico [Sat, 2 Sep 2006 23:24:24 +0000 (23:24 -0000)]
Make code from the last 2 commits conditional on merging == 0 and vardbapi.cpv_exists(mykey).

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

18 years agoUpdate the depgraph's USE flag cache so that's it's consistent with installed packages.
Zac Medico [Sat, 2 Sep 2006 22:59:10 +0000 (22:59 -0000)]
Update the depgraph's USE flag cache so that's it's consistent with installed packages.

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

18 years agoWhen creating the depgraph, use the correct USE flags for packages that are already...
Zac Medico [Sat, 2 Sep 2006 22:55:17 +0000 (22:55 -0000)]
When creating the depgraph, use the correct USE flags for packages that are already installed.

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

18 years agoUse a specialized read_int function to read integer input for bug #143881. This...
Zac Medico [Tue, 29 Aug 2006 21:28:56 +0000 (21:28 -0000)]
Use a specialized read_int function to read integer input for bug #143881.  This uses a subshell to work around bash's tendency to break out of a loop whenever an integer conversion fails.

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

18 years agoBefore the preinst phase, only call load_infodir for binary packages. Otherwise...
Zac Medico [Tue, 29 Aug 2006 19:58:18 +0000 (19:58 -0000)]
Before the preinst phase, only call load_infodir for binary packages.  Otherwise, load_infodir will wipe settings from doebuild_environment (such as CATEGORY).

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

18 years agofix whitespace
Mike Frysinger [Mon, 28 Aug 2006 21:12:10 +0000 (21:12 -0000)]
fix whitespace

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

18 years agolet's not fork too much
Simon Stelling [Sun, 27 Aug 2006 19:46:27 +0000 (19:46 -0000)]
let's not fork too much

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

18 years agomake the multilib-strict check show all files that violate the rule, not just the...
Simon Stelling [Sun, 27 Aug 2006 18:54:53 +0000 (18:54 -0000)]
make the multilib-strict check show all files that violate the rule, not just the first one

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

18 years agoAdd a missing newline from the previous commit.
Zac Medico [Sun, 27 Aug 2006 18:30:10 +0000 (18:30 -0000)]
Add a missing newline from the previous commit.

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

18 years agodon't display useless messages when using --quiet
Simon Stelling [Sun, 27 Aug 2006 16:46:36 +0000 (16:46 -0000)]
don't display useless messages when using --quiet

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

18 years agoDisplay flags that have been removed from IUSE as (-flag%) instead of !flag% and...
Zac Medico [Sun, 27 Aug 2006 10:57:01 +0000 (10:57 -0000)]
Display flags that have been removed from IUSE as (-flag%) instead of !flag% and display newly added masked flags without the % symbol in order to avoid ambiguity.  See bug #144661.

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

18 years agoFor --newuse, ignore masked/forced flags when comparing IUSE. See bug #144661.
Zac Medico [Sun, 27 Aug 2006 10:15:43 +0000 (10:15 -0000)]
For --newuse, ignore masked/forced flags when comparing IUSE.  See bug #144661.

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

18 years agoFor --newuse, ignore masked/forced flags when comparing IUSE. See bug #144661.
Zac Medico [Sun, 27 Aug 2006 09:55:40 +0000 (09:55 -0000)]
For --newuse, ignore masked/forced flags when comparing IUSE.  See bug #144661.

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

18 years agoRemove a redundant conditional from the last commit.
Zac Medico [Sat, 26 Aug 2006 23:48:32 +0000 (23:48 -0000)]
Remove a redundant conditional from the last commit.

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

18 years agoShow the * symbol in addition to the % symbol when the flags state transitions from...
Zac Medico [Sat, 26 Aug 2006 23:27:39 +0000 (23:27 -0000)]
Show the * symbol in addition to the % symbol when the flags state transitions from nonexistent -> enabled or vice versa.

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

18 years agoAdd news about the new depclean algorithm.
Zac Medico [Sat, 26 Aug 2006 21:01:40 +0000 (21:01 -0000)]
Add news about the new depclean algorithm.

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

18 years agoRecommend `emerge --update --deep world` prior to depclean in order to make sure...
Zac Medico [Sat, 26 Aug 2006 01:32:10 +0000 (01:32 -0000)]
Recommend `emerge --update --deep world` prior to depclean in order to make sure that all dependencies are satisfied.  See bug #145078.

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

18 years agoremove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway
Simon Stelling [Fri, 25 Aug 2006 15:37:37 +0000 (15:37 -0000)]
remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway

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

18 years agoignore binutils wrt multilib-strict; bug 121641
Simon Stelling [Fri, 25 Aug 2006 14:57:45 +0000 (14:57 -0000)]
ignore binutils wrt multilib-strict; bug 121641

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

18 years agoonly print the "Removing /usr/share/info" if --quiet was not passed
Simon Stelling [Thu, 24 Aug 2006 18:51:56 +0000 (18:51 -0000)]
only print the "Removing /usr/share/info" if --quiet was not passed

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

18 years agoMake symlink merge output respect --quiet. Thanks to blubb for reporting.
Zac Medico [Thu, 24 Aug 2006 18:26:29 +0000 (18:26 -0000)]
Make symlink merge output respect --quiet.  Thanks to blubb for reporting.

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

18 years agoDisplay flags that have been removed from IUSE as !flag% for bug #144661.
Zac Medico [Thu, 24 Aug 2006 07:43:36 +0000 (07:43 -0000)]
Display flags that have been removed from IUSE as !flag% for bug #144661.

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

18 years agoFor bug #144928, add -L to the rsync options (transform symlink into referent). ...
Zac Medico [Thu, 24 Aug 2006 03:51:43 +0000 (03:51 -0000)]
For bug #144928, add -L to the rsync options (transform symlink into referent).  Thanks to Olivier Crete <tester@gentoo.org> for this patch.

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

18 years agoinclude filename in submenu so we know exactly what we are working on
Mike Frysinger [Tue, 22 Aug 2006 17:15:09 +0000 (17:15 -0000)]
include filename in submenu so we know exactly what we are working on

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

18 years agoDon't bother to lock CONFIG_MEMORY_FILE since writedict is atomic anyway.
Zac Medico [Sun, 20 Aug 2006 07:47:20 +0000 (07:47 -0000)]
Don't bother to lock CONFIG_MEMORY_FILE since writedict is atomic anyway.

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

18 years agoMake depclean more friendly about unresolved atoms. Thanks to jstubbs for this patch...
Zac Medico [Sun, 20 Aug 2006 07:12:33 +0000 (07:12 -0000)]
Make depclean more friendly about unresolved atoms.  Thanks to jstubbs for this patch from bug #144486.

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

18 years agodocument the ability to make package. files directories in /etc/portage #144381 by...
Mike Frysinger [Sat, 19 Aug 2006 22:10:24 +0000 (22:10 -0000)]
document the ability to make package. files directories in /etc/portage #144381 by Caleb Cushing

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

18 years agoeat some extraneous newlines
Mike Frysinger [Sat, 19 Aug 2006 21:55:20 +0000 (21:55 -0000)]
eat some extraneous newlines

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

18 years agodocument ROOT #144331
Mike Frysinger [Sat, 19 Aug 2006 17:57:47 +0000 (17:57 -0000)]
document ROOT #144331

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

18 years agosome INSTALL_MASK docs by compnerd
Mike Frysinger [Sat, 19 Aug 2006 16:29:53 +0000 (16:29 -0000)]
some INSTALL_MASK docs by compnerd

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

18 years agoMake sure that portageq exits quietly when killed, like emerge does.
Zac Medico [Sat, 19 Aug 2006 02:03:02 +0000 (02:03 -0000)]
Make sure that portageq exits quietly when killed, like emerge does.

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

18 years ago- record the md5 checksum of the .tbz2 used at merge time. This will become useful...
Ned Ludd [Thu, 17 Aug 2006 17:09:14 +0000 (17:09 -0000)]
- record the md5 checksum of the .tbz2 used at merge time. This will become useful to know if we should refetch a .tbz2 from a remote repo

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

18 years agoRemove an unused "objsadded" variable spotted by antarus.
Zac Medico [Thu, 17 Aug 2006 03:18:28 +0000 (03:18 -0000)]
Remove an unused "objsadded" variable spotted by antarus.

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

18 years agoThis is a new dep_zapdeps implementation. Thanks to jstubbs for this patch from...
Zac Medico [Thu, 17 Aug 2006 01:51:57 +0000 (01:51 -0000)]
This is a new dep_zapdeps implementation.  Thanks to jstubbs for this patch from bug #143908.

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

18 years agoAdd a depclean warning message, once again, because it's never completely safe.
Zac Medico [Wed, 16 Aug 2006 19:37:05 +0000 (19:37 -0000)]
Add a depclean warning message, once again, because it's never completely safe.

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

18 years agoThis is a new and improved depclean implementation. Thanks to jstubbs for this patch...
Zac Medico [Wed, 16 Aug 2006 05:28:19 +0000 (05:28 -0000)]
This is a new and improved depclean implementation.  Thanks to jstubbs for this patch from bug #67179.

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

18 years agoAdd forgotten PORTAGE_TMPDIR to the portageq call.
Zac Medico [Mon, 14 Aug 2006 19:45:13 +0000 (19:45 -0000)]
Add forgotten PORTAGE_TMPDIR to the portageq call.

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

18 years agoUse eval $(portageq envvar -v FOO BAR) to collapse many portageq calls into 1.
Zac Medico [Mon, 14 Aug 2006 19:40:04 +0000 (19:40 -0000)]
Use eval $(portageq envvar -v FOO BAR) to collapse many portageq calls into 1.

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

18 years agoUpdate the virtuals even if the package already exists in the fakedbapi since it...
Zac Medico [Mon, 14 Aug 2006 07:12:26 +0000 (07:12 -0000)]
Update the virtuals even if the package already exists in the fakedbapi since it may be necessary if the package is being remerged.

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

18 years agoRevert most of r4086 because it broke circular bootstrap dependencies for things...
Zac Medico [Mon, 14 Aug 2006 06:42:12 +0000 (06:42 -0000)]
Revert most of r4086 because it broke circular bootstrap dependencies for things like gwydion-dylan and ghc.  Thanks to araujo for reporting the breakage.

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

18 years agoMake stack_dictlist return an empty dictionary when there is nothing to stack. See...
Zac Medico [Sun, 13 Aug 2006 05:35:00 +0000 (05:35 -0000)]
Make stack_dictlist return an empty dictionary when there is nothing to stack.  See bug #143730.

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

18 years agoFor consistent results, sort the contents when generating the info directory index...
Zac Medico [Sun, 13 Aug 2006 05:19:18 +0000 (05:19 -0000)]
For consistent results, sort the contents when generating the info directory index.  See bug #142652.

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

18 years agoAdd news about use.force.
Zac Medico [Fri, 11 Aug 2006 20:12:54 +0000 (20:12 -0000)]
Add news about use.force.

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

18 years agoAdd some docs for use.force and package.use.force.
Zac Medico [Fri, 11 Aug 2006 20:08:02 +0000 (20:08 -0000)]
Add some docs for use.force and package.use.force.

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

18 years agoAdd support for use.force and package.use.force in profiles.
Zac Medico [Fri, 11 Aug 2006 19:46:59 +0000 (19:46 -0000)]
Add support for use.force and package.use.force in profiles.

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

18 years agoFix stack_dictlist() so that incremental stacking behaves more like it does in config...
Zac Medico [Fri, 11 Aug 2006 19:31:20 +0000 (19:31 -0000)]
Fix stack_dictlist() so that incremental stacking behaves more like it does in config.regenerate().

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

18 years agoDisplay masked USE flags as (-flag) instead of ( -flag ) to save space.
Zac Medico [Thu, 10 Aug 2006 20:17:18 +0000 (20:17 -0000)]
Display masked USE flags as (-flag) instead of ( -flag ) to save space.

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

18 years agoUse ( -flag ) to indicate flags that have been forced off via use.mask.
Zac Medico [Wed, 9 Aug 2006 20:06:45 +0000 (20:06 -0000)]
Use ( -flag ) to indicate flags that have been forced off via use.mask.

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

18 years agoForce a sane umask in quickpkg for bug #143340.
Zac Medico [Wed, 9 Aug 2006 19:55:07 +0000 (19:55 -0000)]
Force a sane umask in quickpkg for bug #143340.

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

18 years agoReturn early from global directory initialization if the current user does not have...
Zac Medico [Wed, 9 Aug 2006 18:02:34 +0000 (18:02 -0000)]
Return early from global directory initialization if the current user does not have write access to $ROOT.

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

18 years agoRemove a dead hunk of code spotted by antarus.
Zac Medico [Wed, 9 Aug 2006 03:05:54 +0000 (03:05 -0000)]
Remove a dead hunk of code spotted by antarus.

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

18 years agoRemove unnecessary check for USE flags that start with "-".
Zac Medico [Tue, 8 Aug 2006 03:13:07 +0000 (03:13 -0000)]
Remove unnecessary check for USE flags that start with "-".

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

18 years agofixups from Benno Schulenberg #143079
Mike Frysinger [Mon, 7 Aug 2006 23:53:36 +0000 (23:53 -0000)]
fixups from Benno Schulenberg #143079

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

18 years agoWhen performing expansion of USE_EXPAND variables, display warnings about invalid...
Zac Medico [Mon, 7 Aug 2006 22:33:41 +0000 (22:33 -0000)]
When performing expansion of USE_EXPAND variables, display warnings about invalid use of incremental operators.

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

18 years agoRemove the dopython docs for bug #141935.
Zac Medico [Mon, 7 Aug 2006 18:53:06 +0000 (18:53 -0000)]
Remove the dopython docs for bug #141935.

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

18 years agoCleanse stale metadata cache for binpkgs that have been removed from the remote host...
Zac Medico [Mon, 7 Aug 2006 02:42:48 +0000 (02:42 -0000)]
Cleanse stale metadata cache for binpkgs that have been removed from the remote host.  Thanks to AndrĂ© Luiz A. G. Carvalho <alcarvalho@gmail.com> for the initial patch from bug #107453.

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

18 years agoSort the USE flags.
Zac Medico [Sun, 6 Aug 2006 08:37:46 +0000 (08:37 -0000)]
Sort the USE flags.

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

18 years agoAdd some package.use.mask docs.
Zac Medico [Sun, 6 Aug 2006 08:17:10 +0000 (08:17 -0000)]
Add some package.use.mask docs.

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

18 years agoFix rsync code to work with a username@ uri for bug #141185. Thanks to David-John...
Zac Medico [Sun, 6 Aug 2006 08:05:44 +0000 (08:05 -0000)]
Fix rsync code to work with a username@ uri for bug #141185.  Thanks to David-John Miller <anoyomouse@petermiller.co.za> for this patch.

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

18 years agoSplit the USE flags calculation out of the generic incrementals loop and process...
Zac Medico [Sun, 6 Aug 2006 04:37:52 +0000 (04:37 -0000)]
Split the USE flags calculation out of the generic incrementals loop and process it separately in order to account for interaction with USE_EXPAND.  All USE_EXPAND environment variables are regenerated so that they are consistent with the flags in USE.  See bug #142909.

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

18 years agoKeep USE flags from / and $ROOT separate in the depgraph. See bug #142918.
Zac Medico [Sun, 6 Aug 2006 02:34:06 +0000 (02:34 -0000)]
Keep USE flags from / and $ROOT separate in the depgraph.  See bug #142918.

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

18 years agoRemove unused "cladded" variable reported by antarus.
Zac Medico [Sun, 6 Aug 2006 00:32:42 +0000 (00:32 -0000)]
Remove unused "cladded" variable reported by antarus.

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

18 years agoAllow USE_EXPAND vars to be overridden in the environment for bug #142909.
Zac Medico [Sun, 6 Aug 2006 00:18:01 +0000 (00:18 -0000)]
Allow USE_EXPAND vars to be overridden in the environment for bug #142909.

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

18 years agoAdd the date and time of the last sync to emerge --info output. Thanks to Pablo...
Zac Medico [Sat, 5 Aug 2006 22:08:57 +0000 (22:08 -0000)]
Add the date and time of the last sync to emerge --info output.  Thanks to Pablo Antonio <pabloa@gmail.com> for the patch from bug #140163.

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

18 years ago- emerge -pqv should display USE flags; Bug 128598 - David-John Miller, anoyomouse...
Ned Ludd [Sat, 5 Aug 2006 12:23:35 +0000 (12:23 -0000)]
- emerge -pqv should display USE flags; Bug 128598 - David-John Miller, anoyomouse@petermiller.co.za

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

18 years agoAdd notes about nostrip and installsources to the splitdebug docs.
Zac Medico [Sat, 5 Aug 2006 07:02:01 +0000 (07:02 -0000)]
Add notes about nostrip and installsources to the splitdebug docs.

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

18 years agoAdd some docs for the installsources feature.
Zac Medico [Sat, 5 Aug 2006 06:56:25 +0000 (06:56 -0000)]
Add some docs for the installsources feature.

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

18 years agoAdd additional checks for --pretend and --fetch-all-uri to ensure correct behavior...
Zac Medico [Sat, 5 Aug 2006 04:30:56 +0000 (04:30 -0000)]
Add additional checks for --pretend and --fetch-all-uri to ensure correct behavior.  See bug #140552.

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

18 years agoadd space before prompt
Mike Frysinger [Sat, 5 Aug 2006 01:37:22 +0000 (01:37 -0000)]
add space before prompt

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

18 years agoIgnore hidden files or directories in the vardbapi.cpv_all() listing.
Zac Medico [Fri, 4 Aug 2006 23:04:52 +0000 (23:04 -0000)]
Ignore hidden files or directories in the vardbapi.cpv_all() listing.

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

18 years agoFor completeness, clone self.puse and self.mycpv.
Zac Medico [Fri, 4 Aug 2006 19:09:41 +0000 (19:09 -0000)]
For completeness, clone self.puse and self.mycpv.

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

18 years agoAdd support for package.use.mask in the profile. It should behave exactly as use...
Zac Medico [Fri, 4 Aug 2006 18:57:01 +0000 (18:57 -0000)]
Add support for package.use.mask in the profile.  It should behave exactly as use.mask currently does except that it allows USE flags to be masked for specific packages rather than for all packages.  See bug #96368.

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

18 years agoignore packages that were just fetched from being added to the worldfile
Marius Mauch [Fri, 4 Aug 2006 13:43:23 +0000 (13:43 -0000)]
ignore packages that were just fetched from being added to the worldfile

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

18 years agoFix the installsources feature so that it works even with splitdebug or nostrip....
Zac Medico [Fri, 4 Aug 2006 05:30:47 +0000 (05:30 -0000)]
Fix the installsources feature so that it works even with splitdebug or nostrip.  Thanks to Olivier Crete <tester@gentoo.org> for this patch from bug #136197.

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

18 years agoFix STRIP_MASK logic so that a match results in stripitbaby=0.
Zac Medico [Fri, 4 Aug 2006 03:13:03 +0000 (03:13 -0000)]
Fix STRIP_MASK logic so that a match results in stripitbaby=0.

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

18 years agoProtect USE_EXPAND flags from -* in order to preserve previous behavior which has...
Zac Medico [Thu, 3 Aug 2006 09:49:17 +0000 (09:49 -0000)]
Protect USE_EXPAND flags from -* in order to preserve previous behavior which has changed due to the fix for bug #142125.

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

18 years agoInstead of self.puse, use self.mycpv to return early from setcpv.
Zac Medico [Thu, 3 Aug 2006 09:01:33 +0000 (09:01 -0000)]
Instead of self.puse, use self.mycpv to return early from setcpv.

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

18 years agoExpand USE_EXPAND flags earlier so that their incremental stacking behaves just like...
Zac Medico [Thu, 3 Aug 2006 06:30:05 +0000 (06:30 -0000)]
Expand USE_EXPAND flags earlier so that their incremental stacking behaves just like it does for normal USE flags.  See bug #142125.

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

18 years agoUse a recursive function to simplify the walking of the profile paths. The number...
Zac Medico [Thu, 3 Aug 2006 02:27:47 +0000 (02:27 -0000)]
Use a recursive function to simplify the walking of the profile paths.  The number of parent profiles is constrained to 1 but could easily be extended to allow multiple inheritence.

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

18 years agoRemove dojar docs for bug #108517.
Zac Medico [Wed, 2 Aug 2006 21:52:23 +0000 (21:52 -0000)]
Remove dojar docs for bug #108517.

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

18 years agoRemove the unnecessary "Previously fetched" portion of the disfiles checksum output...
Zac Medico [Wed, 2 Aug 2006 18:56:47 +0000 (18:56 -0000)]
Remove the unnecessary "Previously fetched" portion of the disfiles checksum output for bug #142271.

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

18 years agoLink the full handbook since it's guaranteed to continue to work as per comment ...
Zac Medico [Wed, 2 Aug 2006 07:12:49 +0000 (07:12 -0000)]
Link the full handbook since it's guaranteed to continue to work as per comment #12 of bug #142225.  Also, add a note about the architecture being irrelevant as per comment #10.

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

18 years agoMove code that updates depgraph state from select_dep() to a more appropriate locatio...
Zac Medico [Wed, 2 Aug 2006 06:02:03 +0000 (06:02 -0000)]
Move code that updates depgraph state from select_dep() to a more appropriate location in create().  This fixes a bug in $ROOT handling, where the the $ROOT of the child is used where the $ROOT of the parent should have been (similar to bug #108449).

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

18 years agoGrab /etc/profile.env from the target root instead of the configroot.
Zac Medico [Wed, 2 Aug 2006 04:42:44 +0000 (04:42 -0000)]
Grab /etc/profile.env from the target root instead of the configroot.

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

18 years agoMove profile.env to the bottom of the stack so that, for example, it's possible for...
Zac Medico [Wed, 2 Aug 2006 03:24:30 +0000 (03:24 -0000)]
Move profile.env to the bottom of the stack so that, for example, it's possible for make.conf values to override or stack incrementally with values from profile.env.  See bug #51370.

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

18 years agoRemove duplicate profile.env values from the environment so that they don't override...
Zac Medico [Wed, 2 Aug 2006 03:01:41 +0000 (03:01 -0000)]
Remove duplicate profile.env values from the environment so that they don't override updated profile.env values later (profile.env is reloaded in each call to self.regenerate).  See bug #51370.

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

18 years agoRemove dojar for bug #108517.
Zac Medico [Tue, 1 Aug 2006 17:44:14 +0000 (17:44 -0000)]
Remove dojar for bug #108517.

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

18 years agoDon't write to emerge.log when --pretend is enabled for bug #139449.
Zac Medico [Mon, 31 Jul 2006 18:25:35 +0000 (18:25 -0000)]
Don't write to emerge.log when --pretend is enabled for bug #139449.

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

18 years agoWhen emerge exits to blockers, show a link to the relevant section of the Gentoo...
Zac Medico [Mon, 31 Jul 2006 03:03:42 +0000 (03:03 -0000)]
When emerge exits to blockers, show a link to the relevant section of the Gentoo Handbook. See bug #142225.

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

18 years agoOnly ignore ENOENT in getconfig() so that more important errors don't go unnoticed.
Zac Medico [Mon, 31 Jul 2006 02:11:14 +0000 (02:11 -0000)]
Only ignore ENOENT in getconfig() so that more important errors don't go unnoticed.

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

18 years agoAdd matching quote (typo from last revision).
Zac Medico [Mon, 31 Jul 2006 01:52:46 +0000 (01:52 -0000)]
Add matching quote (typo from last revision).

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

18 years agoCatch ParseError from getconfig during env_update for bug #142157.
Zac Medico [Mon, 31 Jul 2006 01:51:11 +0000 (01:51 -0000)]
Catch ParseError from getconfig during env_update for bug #142157.

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

18 years agoRemove pointless cvs dependent REPOROOTS code. Thanks to Alec Warner <antarus@gentoo...
Zac Medico [Mon, 31 Jul 2006 01:01:59 +0000 (01:01 -0000)]
Remove pointless cvs dependent REPOROOTS code.  Thanks to Alec Warner <antarus@gentoo.org> for this patch.

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

18 years agoStack /etc/profile.env inside portage.config so that it doesn't stop variables in...
Zac Medico [Sat, 29 Jul 2006 18:20:13 +0000 (18:20 -0000)]
Stack /etc/profile.env inside portage.config so that it doesn't stop variables in inappropriate places.  See bug #51370.

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

18 years agoMake sure we doebuild uses the correct tree for fetch lists when there are overlays.
Zac Medico [Fri, 28 Jul 2006 19:06:01 +0000 (19:06 -0000)]
Make sure we doebuild uses the correct tree for fetch lists when there are overlays.

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

18 years agoUse the FetchlistDict to simplify code.
Zac Medico [Fri, 28 Jul 2006 18:57:44 +0000 (18:57 -0000)]
Use the FetchlistDict to simplify code.

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

18 years agoPass in the path to the base of the current tree to ensure that the correct fetchlist...
Zac Medico [Fri, 28 Jul 2006 17:46:53 +0000 (17:46 -0000)]
Pass in the path to the base of the current tree to ensure that the correct fetchlist is used when there are overlays present.

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

18 years agoAdd PKG_CONFIG_PATH to env_update incrementals for bug #105384.
Zac Medico [Fri, 28 Jul 2006 07:37:42 +0000 (07:37 -0000)]
Add PKG_CONFIG_PATH to env_update incrementals for bug #105384.

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

18 years agoAllow a digest to be created before any distfiles have been fetched for bug #141843.
Zac Medico [Fri, 28 Jul 2006 06:32:37 +0000 (06:32 -0000)]
Allow a digest to be created before any distfiles have been fetched for bug #141843.

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

18 years agoAdd a --force option for `ebuild digest` so that the user doesn't have to manually...
Zac Medico [Fri, 28 Jul 2006 04:58:45 +0000 (04:58 -0000)]
Add a --force option for `ebuild digest` so that the user doesn't have to manually remove the Manifest and files/digest-* files when upstream changes the identity of distfiles.  See bug #141843.

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