summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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...Zac 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
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should b...Zac Medico2006-06-131-14/+14
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-131-0/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to Paul...Zac Medico2006-06-011-0/+8
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ...Zac Medico2006-05-241-2/+6
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
* slightly easier test to read for DISTDR/unpack checkMike Frysinger2006-05-091-1/+1
* Give a less confusing error message when unpack() arguments begin with ${DIST...Zac Medico2006-05-081-0/+2
* Move the fake $HOME that's used for ebuilds from $PORTAGE_TMPDIR/portage/home...Zac Medico2006-05-081-1/+1
* Fix some small typos in ebuild.sh for bug #86151. Thanks to Yoshino for this...Zac Medico2006-05-041-2/+2
* Improve the error message when an eclass is not found and remove unnecesary E...Zac Medico2006-05-031-3/+2
* revert rev 3300 as it has various issues and doesn't fully solve the problemSimon Stelling2006-05-021-3/+0
* don't let profile.env overwrite variables that are already set; bug 130229Simon Stelling2006-05-011-0/+5
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-33/+32
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...Zac Medico2006-04-301-6/+10
* In the clean phase, for maximum chflags portablility, make *unlnk flags optio...Zac Medico2006-04-291-6/+2
* support *.bz #130406Mike Frysinger2006-04-191-1/+1
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
* `` must dieSimon Stelling2006-04-151-24/+24
* some more hasq fixesSimon Stelling2006-04-151-10/+6
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-111-2/+2
* set PKG_CONFIG_PATH correct on multilib systems; bug 126801Simon Stelling2006-04-061-0/+6
* add /usr/local/{,s}bin to PATH; bug 117713Simon Stelling2006-04-061-1/+1
* Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead...Zac Medico2006-03-291-1/+1
* - set sane perms on unpacking. If anybody hates this than they are welcome to...Ned Ludd2006-03-271-0/+1
* Include the die call itself (including line number) in the printed call stack...Zac Medico2006-03-231-0/+1
* Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...Zac Medico2006-03-221-1/+9
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-201-16/+0
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-191-2/+10