summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use tar options to make files owned in release tarballs owned byv2.2_rc16Zac Medico2008-11-241-1/+2
* Also add 2 spaces after newline, for alignment.Zac 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
* Fix typo in --help.Zac Medico2008-11-241-1/+1
* Document the 'eapi' profile file.Zac Medico2008-11-241-0/+6
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Inside profile_check(), call validate_ebuild_environment() to generateZac Medico2008-11-241-0/+2
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-242-1/+21
* 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.Zac Medico2008-11-232-7/+51
* When displaying anscestors of an unstatisfied dependency (code from bugZac Medico2008-11-231-0/+5
* Add back accidentally removed @downgrade set. Thanks to Arfrever.Zac Medico2008-11-221-0/+6
* Add new @unavailable package set which contains all installedZac Medico2008-11-223-4/+46
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Add some people to the AUTHORS section.Zac Medico2008-11-221-0/+3
* Fix quoting on $CHANGELOG_REVISION.v2.2_rc15Zac 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.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
* When given an ambiguous ebuild name to install, format the list of choicesZac Medico2008-11-211-8/+37
* Remove inappropriate backslash escaping inside _db_escape_string().Zac Medico2008-11-201-1/+2
* Inside _parse_data(), don't rely on the magic 22 line count for the flat_listZac Medico2008-11-201-27/+18
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-202-8/+15
* Remove PORTAGE_IONICE_COMMAND setting since it's commented out.Zac Medico2008-11-191-4/+0
* Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it isZac Medico2008-11-191-5/+3
* Remove --fetchonly --resume time.sleep() call which is an artifact from theZac Medico2008-11-191-5/+0
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* Bug #245779 - Document the new category subdirectory behavior for PKGDIR.Zac Medico2008-11-193-6/+10
* Move the repo_name check/warning into a function.Zac Medico2008-11-181-23/+27
* When warning about 'missing repo_name', also give the exact path where theZac Medico2008-11-181-9/+17
* Make serialize_eclasses() sort eclass names.Zac Medico2008-11-181-2/+2
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-182-19/+40
* include quotes when showing make outputMike Frysinger2008-11-181-1/+10
* Store the _eclasses_ field instead of INHERITED.Zac Medico2008-11-171-8/+0
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-172-2/+3
* When parsing `git diff` output, filter paths that are not descended from theZac Medico2008-11-171-4/+10
* When committing manifests, specify the manifest paths instead of using gitZac Medico2008-11-171-4/+2
* Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variablesZac Medico2008-11-171-78/+83