summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps in headers of modified files.v2.1.6.7_p1Zac Medico2012-05-211-1/+1
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Arfrever Frehtes Taifersar Arahesis2012-05-211-2/+2
* Bug #250469 - Fix unpack() so that deb2targz is called in a way such thatZac Medico2009-01-121-3/+17
* (trunk r12375)Zac Medico2009-01-121-1/+1
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-251-1/+27
* When attempting to close fd 9 at the end of the depend phase, use exec so thatZac Medico2008-12-121-1/+1
* Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptorZac Medico2008-12-121-9/+19
* Skip sourcing of profile.bashrc during the depend phase. (trunk r12136)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. (trunk r12126)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
* Fix broken quoting in eval statements. Thanks to Arfrever.Zac Medico2008-08-081-2/+2
* Fix default phase functions in EAPI 2_pre2, since they should be labeled asZac Medico2008-08-081-2/+2
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-081-8/+8
* Implement eapi$EAPI_* default phase functions that are equivalent to theZac Medico2008-08-081-54/+107
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-081-35/+117
* Add support in EAPI 2_pre2 for a function named "default" is redefined forZac Medico2008-08-071-0/+9
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-041-67/+164
* Fixes from Arfrever:Zac Medico2008-07-271-1/+1
* Copy portageq exit code validation from has_version() to best_version().Zac Medico2008-06-281-0/+12
* remove old/unused gen_wrapper functionMike Frysinger2008-06-071-9/+0
* Skip source_all_bashrcs() when $EBUILD_PHASE is not set.Zac Medico2008-05-261-0/+1