summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix introspection code in fetch() so that it works correctly when myuris isv2.1.7.13Zac Medico2009-12-101-1/+2
* Remove extra comman in comment. (trunk r15015)v2.1.7.12Zac Medico2009-12-101-1/+1
* Detect cases when long(stat_obj.st_mtime) != stat_obj[stat.ST_MTIME] due toZac Medico2009-12-101-1/+19
* In movefile(), always use stat_obj[stat.ST_MTIME] for the integral timestampZac Medico2009-12-101-3/+6
* Add localization variables (LANG and LC_*) to the environment whitelist andZac Medico2009-12-101-0/+7
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-101-0/+5
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-101-4/+4
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+7
* Fix _spawn_misc_sh() to properly unset EBUILD_PHASE, and add a 'phase'Zac Medico2009-12-061-4/+5
* Move code for handling missing sandbox binary out of the config constructor.Zac Medico2009-12-061-15/+18
* Bug #162404 - Automatically disable logging if sesandbox is enabled and aZac Medico2009-12-061-3/+16
* Always append QA Notices resulting from the build log search to the end ofZac Medico2009-12-061-1/+26
* Fix deprecated usage of dep_getkey(). Thanks to Sebastian Mingramm (few)v2.1.7.9Zac Medico2009-11-281-2/+2
* Add a note about lack of nanosecond precision in movefile(). (trunk r14900)Zac Medico2009-11-271-0/+3
* Fix logic from previous commit so it only applies when a 'newmtime' parameterZac Medico2009-11-271-3/+5
* In movefile(), skip os.utime() when os.rename() succeeds, in order toZac Medico2009-11-271-0/+2
* Bug #293998 - Use OSError.errno instead of trying to subscript the exceptionZac Medico2009-11-251-4/+2
* Bug #293603 - Blacklist EPREFIX and EROOT variables, in addition to ED.Zac Medico2009-11-211-1/+2
* Bug #293603 - Add $ED to the blacklist, to prevent interference with relatedZac Medico2009-11-211-1/+1
* Make cacheddir() always behave like EmptyOnError is True, since listdir()Zac Medico2009-10-311-7/+3
* Add a reference to bug #141118 inside _expand_new_virtuals(). (trunk r14732)Zac Medico2009-10-271-2/+4
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Zac Medico2009-10-251-11/+10
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-191-1/+1
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-181-2/+0
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-181-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-181-3/+20
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-101-3/+0
* Disable EAPI 3_pre1.Zac Medico2009-10-101-1/+1
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-091-4/+12
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-1/+1
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-091-0/+9
* Enable pty support on FreeBSD.Zac Medico2009-10-071-1/+1
* merge disable openpty conditional from branches/prefixFabian Groffen2009-10-071-1/+15
* * Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals.Zac Medico2009-10-051-12/+39
* Make deprecated_profile_check() suggest to use eselect profile. Thanks toZac Medico2009-10-051-0/+2
* Use _pkgsplit when input cannot contain a category.Zac Medico2009-10-041-3/+3
* Fix race condition when using a fork inside _test_pty_eof().Zac Medico2009-10-031-4/+6
* Don't use a fork inside _test_pty_eof() because it gives inconsistent results.Zac Medico2009-10-031-12/+21
* Take regular expressions from portage.dep and use them to reimplementZac Medico2009-09-301-1/+1
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-291-1/+4
* Make _test_pty_eof() call process.spawn() instead of os.fork().Zac Medico2009-09-271-8/+9
* Try to avoid blocking on Darwin in _test_pty_eof() by using slave_fd directlyZac Medico2009-09-271-7/+5
* In _test_pty_eof(), call waitpid on the child process only after reading allZac Medico2009-09-271-1/+1