Implement loading of environment.bz2 for the pkg_info() phase.
authorZac Medico <zmedico@gentoo.org>
Sun, 25 Nov 2007 06:33:40 +0000 (06:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 25 Nov 2007 06:33:40 +0000 (06:33 -0000)
commit01a6bb2dc23ad83b074b495ef96d9e3c5bb4b35c
tree52e9a8efc396a96a7cfd60c9876e059776677e51
parent37169b5033f66181850e0681703b388b037e90a2
Implement loading of environment.bz2 for the pkg_info() phase.
Since a temporary directory is required for processing of
${T}/environment, and we want a user who's not in the portage
group to be able to run the pkg_info() phase, PORTAGE_TMPDIR
is temporarily overridden with a directory created by mkdtemp.
To make this work, doebuild() creates the tempdir and cleans
it up in a finally block. (trunk r8649)

svn path=/main/branches/2.1.2/; revision=8650
bin/ebuild.sh
pym/portage.py