summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Remove outdated comment about qa_source() return value (with typo).Zac Medico2009-02-121-2/+2
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-02-091-4/+9
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-3/+3
* add support for .xz compressed files like .lzmaMike Frysinger2009-02-081-0/+8
* Escape globs in hasgq arguments in order to prevent bash from tryingZac Medico2009-02-071-3/+3
* cleanup econf() code -- use hasg* funcs in multilib code to avoid wrong/dupli...Mike Frysinger2009-02-071-49/+20
* fix previous commit -- hasq isnt as cool as i thought and doesnt accept globs...Mike Frysinger2009-02-071-1/+7
* fix --libdir detection when econf is passed whitespace/empty arguments ... th...Mike Frysinger2009-02-071-1/+1
* Add messages before and after the src_prepare phase. Thanks to Arfrever forZac Medico2009-01-251-0/+2
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-071-3/+17
* - tell the user where we unpacked the sourceNed Ludd2009-01-021-1/+1
* Fix DEFINED_PHASES code to check for pkg_config and pkg_info functions.Zac Medico2008-12-211-5/+5
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-211-1/+27
* When attempting to close fd 9 at the end of the depend phase, use exec so thatZac Medico2008-12-101-1/+1
* Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptorZac Medico2008-12-101-9/+19
* Skip sourcinf of profile.bashrc during the depend phase.Zac Medico2008-12-021-8/+11
* Source bashrc files as late as possible, giving them the opportunity toZac Medico2008-12-021-4/+5
* Fix inconsistencies between the "clean" and "cleanrm" phases.Zac Medico2008-12-011-3/+3
* Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ...Zac Medico2008-11-261-3/+9
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-1/+1
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-27/+2
* Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to overrideZac Medico2008-10-261-2/+1
* Add an explicit note about bug #239560 in the relevant code.Zac Medico2008-10-121-1/+3
* At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12Zac Medico2008-10-091-2/+2
* Fix code from previous commit so it properly checks $eapi to verify thatZac Medico2008-10-091-1/+2
* Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phaseZac Medico2008-10-091-0/+3
* In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempting to remove it sinceZac Medico2008-10-051-3/+4
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-1/+4
* Generate an eqawarn message if econf is called from src_compile andZac Medico2008-10-011-0/+4
* Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes createdZac Medico2008-09-271-2/+2
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-261-1/+1
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-251-2/+2
* Always call `cd "$WORKDIR"` to ensure that $CWD is sane whenever possible.Zac Medico2008-09-211-0/+3
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-181-35/+7
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-131-3/+3
* Fix PYTHONPATH adjustments to only insert a colon when necessary. ThisZac Medico2008-09-131-3/+3
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-4/+40
* Fix quoting for iteration over PROFILE_PATHS.Zac Medico2008-08-121-1/+1
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+0
* In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS intoZac Medico2008-08-111-5/+4
* Move the default EAPI definition where it will work in any case it mightZac Medico2008-08-101-4/+4
* Remove pointless `cd` calls in dyn_configure() and dyn_compile().Zac Medico2008-08-101-6/+4
* Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi...Zac Medico2008-08-101-3/+1
* Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured.Zac Medico2008-08-091-6/+3
* Make eapi*_src_install die since they're not supported.Zac Medico2008-08-091-3/+3
* Update date in dyn_help copyright header. Thanks to grobian.Zac Medico2008-08-091-1/+1
* Remove redundant default pkg_nofetch, src_unpack, and src_test definitionsZac Medico2008-08-081-12/+0