summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* use EBUILD_SH_ARGS instead of $*; bug 148615Simon Stelling2006-09-221-8/+8
| | | | svn path=/main/trunk/; revision=4495
* Add PORTAGE_DEPCACHEDIR to SANDBOX_PREDICT since it's legitimate for ↵v2.1.1Zac Medico2006-09-071-1/+2
| | | | | | portageq calls to trigger cache writes. See bug #144011. svn path=/main/trunk/; revision=4425
* unpack rar files with -o+ to force overwriting #146508 by Paul BredburyMike Frysinger2006-09-061-1/+1
| | | | svn path=/main/trunk/; revision=4413
* make .compiled warning the same helpful format as .installedMike Frysinger2006-09-061-3/+3
| | | | svn path=/main/trunk/; revision=4412
* if user has FEATURES=noauto then dont check lame .installed fileMike Frysinger2006-09-061-1/+3
| | | | svn path=/main/trunk/; revision=4411
* moving the portage-specific sandbox-code out of the ebuild-specific src_testSimon Stelling2006-09-031-2/+2
| | | | svn path=/main/trunk/; revision=4382
* Stack /etc/profile.env inside portage.config so that it doesn't stop ↵Zac Medico2006-07-291-2/+0
| | | | | | variables in inappropriate places. See bug #51370. svn path=/main/trunk/; revision=4048
* make .keep files package-dependant to fix bug 102436Simon Stelling2006-07-181-2/+2
| | | | svn path=/main/trunk/; revision=3917
* Skip the install phase when ${PORTAGE_BUILDDIR}/.installed exists. See bug ↵Zac Medico2006-06-241-0/+5
| | | | | | #137864. svn path=/main/trunk/; revision=3646
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should ↵Zac Medico2006-06-131-14/+14
| | | | | | be over to override the profile env. svn path=/main/trunk/; revision=3508
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-131-0/+1
| | | | svn path=/main/trunk/; revision=3506
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to ↵Zac Medico2006-06-011-0/+8
| | | | | | Paul Bredbury <brebs@sent.com> for the initial patch. svn path=/main/trunk/; revision=3447
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ↵Zac Medico2006-05-241-2/+6
| | | | | | CC and CXX for bug #84150. svn path=/main/trunk/; revision=3408
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
| | | | svn path=/main/trunk/; revision=3389
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
| | | | svn path=/main/trunk/; revision=3335
* Give a less confusing error message when unpack() arguments begin with ↵Zac Medico2006-05-081-0/+2
| | | | | | ${DISTDIR}. Thanks to Flameeyes for reporting. svn path=/main/trunk/; revision=3333
* Move the fake $HOME that's used for ebuilds from ↵Zac Medico2006-05-081-1/+1
| | | | | | $PORTAGE_TMPDIR/portage/homedir to $PORTAGE_BUILDDIR/homedir so that each build has a unique $HOME for bug #130395. svn path=/main/trunk/; revision=3330
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for ↵Zac Medico2006-05-041-2/+2
| | | | | | this patch. svn path=/main/trunk/; revision=3319
* Improve the error message when an eclass is not found and remove unnecesary ↵Zac Medico2006-05-031-3/+2
| | | | | | ERRORMSG variable. svn path=/main/trunk/; revision=3316
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
| | | | svn path=/main/trunk/; revision=3305
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
| | | | svn path=/main/trunk/; revision=3300
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-33/+32
| | | | svn path=/main/trunk/; revision=3296
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to ↵Zac Medico2006-04-301-6/+10
| | | | | | replace hard coded paths in ebuild.sh and misc-functions.sh. svn path=/main/trunk/; revision=3280
* In the clean phase, for maximum chflags portablility, make *unlnk flags ↵Zac Medico2006-04-291-6/+2
| | | | | | optional and drop the USERLAND test (bug #113536). svn path=/main/trunk/; revision=3264
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
| | | | svn path=/main/trunk/; revision=3176
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
| | | | svn path=/main/trunk/; revision=3158
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
| | | | svn path=/main/trunk/; revision=3157
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
| | | | svn path=/main/trunk/; revision=3156
* `` must dieSimon Stelling2006-04-151-24/+24
| | | | svn path=/main/trunk/; revision=3155
* some more hasq fixesSimon Stelling2006-04-151-10/+6
| | | | svn path=/main/trunk/; revision=3154
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
| | | | svn path=/main/trunk/; revision=3153
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3152
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3151
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-2/+2
| | | | svn path=/main/trunk/; revision=3125
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
| | | | svn path=/main/trunk/; revision=3083
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
| | | | svn path=/main/trunk/; revision=3082