ebuild.sh: split out phase-helpers.sh
authorZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 00:47:07 +0000 (17:47 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 00:47:07 +0000 (17:47 -0700)
commit88438656a7b3b5824369043792ce27e63eb76f46
treeb1fa4328c07e3d877cda994594a2b2bdf78ef007
parent2992864b6d33d014f7c011b9ae67fe00164ded47
ebuild.sh: split out phase-helpers.sh

This relocates phase helper functions that are needed for execution of
regular phases, but not for the "depend" phase. It reduces the size of
ebuild.sh by 25%, so there's less code to be sourced during the
"depend" phase.
bin/ebuild.sh
bin/phase-helpers.sh [new file with mode: 0644]