summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use stat st_dev attributes instead of the older approach. (trunk r12117)v2.1.6_rc2Zac Medico2008-11-271-2/+1
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-262-7/+58
* Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die.Zac Medico2008-11-261-2/+1
* Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ...Zac Medico2008-11-261-3/+9
* Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.Zac Medico2008-11-261-0/+16
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
* Bug #248603 - Disable warnings about missing repo_name entries for now, since...Zac Medico2008-11-261-1/+1
* Eliminate redundant Manifest separation code by combining mychanged + mynew s...Zac Medico2008-11-261-13/+4
* Remove redundant reference to 'mynew' since 'myupdates' already contains thos...Zac Medico2008-11-261-2/+2
* Bug #248464 - With git, there's never any keyword expansion, so there'sZac Medico2008-11-261-6/+20
* Bug #248782 - Handle permission error in EbuildFetchonly.execute() if PORTAGE...Zac Medico2008-11-261-1/+6
* Note that file names in /etc/portage/package.* directories are sorted ascendingZac Medico2008-11-261-2/+3
* Bug #248599 - Remove docs for the --list-sets option.Zac Medico2008-11-251-3/+0
* Add note in --depclean docs about link level dependency breakage.Zac Medico2008-11-252-2/+8
* Remove world and system targets for emerge --help since it no longer works no...Zac Medico2008-11-252-30/+1
* Bug #248599 - Remove remaining references to packages sets and preserve-libs.Zac Medico2008-11-245-30/+9
* Use tar options to make files owned in release tarballs owned byZac Medico2008-11-241-1/+2
* Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1Zac Medico2008-11-241-1/+1
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
* Remove unused package sets and glsa stuff.Zac Medico2008-11-2414-1530/+0
* Remove unused sets.conf file.Zac Medico2008-11-241-66/+0
* Add back the --depclean warning about "link level dependencies" since theZac Medico2008-11-241-0/+4
* Fix typo in --help. (trunk r12072)Zac Medico2008-11-241-1/+1
* Document the 'eapi' profile file. (trunk r12070)Zac Medico2008-11-241-0/+6
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-242-1/+23
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
* Add a note about negative IUSE default settings being ineffective givenZac Medico2008-11-231-1/+3
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
* Fix the code from bug #245358 so that it's guaranteed to traverse all theZac Medico2008-11-231-6/+8
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-233-81/+3
* Add docs for all of the supported commands. (trunk r12047)Zac Medico2008-11-232-7/+51
* When displaying anscestors of an unstatisfied dependency (code from bugZac Medico2008-11-231-0/+5
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Add some people to the AUTHORS section. (trunk r12033)Zac Medico2008-11-221-0/+3
* Fix quoting on $CHANGELOG_REVISION. (trunk r12030)Zac Medico2008-11-221-2/+1
* Make sure the dict returned from _parse_data() contains all of _known_keys.Zac Medico2008-11-221-0/+3
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
* Bug #247776 - Show a warning message if CONFIG_PROTECT is empty. (trunk r12022)Zac Medico2008-11-211-0/+9
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-212-7/+14
* Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packagesZac Medico2008-11-211-1/+4
* In EbuildProcess._start(), don't open the log file during the clean phaseZac Medico2008-11-211-1/+5
* In JobStatusDisplay, always flush the output stream after writing to it.Zac Medico2008-11-211-0/+4