* When installing a binary package, export the file name of the package
authorZac Medico <zmedico@gentoo.org>
Tue, 11 Dec 2007 21:41:55 +0000 (21:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 11 Dec 2007 21:41:55 +0000 (21:41 -0000)
commit0cdbeb9df98378c99cfa629b7e420de1d76a7c38
treeb617a097595161eaeaa58a2a2380a201aed021aa
parentc3fbd6923e98f84d31f7463378d0c65eef215a1f
* When installing a binary package, export the file name of the package
as PORTAGE_BINPKG_FILE in order to give bashrc users an opportunity
to do various things such as remove binary packages after they're
installed.

* Add a note in ebuild.sh explaining why hardcoded bash lists are
needed for backward compatibility with <portage-2.1.4 since they
assume that a newly installed version of ebuild.sh will work for
pkg_postinst, pkg_prerm, and pkg_postrm when portage is upgrading
itself.
(trunk r8878)

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