Add support for the new DEFINED_PHASES metadata key which is automatically generated
[portage.git] / bin / ebuild.sh
2008-12-21 Zac MedicoAdd support for the new DEFINED_PHASES metadata key...
2008-12-10 Zac MedicoWhen attempting to close fd 9 at the end of the depend...
2008-12-10 Zac MedicoBug #250148 - Prevent ebuild.sh subprocess from inherit...
2008-12-02 Zac MedicoSkip sourcinf of profile.bashrc during the depend phase.
2008-12-02 Zac MedicoSource bashrc files as late as possible, giving them...
2008-12-01 Zac MedicoFix inconsistencies between the "clean" and "cleanrm...
2008-11-26 Zac MedicoBug #205044 - When creating $EBUILD_EXIT_STATUS_FILE...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-01 Zac MedicoBug #244792 - Remove confcache support.
2008-10-26 Zac MedicoEnable bashrc even when $EBUILD_PHASE is unset, so...
2008-10-12 Zac MedicoAdd an explicit note about bug #239560 in the relevant...
2008-10-09 Zac MedicoAt the end of dyn_clean(), also remove the $CATEGORY... v2.2_rc12
2008-10-09 Zac MedicoFix code from previous commit so it properly checks...
2008-10-09 Zac MedicoBug #240684 - Fix _ebuild_arg_to_phase() to handle...
2008-10-05 Zac MedicoIn dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempt...
2008-10-05 Zac Medico* When ensuring sane $PWD in ebuild.sh, die if the...
2008-10-01 Zac MedicoGenerate an eqawarn message if econf is called from...
2008-09-27 Zac MedicoMake $PWD default to $PORTAGE_BUILDDIR since $WORKDIR...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-25 Zac MedicoAdd PROPERTIES to portage.auxdbkeys since it's been...
2008-09-21 Zac MedicoAlways call `cd "$WORKDIR"` to ensure that $CWD is...
2008-09-18 Zac MedicoRemove everything related to the eapi* default phase...
2008-09-13 Zac MedicoRemove unneeded quotes from PYTHONPATH assignments...
2008-09-13 Zac MedicoFix PYTHONPATH adjustments to only insert a colon when...
2008-08-23 Zac MedicoAdd a new src_prepare phase function which is called...
2008-08-12 Zac MedicoFix quoting for iteration over PROFILE_PATHS.
2008-08-11 Zac MedicoEntirely disable the src_configure phase from the pytho...
2008-08-11 Zac MedicoIn source_all_bashrcs(), only change $IFS while splitti...
2008-08-10 Zac MedicoMove the default EAPI definition where it will work...
2008-08-10 Zac MedicoRemove pointless `cd` calls in dyn_configure() and...
2008-08-10 Zac MedicoEliminate duplicate code by making _eapi1_src_compile...
2008-08-09 Zac MedicoFix dyn_clean() to properly clean $PORTAGE_BUILDDIR...
2008-08-09 Zac MedicoMake eapi*_src_install die since they're not supported.
2008-08-09 Zac MedicoUpdate date in dyn_help copyright header. Thanks to...
2008-08-08 Zac MedicoRemove redundant default pkg_nofetch, src_unpack, and...
2008-08-08 Zac MedicoFix broken quoting in eval statements. Thanks to Arfrever.
2008-08-08 Zac MedicoFix default phase functions in EAPI 2_pre2, since they...
2008-08-08 Zac MedicoRename the eapi2_pre2_* functions to just eapi2_* and...
2008-08-08 Zac MedicoImplement eapi$EAPI_* default phase functions that...
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-07 Zac MedicoAdd support in EAPI 2_pre2 for a function named "defaul...
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-07-27 Zac MedicoFixes from Arfrever:
2008-06-28 Zac MedicoCopy portageq exit code validation from has_version...
2008-06-07 Mike Frysingerremove old/unused gen_wrapper function
2008-05-26 Zac MedicoSkip source_all_bashrcs() when $EBUILD_PHASE is not...
2008-05-13 Marius MauchPrefer deb2tgz over ar for unpacking .deb files when...
2008-04-12 Zac MedicoBug #217444 - Send debug-print() output to stderr so...
2008-04-01 Zac MedicoBug #215673 - Make ebuild.sh leave IUSE defaults intact...
2008-03-29 Zac MedicoWhen dyn_unpack() automatically cleans ${WORKDIR},...
2008-03-28 Zac MedicoMake dyn_clean() consistent wrt removal of ${PORTAGE_BU...
2008-03-28 Zac MedicoBug #213698 - Make FEAUTURES=keepwork and keeptemp...
2008-03-26 Zac MedicoMove the default empty compiler flag settings from
2008-03-24 Zac MedicoBug #214499 - When compiler flags are unset, many packa...
2008-03-18 Zac MedicoBug #174634 - Fix ebuild 'digest' and 'manifest' behave...
2008-03-16 Zac MedicoBug #213540 - Make sure DESTTREE=/usr is set before...
2008-03-06 Zac MedicoUse os.environ["SANDBOX_ON"] = "0" to make portageq...
2008-03-06 Zac MedicoRemove egrep syntax emulation since it's not really...
2008-03-06 Zac MedicoImplement the sed-based declare -r filter in python.
2008-03-06 Zac MedicoMove the variable name validation regexes (for bug...
2008-03-05 Zac MedicoPass a space-separated list of variables into filter...
2008-03-05 Zac MedicoBug #211949 - Tighten the variable name filter to exclu...
2008-03-05 Zac MedicoTODO: Move variable name validation and declare -r...
2008-03-05 Zac MedicoImplement variable assignment handling in python so...
2008-03-04 Zac MedicoBug #211949 - Temporarily revert back to a less strict...
2008-03-04 Zac MedicoBug #211949 - Fix the regex so that it won't match...
2008-03-03 Zac MedicoBug #211949 - Tweak the regex so that a leading whitesp...
2008-03-03 Zac MedicoFix the regex for bug #211949 so that it correctly...
2008-03-02 Zac MedicoBug #211949 - As suggested by vapier, tighten the varia...
2008-03-01 Zac MedicoBug #211949 - Make filter_readonly_variables() remove...
2008-02-19 Zac MedicoBug #210449 - Reset exeinto(), docinto(), insinto(...
2008-02-10 Zac MedicoRemove the killparent() function and associated SIGINT...
2008-02-07 Zac MedicoBug #155993 - Update environment.bz2 after postinst...
2008-02-06 Zac MedicoFor the useq() IUSE qa check, use [[ $u =~ $PORTAGE_IUS...
2008-02-06 Zac MedicoMake qa_source and qa_call save the return value and...
2008-01-31 Zac MedicoMake the autotools.eclass functions exempt from the...
2008-01-30 Zac Medico- Remove ebuild.autotools repoman check since it produc...
2008-01-22 Zac MedicoBug #206772 - Enable bashrc once again for the clean...
2008-01-12 Zac MedicoRemove redundant return statement.
2008-01-12 Zac MedicoIn preprocess_ebuild_env(), move a filter_readonly_vari...
2008-01-11 Zac MedicoBug#204668 - Fix WORKDIR quoting in econf() when updating
2008-01-08 Zac MedicoAfter loading the environment, make sure the color...
2008-01-05 Zac MedicoMake filter_readonly_variables() filter PATH in any...
2008-01-05 Zac MedicoFilter PATH along with FEATURES when loading environmen...
2008-01-03 Zac MedicoRecognize export statements when filtering the environm...
2007-12-28 Zac MedicoBug #202697 - Add / to the default initial SANDBOX_READ...
2007-12-28 Zac MedicoFixes for logic related to FEATURES=test to USE=test...
2007-12-28 Zac MedicoAlways make sure that the depend phase triggers a sourc...
2007-12-25 Zac MedicoBug #203239 - With FEATURES=noauto, always source ...
2007-12-18 Zac MedicoOnly enable the PORTAGE_IUSE check during build time...
2007-12-18 Zac MedicoCreate a PORTAGE_IUSE variable containing an egrep...
2007-12-13 Zac MedicoAllow FEATURES to persist between phases since the...
2007-12-13 Zac MedicoRemove extra _ typo.
2007-12-13 Zac MedicoProperly filter SANDBOX_ON from the environment. When...
2007-12-13 Zac MedicoBug #201771 - Make unpack() detect common errors such...
2007-12-13 Zac MedicoUse the sed -r option to enable extended regular expres...
2007-12-13 Zac MedicoBug #202068 - In order to filter unwanted variable...
2007-12-13 Zac MedicoIn filter_readonly_variables(), replace 'declare -r...
2007-12-11 Zac Medico* When installing a binary package, export the file...
2007-12-06 Zac MedicoDeclare retval as a local variable.
next