aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "unpack: handle non-gz files from deb2targz"Zac Medico2011-09-231-5/+1
| | | | | This reverts commit dd7c57ecb90949ce3306394cfe262566b87351ca. We'll do this in a new EAPI, as discussed in bug #384147.
* unpack: handle non-gz files from deb2targzZac Medico2011-09-231-1/+5
| | | | This will fix bug #384147.
* ebuild.sh: move hasg* funcs into econfZac Medico2011-09-111-3/+12
|
* build.sh: has/best_version to phase-helpers.shZac Medico2011-09-111-0/+42
|
* ebuild.sh: move use* funcs to phase-helpers.shZac Medico2011-09-111-0/+49
|
* ebuild.sh: split out phase-helpers.shZac Medico2011-09-101-0/+524
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.