summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prefer deb2tgz over ar for unpacking .deb files when installed (patch by Fabi...Marius Mauch2008-05-131-1/+14
* Bug #217444 - Send debug-print() output to stderr so that it can't interfereZac Medico2008-04-121-1/+1
* Bug #215673 - Make ebuild.sh leave IUSE defaults intact instead of filteringZac Medico2008-04-011-14/+0
* When dyn_unpack() automatically cleans ${WORKDIR}, also remove thingsZac Medico2008-03-291-0/+1
* Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image andZac Medico2008-03-281-1/+1
* Bug #213698 - Make FEAUTURES=keepwork and keeptemp preserve ${T}/environmentZac Medico2008-03-281-7/+3
* Move the default empty compiler flag settings fromZac Medico2008-03-261-6/+0
* Bug #214499 - When compiler flags are unset, many packages will substituteZac Medico2008-03-241-0/+6
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-181-1/+1