summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Collapse)AuthorAgeFilesLines
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-3/+3
| | | | svn path=/main/trunk/; revision=6411
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-071-7/+6
| | | | | | ebuild writers svn path=/main/trunk/; revision=6351
* change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-071-5/+6
| | | | | | ebuild writers svn path=/main/trunk/; revision=6347
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
| | | | svn path=/main/trunk/; revision=6301
* Filter the readonly attribute from variables saved in ${T}/environment to ↵Zac Medico2007-03-271-1/+2
| | | | | | prevent 'readonly variable' error messages in later phases. svn path=/main/trunk/; revision=6299
* source ${T}/environment before the definition of qa_source() and qa_call() ↵Zac Medico2007-03-271-6/+6
| | | | | | so that the call stack shows the original files and line numbers instead of those from ${T}/environment. Thanks to Markus Ullmann <jokey@gentoo.org> for reporting. svn path=/main/trunk/; revision=6297
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ↵Zac Medico2007-03-161-0/+1
| | | | | | attribute of variables persist between ebuild phases. svn path=/main/trunk/; revision=6212
* Don't exclude . since that excludes the entire contents of some tar files.Zac Medico2007-02-181-1/+1
| | | | svn path=/main/trunk/; revision=6004
* When calling tar, always exclud . in order to preserver ↵Zac Medico2007-02-181-6/+6
| | | | | | PORTAGE_WORKDIR_MODE. Thanks to Brian Harring in bug #167544. svn path=/main/trunk/; revision=6002
* die requires diefunc and dump_trace too; duh; also move extdebug into ↵Alec Warner2007-02-081-66/+0
| | | | | | isolated-functions.sh svn path=/main/trunk/; revision=5930
* move die into isolated-functions.shAlec Warner2007-02-071-11/+3
| | | | svn path=/main/trunk/; revision=5910
* Fix a typo from the previos commit.Zac Medico2007-02-031-1/+1
| | | | svn path=/main/trunk/; revision=5879
* Use ! -type l to exclude symlinks better. Thanks to marienz.Zac Medico2007-02-031-5/+1
| | | | svn path=/main/trunk/; revision=5878
* For bug #165034, make sure that symlinks are excluded from chmod calls.Zac Medico2007-02-031-1/+5
| | | | svn path=/main/trunk/; revision=5877
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | Thanks to solar for reporting. svn path=/main/trunk/; revision=5845
* For bug #164617, don't change permissions on ${WORKDIR} with unpack().Zac Medico2007-01-301-1/+5
| | | | svn path=/main/trunk/; revision=5842
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5689
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-161-12/+5
| | | | | | <drizzt@gentoo.org> for the patch. svn path=/main/trunk/; revision=5676
* Disable the test phase when USE=test is masked (for consistency with the fix ↵Zac Medico2007-01-141-0/+3
| | | | | | for bug #69021). svn path=/main/trunk/; revision=5646
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
| | | | svn path=/main/trunk/; revision=5632
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
| | | | svn path=/main/trunk/; revision=5590
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-101-20/+8
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
| | | | svn path=/main/trunk/; revision=5504
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5492
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
| | | | svn path=/main/trunk/; revision=5489
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5488
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-091-1/+2
| | | | svn path=/main/trunk/; revision=5487
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
| | | | svn path=/main/trunk/; revision=5485
* Implement QA checks that attempt to detect changed shopts and IFS in ↵Alec Warner2007-01-081-31/+57
| | | | | | ebuild/eclass/profile code. Spit a warning if that is the case. I expect this check will eventually reset the shopts and IFS, but in this case it may break things that depend on the current behavior svn path=/main/trunk/; revision=5484
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0
| | | | svn path=/main/trunk/; revision=5425
* For bug #148603, when an ebuild dies, print eclasses that are from overlays. ↵Zac Medico2006-12-251-0/+16
| | | | | | Thanks to Alec Warner for the initial patch. svn path=/main/trunk/; revision=5392
* Use a SIGTERM signal to support a die call inside of a subshell.Zac Medico2006-12-251-0/+7
| | | | svn path=/main/trunk/; revision=5391
* Fix inverted EAPI default logic.Zac Medico2006-12-231-1/+1
| | | | svn path=/main/trunk/; revision=5358
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-221-29/+23
| | | | svn path=/main/trunk/; revision=5350
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-221-1/+3
| | | | svn path=/main/trunk/; revision=5347
* force environment.bz2 to be clobbered if it already existsMike Frysinger2006-12-171-1/+1
| | | | svn path=/main/trunk/; revision=5307
* remove pointless redirects to /dev/null when using hasq()Mike Frysinger2006-12-171-2/+2
| | | | svn path=/main/trunk/; revision=5306
* For bug #158177, force configure scripts that automatically detect ccache to ↵Zac Medico2006-12-161-0/+4
| | | | | | respect FEATURES="-ccache". Thanks to Horst Schirmeier <gentoo@schirmeier.com> for this suggestion. svn path=/main/trunk/; revision=5302
* For bug #157369, clean when cleanup has been triggered by changed ↵Zac Medico2006-12-091-4/+11
| | | | | | timestamps. Also, allow FEATURES=keepwork to override the ebuild mtime check. svn path=/main/trunk/; revision=5244
* - make sure QUIET mode is exported to the environment properly when using -q ↵Ned Ludd2006-11-291-0/+1
| | | | | | mode. svn path=/main/trunk/; revision=5142
* Revert implicit rdepend behavior back to the way it was in portage-2.0.51. ↵Zac Medico2006-11-041-2/+2
| | | | | | Thanks to vapier for the patch. The original change seems to have been an accidentally hunk (referencing bug #58819) that was committed to cvs along with another patch in revision 1.201.2.32 of ebuild.sh. svn path=/main/trunk/; revision=4929
* Don't allow RESTRICT=ccache since it should work and if not then it's a bug ↵Zac Medico2006-11-041-1/+1
| | | | | | that ought to be fixed. Thanks to vapier. svn path=/main/trunk/; revision=4922
* Enable RESTRICT=ccache. Thanks to drizzt for reporting.Zac Medico2006-11-031-1/+1
| | | | svn path=/main/trunk/; revision=4920
* Use globing to match *rm phases from the last commit.Zac Medico2006-10-151-3/+1
| | | | svn path=/main/trunk/; revision=4701
* Disable the ECLASS inherited illegally message during *rm phases since it ↵Zac Medico2006-10-151-1/+7
| | | | | | gives false alarms (bug #150442). svn path=/main/trunk/; revision=4700
* Implement per-package default USE flags at the ebuild and profile levels for ↵Zac Medico2006-10-141-0/+11
| | | | | | bug #61732. svn path=/main/trunk/; revision=4679
* Always `unset DEPEND RDEPEND PDEPEND IUSE` prior to sourcing the ebuild in ↵Zac Medico2006-10-141-0/+5
| | | | | | order to ensure correct interaction during the process of sourcing. Thanks to exg for reporting this issue. svn path=/main/trunk/; revision=4677
* disable path globbing when creating metadata keys; bug 150866; thanks to ↵Simon Stelling2006-10-111-0/+2
| | | | | | brian harring for the patch svn path=/main/trunk/; revision=4657
* Fix quoting of ${D} in make arguments for einstall(). Thanks to Volkov ↵Zac Medico2006-09-291-12/+12
| | | | | | Peter <pva@gentoo.org> for this patch from bug #149494. svn path=/main/trunk/; revision=4557
* Fix broken [ -z "" ] test. Thanks to Volkov Peter <pva@gentoo.org> for this ↵Zac Medico2006-09-291-1/+1
| | | | | | patch from bug #149494. svn path=/main/trunk/; revision=4556