source ${T}/environment before the definition of qa_source() and qa_call() so that...
[portage.git] / bin / ebuild.sh
2007-03-27 Zac Medicosource ${T}/environment before the definition of qa_sou...
2007-03-16 Zac MedicoFor bug #163262 and conformance with section 7.2 of...
2007-02-18 Zac MedicoDon't exclude . since that excludes the entire contents...
2007-02-18 Zac MedicoWhen calling tar, always exclud . in order to preserver...
2007-02-07 Zac MedicoOnly echo PORTAGE_LOG_FILE if it's actually set (may...
2007-02-03 Zac MedicoFor bug #165034, make sure that symlinks are excluded...
2007-01-31 Zac MedicoUse find + xargs to avoid a potential 'Argument list...
2007-01-30 Zac MedicoFor bug #164617, don't change permissions on ${WORKDIR...
2007-01-17 Zac MedicoUse the portable -o option for tar. Thanks to Timothy...
2007-01-16 Zac MedicoUse the portable -o option for tar. Thanks to Timothy...
2007-01-14 Zac MedicoDisable the test phase when USE=test is masked (for...
2007-01-13 Mike Frysingermake sure people call addread/addwrite/adddeny/addpredi...
2007-01-12 Zac MedicoFor bug #88485, show the location of the build log...
2007-01-10 Zac MedicoFor bug #160075, send all 'QA Notice' messages to eqawa...
2007-01-10 Marius MauchMisc typo fixes, patch by Benno Schulenberg (bug #157812)
2007-01-09 Alec WarnerOkies this works locally for me now (and Zac)
2007-01-09 Alec WarnerZac pointed out that the retcodes would be wrong if...
2007-01-09 Marius MauchDisable qa_source usage until it actually works
2007-01-09 Marius MauchAlways run src_test when calling 'ebuild foo test'
2007-01-08 Alec WarnerAntarus sucks at bash, thanks for Genone for reporting...
2007-01-08 Alec WarnerImplement QA checks that attempt to detect changed...
2006-12-30 Zac MedicoPunt the abort_unpack() handler since it's pointless...
2006-12-25 Zac MedicoFor bug #148603, when an ebuild dies, print eclasses...
2006-12-25 Zac MedicoUse a SIGTERM signal to support a die call inside of...
2006-12-23 Zac MedicoFix inverted EAPI default logic.
2006-12-22 Zac MedicoUse a pipe instead of a temp file for the depend phase.
2006-12-22 Zac MedicoFix the "help" phase so that it works without build...
2006-12-17 Mike Frysingerforce environment.bz2 to be clobbered if it already...
2006-12-17 Mike Frysingerremove pointless redirects to /dev/null when using...
2006-12-16 Zac MedicoFor bug #158177, force configure scripts that automatic...
2006-12-09 Zac MedicoFor bug #157369, clean when cleanup has been triggere...
2006-11-29 Ned Ludd- make sure QUIET mode is exported to the environment...
2006-11-04 Zac MedicoRevert implicit rdepend behavior back to the way it...
2006-11-04 Zac MedicoDon't allow RESTRICT=ccache since it should work and...
2006-11-03 Zac MedicoEnable RESTRICT=ccache. Thanks to drizzt for reporting.
2006-10-15 Zac MedicoUse globing to match *rm phases from the last commit.
2006-10-15 Zac MedicoDisable the ECLASS inherited illegally message during...
2006-10-14 Zac MedicoImplement per-package default USE flags at the ebuild...
2006-10-14 Zac MedicoAlways `unset DEPEND RDEPEND PDEPEND IUSE` prior to...
2006-10-11 Simon Stellingdisable path globbing when creating metadata keys;...
2006-09-29 Zac MedicoFix quoting of ${D} in make arguments for einstall...
2006-09-29 Zac MedicoFix broken [ -z "" ] test. Thanks to Volkov Peter...
2006-09-22 Simon Stellinguse EBUILD_SH_ARGS instead of $*; bug 148615
2006-09-07 Zac MedicoAdd PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it... v2.1.1
2006-09-06 Mike Frysingerunpack rar files with -o+ to force overwriting #146508...
2006-09-06 Mike Frysingermake .compiled warning the same helpful format as ...
2006-09-06 Mike Frysingerif user has FEATURES=noauto then dont check lame .insta...
2006-09-03 Simon Stellingmoving the portage-specific sandbox-code out of the...
2006-07-29 Zac MedicoStack /etc/profile.env inside portage.config so that...
2006-07-18 Simon Stellingmake .keep files package-dependant to fix bug 102436
2006-06-24 Zac MedicoSkip the install phase when ${PORTAGE_BUILDDIR}/.instal...
2006-06-13 Zac MedicoSource /etc/portage/bashrc after the profile.bashrcs...
2006-06-13 Zac MedicoFix generation of ebuild log file names for bug #136285.
2006-06-10 Marius Mauchmake elog mail module always set the 'From' header...
2006-06-01 Zac MedicoFix unpack so that it works with 7z archives for bug...
2006-05-24 Zac MedicoWhen /usr/lib/distcc/bin does not exist, only add a...
2006-05-22 Zac MedicoDon't warn about RESTRICT=test unless FEATURES=test...
2006-05-09 Mike Frysingerslightly easier test to read for DISTDR/unpack check
2006-05-08 Zac MedicoGive a less confusing error message when unpack() argum...
2006-05-08 Zac MedicoMove the fake $HOME that's used for ebuilds from $PORTA...
2006-05-04 Zac MedicoFix some small typos in ebuild.sh for bug #86151. ...
2006-05-03 Zac MedicoImprove the error message when an eclass is not found...
2006-05-02 Simon Stellingrevert rev 3300 as it has various issues and doesn...
2006-05-01 Simon Stellingdon't let profile.env overwrite variables that are...
2006-05-01 Simon Stellingmake portage shut up if --quiet is given; bug 62273
2006-04-30 Zac MedicoAdd PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviro...
2006-04-29 Zac MedicoIn the clean phase, for maximum chflags portablility...
2006-04-19 Mike Frysingersupport *.bz #130406
2006-04-15 Mike Frysingertouchup syntax and dont execute the loop as many times
2006-04-15 Simon Stellinguse strip_duplicate_slashes instead of "for 1 2 3 do...
2006-04-15 Simon Stellingremove all unneeded slashes, not only // or ///
2006-04-15 Simon Stelling`` must die
2006-04-15 Simon Stellingsome more hasq fixes
2006-04-15 Simon Stellinguse has instead of bloated bash constructs
2006-04-15 Simon Stellingfix typo from rev 3151
2006-04-15 Simon Stellingonly move $T/environment if it exists; bug 64926
2006-04-11 Zac MedicoSupport EBUILD_PHASE during package and rpm phases...
2006-04-06 Simon Stellingset PKG_CONFIG_PATH correct on multilib systems; bug...
2006-04-06 Simon Stellingadd /usr/local/{,s}bin to PATH; bug 117713
2006-03-29 Zac MedicoCompare distfiles timestamps with the files in PORTAGE_...
2006-03-27 Ned Ludd- set sane perms on unpacking. If anybody hates this...
2006-03-23 Zac MedicoInclude the die call itself (including line number...
2006-03-22 Zac MedicoEnable bash tracing during sourcing of bashrc for ...
2006-03-20 Zac MedicoMove has, hasq, and hasv functions to isolated-function...
2006-03-19 Zac MedicoAdd NOCOLOR support to ebuild.sh and make emerge automa...
2006-03-18 Zac MedicoMake successful inherit calls return success so that...
2006-03-18 Zac MedicoFix PORTAGE_WORKDIR_MODE so that 0700 is correctly...
2006-03-18 Zac MedicoPrevent "eclass-debug.log: No such file or directory...
2006-03-16 Mike Frysingertouchup some more misc bits of bash code
2006-03-16 Mike Frysingercleanup bash code in use*() and has*() functions with...
2006-03-16 Mike Frysingeradd support for unpacking .tbz, .a, and .deb files
2006-03-16 Zac MedicoAdd a new PORTAGE_WORKDIR_MODE config variable so that...
2006-03-16 Mike Frysingerdeclare more local variables to prevent env pollution
2006-03-16 Mike Frysinger- dont allow people to call `install` with -s via insop...
2006-03-11 Zac MedicoMove PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild...
2006-03-10 Zac MedicoFix dyn_clean in ebuild.sh so that it removes the build...
2006-03-10 Zac MedicoMove dyn_rpm and dyn_spec from ebuild.sh to misc-functi...
2006-03-09 Zac MedicoMove the install phase qa checks from ebuild.sh to...
2006-03-09 Zac MedicoRemove "myarg" from the ebuild.sh env before it is...
2006-03-09 Zac MedicoRemove install_mask from ebuild.sh since it's in misc...
next