summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make useq() die if called during the "depend" phase in newer EAPIs.Zac Medico2009-05-021-5/+9
* Skip useq() IUSE QA Notices during the "depend" phase because lots ofZac Medico2009-05-021-1/+5
* Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binaryZac Medico2009-04-301-6/+1
* Put ebuild helpers at the absolute front of the PATH.Zac Medico2009-04-281-4/+7
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Revert r13390 (dosed and dohard functions) since a stack trace isn't reallyZac Medico2009-04-241-8/+0
* Add dummy dosed and dohard functions for EAPI 3, so that a trace can beZac Medico2009-04-241-0/+8
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-241-2/+2
* Fix breakage in PREROOTPATH logic from the EAPI 3 code.Zac Medico2009-04-231-0/+1
* Remove ccache and distcc remove_path_entry code since PATH is alwaysZac Medico2009-04-231-3/+0
* Use declare -F to check existence of function definitions, instead ofZac Medico2009-04-221-10/+10
* In ebuild_main(), unset ebuild_helpers_path when finished with it, sinceZac Medico2009-04-211-0/+1
* Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. ThanksZac Medico2009-04-211-0/+13
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-1/+1
* Avoid leaking some variables from ebuild_main() into the environment (localZac Medico2009-04-111-3/+3
* Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called forZac Medico2009-04-081-5/+5
* - Move DEFINED_PHASES code into _source_ebuild() and add it to the list ofZac Medico2009-04-081-35/+34
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-081-6/+9
* Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,Zac Medico2009-04-011-0/+2
* In dyn_unpack(), don't force a new unpack when the ebuild mtime is newerZac Medico2009-03-271-4/+1
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-261-15/+4
* Source bashrc after PATH tweaks inside ebuild_main().Zac Medico2009-03-251-1/+2
* Move distcc and ccache PATH setup later, after EAPI is guaranteed to be known,Zac Medico2009-03-251-58/+35
* Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo forZac Medico2009-03-251-5/+4
* Use a separate if/then to group boolean or'd expressions together, ratherZac Medico2009-03-231-6/+6
* Make ebuild(1) detect ebuild/eclass changes and automatically source theZac Medico2009-03-231-2/+4
* When triggering a fresh unpack inside dyn_unpack(), remove theZac Medico2009-03-221-1/+1
* In order to avoid possible duplicate elog messages when using ebuild(1) toZac Medico2009-03-181-0/+7
* Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() trZac Medico2009-03-131-1/+2
* cleanup sandbox env var handling -- make sure we dont insert empty : sections...Mike Frysinger2009-03-121-29/+27
* Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]Zac Medico2009-03-121-2/+3
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-1/+1
* Only execute src_test pre/post hooks when src_test is actually executed.Zac Medico2009-03-091-4/+4
* Add more QA warnings for econf calls during unexpected phases. Thanks toZac Medico2009-03-091-3/+12
* When generating variable names to hold EXPORT_FUNCTIONS argument in, useZac Medico2009-03-091-6/+1
* Use the ebuild_phase helper function to calls phase hooks and fix brokenZac Medico2009-03-091-24/+18
* Inside dyn_unpack(), only call pre/post phase hooks when src_unpack isZac Medico2009-03-091-2/+1
* Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] withZac Medico2009-03-091-6/+5
* Generate a QA Notice when EXPORT_FUNCTIONS is called before inherit, sinceZac Medico2009-03-081-0/+7
* Fix typo from previous commit.Zac Medico2009-03-081-1/+1
* Also support + character in eclass names.Zac Medico2009-03-081-1/+2
* Translate period characters in eclass names when generating variable namesZac Medico2009-03-081-3/+4
* Make EXPORT_FUNCTIONS store it's arguments in an environment variable andZac Medico2009-03-081-12/+28
* Revert previous 2 commits due to bugs.Zac Medico2009-03-081-20/+12
* Fix PECLASS logic inside inherit() so that ECLASS is always restored to theZac Medico2009-03-081-5/+7
* Make EXPORT_FUNCTIONS store it's arguments in an environment variable andZac Medico2009-03-081-7/+13
* Fix vdb entry writting code in dyn_install() to avoid generating empty entriesZac Medico2009-03-041-3/+4
* Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.shZac Medico2009-02-181-12/+0
* unify code for unpacking of tar filesMike Frysinger2009-02-161-23/+13
* Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl PorcelZac Medico2009-02-141-0/+3