summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #308835 - Make econf() use sed to substitute $CONFIG_SHELL inZac Medico2010-08-041-0/+5
* Patch ebuild.sh to not nuke the WORKDIR if FEATURES="keepwork".Christopher Covington2010-07-081-2/+4
* Bug #322049 - Make use_with() and use_enable() handling of emptyZac Medico2010-05-301-2/+10
* Fix handling of empty third argument of use_with() and use_enable().Arfrever Frehtes Taifersar Arahesis2010-05-271-2/+2
* Use 'assert' to check ${PIPESTATUS[@]} from save_ebuild_env calls.Zac Medico2010-05-251-0/+3
* Bug #321145: Don't ignore exit status of filter-bash-environment.py and check...Arfrever Frehtes Taifersar Arahesis2010-05-251-1/+1
* Bug #320755 - Make sure src_test only runs once when ebuild(1)Zac Medico2010-05-211-5/+8
* Update comment in econf about --disable-dependency-tracking to refer toZac Medico2010-05-061-1/+1
* Support per-package bashrc files.Michał Górny2010-04-291-10/+13
* Remove unsed check_KV() function. Thanks to Brian Harring.Zac Medico2010-03-251-14/+0
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix breakage from previous commit.Zac Medico2010-03-151-0/+1
* Add a TODO note about adding a registration interface for eclasses to registerZac Medico2010-03-151-6/+7
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-2/+4
* Bug #309001 - Only trust tar exit status (ignore decompressor exit status)Zac Medico2010-03-111-4/+2
* After src_install, save fewer variables when writing the vdb entry for aZac Medico2010-02-141-3/+9
* Evaluate USE conditionals when writing vdb entries after src_install.Zac Medico2010-02-141-3/+2
* Bug #297364 - Only set EAPI conditional PATH once after sourcing the ebuildv2.2_rc61Zac Medico2009-12-241-39/+48
* Remove stray echo.Zac Medico2009-12-241-1/+0
* Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH.Zac Medico2009-12-241-7/+1
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Arfrever Frehtes Taifersar Arahesis2009-12-221-2/+2
* Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.Zac Medico2009-12-161-1/+1
* Bug #296870 - Allow locale related LANG and LC_* variables to persist betweenZac Medico2009-12-161-1/+12
* Make prefix varialbes ED, EPREFIX, and EROOT readonly except in EAPI 0, 1, andZac Medico2009-12-131-0/+7
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-111-10/+10
* Enable xz unpack for EAPI 3_pre2.Zac Medico2009-12-111-1/+1
* Don't filter/interfere with prefix variables unless they are supported by theZac Medico2009-12-111-1/+12
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-111-2/+2
* Implement forward compatible Prefix support. This makes EPREFIX, ED andFabian Groffen2009-12-101-2/+2
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-091-0/+6
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-081-15/+15
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-1/+10
* Make register_die_hook() ensure that each hook is registered only once.Zac Medico2009-12-061-1/+5
* Bug #294886 - Show some basic info at the beginning of the build log,Zac Medico2009-11-271-0/+5
* Use einfo instead of ewarn for the "Skipping make test/check due to ebuildZac Medico2009-11-251-1/+1
* Collapse two [[ ]] into one.Zac Medico2009-11-061-1/+1
* For --debug mode, enable bash tracing when sourcing the ebuild.Zac Medico2009-11-061-1/+8
* Revert the workaround for bug #288863. This will require a dependency onZac Medico2009-10-261-6/+0
* drop IMAGE -- people have had years to catch upMike Frysinger2009-10-191-4/+0
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-181-2/+6
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-181-4/+3
* Fix breakage in DEFINED_PHASES code.Zac Medico2009-10-181-2/+2
* Preserve variables which have been set in global scope using 'declare'.Arfrever Frehtes Taifersar Arahesis2009-10-181-65/+62
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-171-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-171-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-171-18/+18
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-171-1/+1
* Make phase variable local in has_phase_defined_up_to().Zac Medico2009-10-171-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-171-18/+13