| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge PATH initialization/filtering changes from trunk r15149.v2.1.7.16 | Zac Medico | 2009-12-24 | 1 | -25/+36 |
* | Remove stray echo. (trunk r15147) | Zac Medico | 2009-12-24 | 1 | -1/+0 |
* | In save_ebuild_env(), preserve all ebuild phases in any case since excluding | Zac Medico | 2009-12-24 | 1 | -2/+0 |
* | Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. (trunk r15143) | Zac Medico | 2009-12-24 | 2 | -13/+1 |
* | Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1. | Zac Medico | 2009-12-24 | 1 | -2/+2 |
* | If the TERM environment variable is unset then just use internal default | Zac Medico | 2009-12-24 | 1 | -1/+3 |
* | Bug #297541 - Make $(no-as-needed) trigger upstream.workaround warning. Thanks | Zac Medico | 2009-12-24 | 2 | -1/+8 |
* | Add missing stat import. (trunk r15127) | Zac Medico | 2009-12-24 | 1 | -0/+1 |
* | When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the | Zac Medico | 2009-12-24 | 1 | -1/+1 |
* | When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the | Zac Medico | 2009-12-24 | 12 | -20/+26 |
* | Remove some old debug code that should not have been committed. (trunk r15124) | Zac Medico | 2009-12-24 | 1 | -21/+0 |
* | Fix the assert alias to avoid 'value to great for base' messages in some cases. | Zac Medico | 2009-12-24 | 1 | -2/+9 |
* | Use portage.writemsg for lazy portage.util import. (trunk r15108)v2.1.7.15 | Zac Medico | 2009-12-17 | 1 | -2/+2 |
* | Convert bytes to unicode for exception messages. (trunk r15106) | Zac Medico | 2009-12-17 | 1 | -0/+8 |
* | Bug #286497 - Make setexec() warn/nonfatal in permissive mode. Thanks to | Zac Medico | 2009-12-17 | 1 | -1/+10 |
* | Fix typo. (trunk r15099) | Zac Medico | 2009-12-17 | 1 | -1/+1 |
* | Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. | Zac Medico | 2009-12-17 | 1 | -1/+1 |
* | Warn if /proc is not mounted. (trunk r15097) | Zac Medico | 2009-12-17 | 1 | -0/+11 |
* | Bug #296870 - Allow locale related LANG and LC_* variables to persist between | Zac Medico | 2009-12-17 | 2 | -6/+12 |
* | Combine 2 shift calls into one. (trunk r15059)v2.1.7.14 | Zac Medico | 2009-12-13 | 1 | -2/+1 |
* | Bug #296554 - Add decompression support to ecompress (similar to ecompressdir | Zac Medico | 2009-12-13 | 1 | -0/+57 |
* | Make prefix varialbes ED, EPREFIX, and EROOT readonly except in EAPI 0, 1, and | Zac Medico | 2009-12-13 | 1 | -0/+7 |
* | Inside depgraph._validate_blockers(), do not consider blockers in DEPEND of | Zac Medico | 2009-12-13 | 2 | -4/+14 |
* | Bug #296641 - Avoid UnicodeEncodeError with python2 in eapi_is_supported() | Zac Medico | 2009-12-13 | 1 | -1/+5 |
* | In movefile mtime preservation code, simply round down to the nearest whole | Zac Medico | 2009-12-13 | 1 | -29/+9 |
* | Remove redundant EPREFIX, EROOT, and ROOT assingments inside | Zac Medico | 2009-12-13 | 1 | -5/+0 |
* | Remove unused STARTDIR variable. (trunk r15051) | Zac Medico | 2009-12-13 | 2 | -3/+2 |
* | Unset prefix vars for depend phase (even if EAPI is known). (trunk r15050) | Zac Medico | 2009-12-13 | 1 | -2/+1 |
* | Unset prefix vars for depend phase when EAPI is unknown. (trunk r15049) | Zac Medico | 2009-12-13 | 1 | -1/+2 |
* | * Fix type in econf --host argument. | Zac Medico | 2009-12-13 | 2 | -22/+26 |
* | Fix typo. (trunk r15047) | Zac Medico | 2009-12-13 | 1 | -1/+1 |
* | In movefile mtime rounding code, generate nanosecond resolution (9 decimal | Zac Medico | 2009-12-13 | 1 | -21/+15 |
* | Fix typo. (trunk r15045) | Zac Medico | 2009-12-13 | 1 | -1/+1 |
* | Remove redundant EPREFIX setting since it's already initialized earlier in the | Zac Medico | 2009-12-13 | 1 | -4/+0 |
* | Update for EAPI 3_pre2. (trunk r15043) | Zac Medico | 2009-12-13 | 1 | -6/+93 |
* | Add more EAPI 3 conditionals for prefix variables. (trunk r15042) | Zac Medico | 2009-12-13 | 1 | -2/+9 |
* | Add EAPI 3 conditionals for prefix variables. (trunk r15041) | Zac Medico | 2009-12-13 | 1 | -5/+8 |
* | Just use integer mtime if no fractional seconds are found in the search. | Zac Medico | 2009-12-13 | 1 | -1/+4 |
* | Tweak movefile() timestamp preservation code to maximize precision for old | Zac Medico | 2009-12-13 | 1 | -21/+21 |
* | Add missing line from previous commit. (trunk r15038) | Zac Medico | 2009-12-13 | 1 | -0/+1 |
* | In movefile() timestamp preservation code, use another loop to search for | Zac Medico | 2009-12-13 | 1 | -0/+9 |
* | Add EAPI to the whitelist to ensure it's always available as early as possible. | Zac Medico | 2009-12-13 | 1 | -1/+1 |
* | Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035) | Zac Medico | 2009-12-13 | 6 | -18/+18 |
* | Enable xz unpack for EAPI 3_pre2. (trunk r15034) | Zac Medico | 2009-12-13 | 1 | -1/+1 |
* | Add support for EAPI 3_pre2. (trunk r15033) | Zac Medico | 2009-12-13 | 1 | -1/+1 |
* | In config.environ(), only export ED, EPREFIX, and EROOT to the ebuild | Zac Medico | 2009-12-13 | 1 | -0/+6 |
* | Don't filter/interfere with prefix variables unless they are supported by the | Zac Medico | 2009-12-13 | 1 | -1/+12 |
* | Filter prefix variables ED, EPREFIX, and EROOT inside | Zac Medico | 2009-12-13 | 2 | -3/+3 |
* | Don't use lazy import for portage.cache.mappings because it's imported anyway. | Zac Medico | 2009-12-13 | 1 | -8/+6 |
* | Use collections.OrderedDict when available (python-2.7) and fall back to | Zac Medico | 2009-12-13 | 2 | -2/+10 |