summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* die requires diefunc and dump_trace too; duh; also move extdebug into isolate...Alec Warner2007-02-081-66/+0
* move die into isolated-functions.shAlec Warner2007-02-071-11/+3
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
* Use find + xargs to avoid a potential 'Argument list too long' from bash. Th...Zac Medico2007-01-311-3/+1
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-161-12/+5
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw...Zac Medico2007-01-101-20/+8
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-091-1/+2
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
* Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e...Alec Warner2007-01-081-31/+57
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0
* For bug #148603, when an ebuild dies, print eclasses that are from overlays. ...Zac Medico2006-12-251-0/+16
* Use a SIGTERM signal to support a die call inside of a subshell.Zac Medico2006-12-251-0/+7
* Fix inverted EAPI default logic.Zac Medico2006-12-231-1/+1
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-221-29/+23
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-221-1/+3
* force environment.bz2 to be clobbered if it already existsMike Frysinger2006-12-171-1/+1
* remove pointless redirects to /dev/null when using hasq()Mike Frysinger2006-12-171-2/+2
* For bug #158177, force configure scripts that automatically detect ccache to ...Zac Medico2006-12-161-0/+4
* For bug #157369, clean when cleanup has been triggered by changed timestamp...Zac Medico2006-12-091-4/+11
* - make sure QUIET mode is exported to the environment properly when using -q ...Ned Ludd2006-11-291-0/+1
* Revert implicit rdepend behavior back to the way it was in portage-2.0.51. T...Zac Medico2006-11-041-2/+2
* Don't allow RESTRICT=ccache since it should work and if not then it's a bug t...Zac Medico2006-11-041-1/+1
* Enable RESTRICT=ccache. Thanks to drizzt for reporting.Zac Medico2006-11-031-1/+1
* Use globing to match *rm phases from the last commit.Zac Medico2006-10-151-3/+1
* Disable the ECLASS inherited illegally message during *rm phases since it giv...Zac Medico2006-10-151-1/+7
* Implement per-package default USE flags at the ebuild and profile levels for ...Zac Medico2006-10-141-0/+11
* Always `unset DEPEND RDEPEND PDEPEND IUSE` prior to sourcing the ebuild in or...Zac Medico2006-10-141-0/+5
* disable path globbing when creating metadata keys; bug 150866; thanks to bria...Simon Stelling2006-10-111-0/+2
* Fix quoting of ${D} in make arguments for einstall(). Thanks to Volkov Peter...Zac Medico2006-09-291-12/+12
* Fix broken [ -z "" ] test. Thanks to Volkov Peter <pva@gentoo.org> for this ...Zac Medico2006-09-291-1/+1
* use EBUILD_SH_ARGS instead of $*; bug 148615Simon Stelling2006-09-221-8/+8
* Add PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it's legitimate for portageq...v2.1.1Zac Medico2006-09-071-1/+2
* unpack rar files with -o+ to force overwriting #146508 by Paul BredburyMike Frysinger2006-09-061-1/+1
* make .compiled warning the same helpful format as .installedMike Frysinger2006-09-061-3/+3
* if user has FEATURES=noauto then dont check lame .installed fileMike Frysinger2006-09-061-1/+3
* moving the portage-specific sandbox-code out of the ebuild-specific src_testSimon Stelling2006-09-031-2/+2
* Stack /etc/profile.env inside portage.config so that it doesn't stop variable...Zac Medico2006-07-291-2/+0
* make .keep files package-dependant to fix bug 102436Simon Stelling2006-07-181-2/+2
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug #...Zac Medico2006-06-241-0/+5