Support per-package bashrc files.
authorMichał Górny <gentoo@mgorny.alt.pl>
Thu, 22 Apr 2010 17:43:59 +0000 (17:43 +0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 29 Apr 2010 23:51:48 +0000 (16:51 -0700)
commitef2024a33be93a256beef28c1423ba1fb706383d
treea1581fa88b7113338bbfd0ae4b545ec26a375f63
parent2cfb3e852ce4ce9e83690e8033f50d32f696f5bd
Support per-package bashrc files.

Support loading per-package bashrc files from the /etc/portage/env
directory. The invidual files should reside in a directory matching
${CATEGORY}, with names matching ${PN}, ${PN}:${SLOT}, ${P} and/or ${PF}
(which are applied in that order).
bin/ebuild.sh
bin/isolated-functions.sh
doc/config/bashrc.docbook
man/portage.5
pym/portage/const.py
pym/portage/package/ebuild/config.py
pym/portage/package/ebuild/doebuild.py