Implement loading of environment.bz2 from binary and installed
authorZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 21:41:54 +0000 (21:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 21:41:54 +0000 (21:41 -0000)
commit6ff3a816e30edcb12d42eb2ba7a3854e6ef0ac8a
treeb36d0613fbf7979a13512ba021d60c63e49576e9
parent294e9fee7e1df810b72f49c8e33a02151fa41a94
Implement loading of environment.bz2 from binary and installed
packages. For binary packages, it's loaded prior to pkg_setup().
For installed packages, it's loaded prior to pkg_prerm().

For simplicity, the current implementation will cause the current
environment to override *everything* in the environment that is
being processed. In the future, it should be more selective and
only override the parts that are strictly necessary.

svn path=/main/trunk/; revision=8531
bin/ebuild.sh