drop IMAGE -- people have had years to catch up (trunk r14694)
[portage.git] / bin / ebuild.sh
2009-10-19 Zac Medicodrop IMAGE -- people have had years to catch up (trunk...
2009-10-19 Zac MedicoMove filtering of misc bash variables from save_ebuild_...
2009-10-19 Zac MedicoFix messages broken in r14616. Thanks to Arfrever for...
2009-10-19 Zac MedicoFix breakage in DEFINED_PHASES code. (trunk r14664)
2009-10-19 Zac MedicoPreserve variables which have been set in global scope...
2009-10-18 Zac MedicoUse short substitution syntax in use_with() and use_ena...
2009-10-18 Zac MedicoFix einstall() change from previous commit, for compati...
2009-10-18 Zac MedicoUse [ "${foo+set}" = set ] instead of "${foo-unset...
2009-10-18 Zac MedicoIn dyn_unpack, check mtimes on $A instead of $AA. Thank...
2009-10-18 Zac MedicoMake phase variable local in has_phase_defined_up_to...
2009-10-18 Zac MedicoSimplify the conditionals from bug #273648. Thanks...
2009-10-18 Zac MedicoBug #273648 - EAPI 3 - the following condtions must...
2009-10-18 Zac MedicoEnsure that /dev/std* streams have appropriate sandbox...
2009-10-11 Zac MedicoUse a shell script for dohtml instead of a function...
2009-10-11 Zac MedicoAdd some more EPYTHON safety. (trunk r14570)
2009-10-11 Zac MedicoSet EPYTHON variable as empty when calling portageq...
2009-10-10 Zac MedicoRemove unused PATH code from EAPI 3_pre1.
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-08-24 Fabian Groffenmake sure we can deal with arches like x86-fbsd, like...
2009-08-21 Arfrever Frehtes... Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH...
2009-08-15 Zac MedicoUse elog in _eapi0_pkg_nofetch().
2009-08-06 Zac MedicoBug #277537 - Synchronize order of PATH elements with...
2009-08-03 Zac MedicoRemove the code from bug #278895 since we're going...
2009-07-30 Zac MedicoAdd a python-based setsid script for use with USERLAND...
2009-07-30 Zac MedicoMove the setsid code (from bug #278895) as early as...
2009-07-30 Zac MedicoBug #278895 - Make ebuild.sh clean up orphaned processe...
2009-07-17 Zac MedicoFor consistency with emake, add ${MAKEOPTS} ${EXTRA_EMA...
2009-07-06 Zac MedicoBug #273640 - Add --disable-dependency-tracking to...
2009-07-06 Zac MedicoBug #273622 - Add pkg_pretend support for the ebuild...
2009-07-06 Zac MedicoBug #273631 - Add default src_install implementation...
2009-07-03 Arfrever Frehtes... Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and...
2009-06-11 Zac MedicoRemove unused newdepend(), newrdepend(), newpdepend...
2009-06-03 Zac MedicoMake usev() strip ! prefix in echoed output as specifie...
2009-06-03 Mike Frysingerdrop sandbox settings that sandbox itself takes care...
2009-05-02 Zac MedicoMake useq() die if called during the "depend" phase...
2009-05-02 Zac MedicoSkip useq() IUSE QA Notices during the "depend" phase...
2009-04-30 Zac MedicoEnable use() qa checks via PORTAGE_IUSE for all ebuild...
2009-04-28 Zac MedicoPut ebuild helpers at the absolute front of the PATH.
2009-04-28 Zac MedicoBug #71646 - Don't allow the HISTFILE variable into...
2009-04-24 Zac MedicoRevert r13390 (dosed and dohard functions) since a...
2009-04-24 Zac MedicoAdd dummy dosed and dohard functions for EAPI 3, so...
2009-04-24 Zac MedicoAdd dohard and doset helper which die for EAPI 3. TODO...
2009-04-23 Zac MedicoFix breakage in PREROOTPATH logic from the EAPI 3 code.
2009-04-23 Zac MedicoRemove ccache and distcc remove_path_entry code since...
2009-04-22 Zac MedicoUse declare -F to check existence of function definitio...
2009-04-21 Zac MedicoIn ebuild_main(), unset ebuild_helpers_path when finish...
2009-04-21 Zac MedicoAdd ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory...
2009-04-13 Zac MedicoMake portage.bsd_chflags correspond to FEATURES=chflags...
2009-04-11 Zac MedicoAvoid leaking some variables from ebuild_main() into... v2.2_rc29
2009-04-08 Zac MedicoCall _ebuild_phase_funcs() from ebuild_main() since...
2009-04-08 Zac Medico- Move DEFINED_PHASES code into _source_ebuild() and...
2009-04-08 Zac MedicoMove the ebuild sourcing code into a new _source_ebuild...
2009-04-01 Zac MedicoBug #264494 - In case the ebuild has enabled set -e...
2009-03-27 Zac MedicoIn dyn_unpack(), don't force a new unpack when the...
2009-03-26 Zac MedicoMove checks for /usr/lib/distcc/bin and /usr/lib/ccache...
2009-03-25 Zac MedicoSource bashrc after PATH tweaks inside ebuild_main().
2009-03-25 Zac MedicoMove distcc and ccache PATH setup later, after EAPI...
2009-03-25 Zac MedicoRemove unused tar_opts variable inside unpack(). Thanks...
2009-03-23 Zac MedicoUse a separate if/then to group boolean or'd expression...
2009-03-23 Zac MedicoMake ebuild(1) detect ebuild/eclass changes and automat...
2009-03-22 Zac MedicoWhen triggering a fresh unpack inside dyn_unpack()...
2009-03-18 Zac MedicoIn order to avoid possible duplicate elog messages...
2009-03-13 Zac MedicoAdd missing brackets to [:upper:] and [:lower:] in...
2009-03-12 Mike Frysingercleanup sandbox env var handling -- make sure we dont...
2009-03-12 Zac MedicoMake dyn_clean ignore FEATURES=keepwork when [[ $EMERGE...
2009-03-12 Zac MedicoMove ebuild helpers into an ebuild-helpers subdirectory.
2009-03-09 Zac MedicoOnly execute src_test pre/post hooks when src_test...
2009-03-09 Zac MedicoAdd more QA warnings for econf calls during unexpected...
2009-03-09 Zac MedicoWhen generating variable names to hold EXPORT_FUNCTIONS...
2009-03-09 Zac MedicoUse the ebuild_phase helper function to calls phase...
2009-03-09 Zac MedicoInside dyn_unpack(), only call pre/post phase hooks...
2009-03-09 Zac MedicoReplace things like [[ $PORTAGE_BUILDDIR/.prepared...
2009-03-08 Zac MedicoGenerate a QA Notice when EXPORT_FUNCTIONS is called...
2009-03-08 Zac MedicoFix typo from previous commit.
2009-03-08 Zac MedicoAlso support + character in eclass names.
2009-03-08 Zac MedicoTranslate period characters in eclass names when genera...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-08 Zac MedicoRevert previous 2 commits due to bugs.
2009-03-08 Zac MedicoFix PECLASS logic inside inherit() so that ECLASS is...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-04 Zac MedicoFix vdb entry writting code in dyn_install() to avoid...
2009-02-18 Zac MedicoMake save_ebuild_env() filter NOCOLOR, and remove relat...
2009-02-16 Mike Frysingerunify code for unpacking of tar files
2009-02-14 Zac MedicoAutomatically export QA_PRESTRIPPED if it's set. Thanks...
2009-02-12 Zac Medico* Remove outdated comment about qa_source() return...
2009-02-09 Zac MedicoAdd new EAPI 3_pre1 value, and disable unpack() support...
2009-02-09 Zac MedicoRemove support for deprecated 2_pre* EAPI values.
2009-02-08 Mike Frysingeradd support for .xz compressed files like .lzma
2009-02-07 Zac MedicoEscape globs in hasgq arguments in order to prevent...
2009-02-07 Mike Frysingercleanup econf() code -- use hasg* funcs in multilib...
2009-02-07 Mike Frysingerfix previous commit -- hasq isnt as cool as i thought...
2009-02-07 Mike Frysingerfix --libdir detection when econf is passed whitespace...
2009-01-25 Zac MedicoAdd messages before and after the src_prepare phase...
2009-01-07 Zac MedicoBug #250469 - Fix unpack() so that deb2targz is called...
2009-01-02 Ned Ludd- tell the user where we unpacked the source
2008-12-21 Zac MedicoFix DEFINED_PHASES code to check for pkg_config and...
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.
next