summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge PATH initialization/filtering changes from trunk r15149.v2.1.7.16Zac Medico2009-12-241-25/+36
* Remove stray echo. (trunk r15147)Zac Medico2009-12-241-1/+0
* Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. (trunk r15143)Zac Medico2009-12-241-7/+1
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Zac Medico2009-12-241-2/+2
* Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.Zac Medico2009-12-171-1/+1
* Bug #296870 - Allow locale related LANG and LC_* variables to persist betweenZac Medico2009-12-171-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. (trunk r15035)Zac Medico2009-12-131-10/+10
* Enable xz unpack for EAPI 3_pre2. (trunk r15034)Zac Medico2009-12-131-1/+1
* Don't filter/interfere with prefix variables unless they are supported by theZac Medico2009-12-131-1/+12
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-131-2/+2
* Implement forward compatible Prefix support. This makes EPREFIX, ED andZac Medico2009-12-131-2/+2
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-101-0/+6
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-101-13/+13
* 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. (trunk r14782)Zac Medico2009-11-071-1/+1
* For --debug mode, enable bash tracing when sourcing the ebuild. (trunk r14781)Zac Medico2009-11-071-1/+8
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-191-4/+0
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-191-2/+6
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-191-4/+3
* Fix breakage in DEFINED_PHASES code. (trunk r14664)Zac Medico2009-10-191-2/+2
* Preserve variables which have been set in global scope using 'declare'.Zac Medico2009-10-191-65/+62
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-181-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-181-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-181-18/+18
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-181-1/+1
* Make phase variable local in has_phase_defined_up_to(). (trunk r14618)Zac Medico2009-10-181-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-181-18/+13
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-181-13/+49
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-181-0/+6
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-111-7/+0
* Add some more EPYTHON safety. (trunk r14570)Zac Medico2009-10-111-1/+1
* Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ...Zac Medico2009-10-111-7/+23
* Remove unused PATH code from EAPI 3_pre1.Zac Medico2009-10-101-14/+0
* Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clearZac Medico2009-09-231-2/+1
* make sure we can deal with arches like x86-fbsd, like is done in bin/ebuild-h...Fabian Groffen2009-08-241-1/+1
* Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+1
* Use elog in _eapi0_pkg_nofetch().Zac Medico2009-08-151-2/+2
* Bug #277537 - Synchronize order of PATH elements with the order defined byZac Medico2009-08-061-2/+2
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-031-13/+0
* Add a python-based setsid script for use with USERLAND=BSD.Zac Medico2009-07-301-2/+5
* Move the setsid code (from bug #278895) as early as possible.Zac Medico2009-07-301-18/+17
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-301-0/+11
* For consistency with emake, add ${MAKEOPTS} ${EXTRA_EMAKE} to make argumentsZac Medico2009-07-171-0/+2
* Bug #273640 - Add --disable-dependency-tracking to econf arguments forZac Medico2009-07-061-0/+5
* Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emergeZac Medico2009-07-061-2/+16
* Bug #273631 - Add default src_install implementation for EAPI 3. Thanks toZac Medico2009-07-061-0/+21