summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-191-27/+4
* In SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* 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
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-182-9/+14
* 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-182-7/+25
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #288533 - Make WorldSet automatically include @system.Zac Medico2009-10-111-1/+2
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Remove world_sets support.Zac Medico2009-10-102-34/+5
* Fix _set module imports for rename, add hardcoded config for system and world,Zac Medico2009-10-1015-1407/+20
* Make the sets module private in this branch.Zac Medico2009-10-107-0/+0
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-103-1241/+3
* 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-092-6/+25
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-093-7/+7
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-091-0/+9
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-1/+4
* Enable pty support on FreeBSD.Zac Medico2009-10-071-1/+1
* merge disable openpty conditional from branches/prefixFabian Groffen2009-10-071-1/+15
* Use the stricter _pkgsplit function.Zac Medico2009-10-071-1/+1
* * 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
* Make pkgsplit() preserve 'null' category if it's present in the input.Zac Medico2009-10-051-2/+3
* Use _pkgsplit when input cannot contain a category.Zac Medico2009-10-041-3/+3
* Use the simpler/stricter _pkgspit in dbapi code.Zac Medico2009-10-043-3/+8
* Make pkgsplit() accept a cpv again, since accepting a pv only will probablyZac Medico2009-10-041-3/+20
* fix mis-alignmentFabian Groffen2009-10-041-1/+1
* Generate an eerror message in dblink.mergeme when a file has to be renamed inv2.2_rc43Zac Medico2009-10-031-2/+31
* 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
* Bug #286895 - Generate an eerror message when a directory blocks mergeZac Medico2009-09-301-6/+16
* Use a regular expression for SLOT validation inside vardbapi.aux_get().Zac Medico2009-09-302-6/+9
* Take regular expressions from portage.dep and use them to reimplementZac Medico2009-09-303-54/+35
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-292-9/+26
* Make tbz2.get_data() return an empty dict on failure.Zac Medico2009-09-291-1/+1
* Don't call self.scan() in tbz2.__init__ since all methods call it anyway.Zac Medico2009-09-291-1/+0
* Bug #286780 - Fix email.MIME* imports to use email.mime.* (works with pythonZac Medico2009-09-281-3/+3
* 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
* Make _test_pty_eof() fork when writing to the slave_fd, since otherwiseZac Medico2009-09-271-4/+12
* Make _test_pty_eof() use non-blocking IO, required for Darwin kernel.Zac Medico2009-09-271-1/+13
* Use catsplit() instead of a regex to generate dbapi._categories. Thanks toZac Medico2009-09-271-6/+3
* Fix binTestsInit() to use correct values for PORTAGE_BIN_PATH andZac Medico2009-09-271-6/+9