summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused package sets and glsa stuff.Zac Medico2008-11-2414-1530/+0
| | | | svn path=/main/branches/2.1.6/; revision=12076
* Remove unused sets.conf file.Zac Medico2008-11-241-66/+0
| | | | svn path=/main/branches/2.1.6/; revision=12075
* Add back the --depclean warning about "link level dependencies" since theZac Medico2008-11-241-0/+4
| | | | | | 2.1.6 branch doesn't have lib awareness. svn path=/main/branches/2.1.6/; revision=12074
* Fix typo in --help. (trunk r12072)Zac Medico2008-11-241-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=12073
* Document the 'eapi' profile file. (trunk r12070)Zac Medico2008-11-241-0/+6
| | | | svn path=/main/branches/2.1.6/; revision=12071
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
| | | | | | | | | profiles, and bail out if the profile contains an unsupported EAPI value in any one of it's directories. We don't necessarily have to use this but at least it gives us some way to make emerge bail out early if a profile contains unsupported EAPI features. (trunk r12068) svn path=/main/branches/2.1.6/; revision=12069
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-242-1/+23
| | | | | | | | --help, --info, --sync, and --version actions. When bailing out, suggest to revert back to the previous profile configuration advise the user which actions are allowed with an invalid profile. (trunk r12064:12066) svn path=/main/branches/2.1.6/; revision=12067
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
| | | | | | (trunk r12063) svn path=/main/branches/2.1.6/; revision=12064
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
| | | | | | option. (trunk r12061) svn path=/main/branches/2.1.6/; revision=12062
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
| | | | | | display. (trunk r12059) svn path=/main/branches/2.1.6/; revision=12060
* Add a note about negative IUSE default settings being ineffective givenZac Medico2008-11-231-1/+3
| | | | | | | the default USE_ORDER setting which causes profile and user configuration settings to override them. (trunk r12057) svn path=/main/branches/2.1.6/; revision=12058
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
| | | | | | killed. (trunk r12055) svn path=/main/branches/2.1.6/; revision=12056
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
| | | | | | | message, instead of the 'value too great for base' message when the user enters an invalid value such as '1y'. (trunk r12053) svn path=/main/branches/2.1.6/; revision=12054
* Fix the code from bug #245358 so that it's guaranteed to traverse all theZac Medico2008-11-231-6/+8
| | | | | | way to a root node, even when circular deps are encountered. (trunk r12051) svn path=/main/branches/2.1.6/; revision=12052
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-233-81/+3
| | | | | | Thanks to Alec Warner <antarus@g.o>. (trunk r12049) svn path=/main/branches/2.1.6/; revision=12050
* Add docs for all of the supported commands. (trunk r12047)Zac Medico2008-11-232-7/+51
| | | | svn path=/main/branches/2.1.6/; revision=12048
* When displaying anscestors of an unstatisfied dependency (code from bugZac Medico2008-11-231-0/+5
| | | | | | | | #245358), avoid a potential infinite loop and memory leak triggered by circular dependencies. Thanks to Peter Weller <welp@g.o> for reporting. (trunk r12045) svn path=/main/branches/2.1.6/; revision=12046
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
| | | | | | message that's displayed when bash exits unexpectedly. (trunk r12041) svn path=/main/branches/2.1.6/; revision=12042
* Add some people to the AUTHORS section. (trunk r12033)Zac Medico2008-11-221-0/+3
| | | | svn path=/main/branches/2.1.6/; revision=12034
* Fix quoting on $CHANGELOG_REVISION. (trunk r12030)Zac Medico2008-11-221-2/+1
| | | | svn path=/main/branches/2.1.6/; revision=12031
* Make sure the dict returned from _parse_data() contains all of _known_keys.Zac Medico2008-11-221-0/+3
| | | | | | (trunk r12028) svn path=/main/branches/2.1.6/; revision=12029
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
| | | | | | | by _global_updates(). Thanks to Andrew Gaffney <agaffney@g.o> for reporting. (trunk r12026) svn path=/main/branches/2.1.6/; revision=12027
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
| | | | | | | for availablity. Thanks to Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> for reporting. (trunk r12024) svn path=/main/branches/2.1.6/; revision=12025
* Bug #247776 - Show a warning message if CONFIG_PROTECT is empty. (trunk r12022)Zac Medico2008-11-211-0/+9
| | | | svn path=/main/branches/2.1.6/; revision=12023
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-212-7/+14
| | | | | | of packages that will be uninstalled anyway. (trunk r12020) svn path=/main/branches/2.1.6/; revision=12021
* Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packagesZac Medico2008-11-211-1/+4
| | | | | | to be uninstalled. (trunk r12018) svn path=/main/branches/2.1.6/; revision=12019
* In EbuildProcess._start(), don't open the log file during the clean phaseZac Medico2008-11-211-1/+5
| | | | | | | | since the open file can result in an nfs lock on $T/build.log which prevents the clean phase from removing $T. Thanks to Jeremy Olexa <darkside@g.o> for reporting. (trunk r12016) svn path=/main/branches/2.1.6/; revision=12017
* In JobStatusDisplay, always flush the output stream after writing to it.Zac Medico2008-11-211-0/+4
| | | | | | (trunk r12014) svn path=/main/branches/2.1.6/; revision=12015
* When given an ambiguous ebuild name to install, format the list of choicesZac Medico2008-11-211-8/+37
| | | | | | | | in emerge --search format if --quiet mode is not enabled, otherwise just show a brief list. Thanks to Markus Meier <maekke@g.o> for the suggestion. (trunk r12012) svn path=/main/branches/2.1.6/; revision=12013
* Remove inappropriate backslash escaping inside _db_escape_string(). (trunkZac Medico2008-11-201-1/+2
| | | | | | r12010) svn path=/main/branches/2.1.6/; revision=12011
* Inside _parse_data(), don't rely on the magic 22 line count for the flat_listZac Medico2008-11-201-27/+18
| | | | | | | | format, since it doesn't make a significant performance difference and it places an artificial limit on the number of keys that can be stored. (trunk r12008) svn path=/main/branches/2.1.6/; revision=12009
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-202-8/+15
| | | | | | | | | | | do avoid locking the normal build dir location (similar to bug #245231). The EbuildFetchPretend class is renamed to EbuildFetchonly and it's used for --fetchonly mode regardless of whether --pretend is enabled. Also, fix stdout/stderr flushing in JobStatusDisplay.displayMessage() and portage.spawn() to ensure output always occurs in the correct order when displaying pkg_nofetch() output in --fetchonly mode. (trunk r12006) svn path=/main/branches/2.1.6/; revision=12007
* Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it isZac Medico2008-11-192-9/+3
| | | | | | unset by default. (trunk r12002:12004) svn path=/main/branches/2.1.6/; revision=12005
* Remove --fetchonly --resume time.sleep() call which is an artifact from theZac Medico2008-11-191-5/+0
| | | | | | previous parallel-fetch implementation. (trunk r12001) svn path=/main/branches/2.1.6/; revision=12002
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
| | | | | | | the build log, exclude messages that are emitted from configure scripts since those are normal in some cases. (trunk r11999) svn path=/main/branches/2.1.6/; revision=12000
* Bug #245779 - Document the new category subdirectory behavior for PKGDIR.Zac Medico2008-11-193-6/+10
| | | | | | (trunk r11997) svn path=/main/branches/2.1.6/; revision=11998
* When warning about 'missing repo_name', also give the exact path where theZac Medico2008-11-181-15/+27
| | | | | | | | entry should exist, and explain that it should be a plain text file containing a unique name of the first line. This should give the users enough information to correct the problem without needing to seek help. (trunk r11993:11995) svn path=/main/branches/2.1.6/; revision=11996
* Make serialize_eclasses() sort eclass names. (trunk r11992)Zac Medico2008-11-181-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=11993
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-182-19/+40
| | | | | | paths. (trunk r11990) svn path=/main/branches/2.1.6/; revision=11991
* include quotes when showing make output (trunk r11988)Zac Medico2008-11-181-1/+10
| | | | svn path=/main/branches/2.1.6/; revision=11989
* Store the _eclasses_ field instead of INHERITED. (trunk r11986)Zac Medico2008-11-171-8/+0
| | | | svn path=/main/branches/2.1.6/; revision=11987
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-172-2/+3
| | | | | | | | | | field inside the file instead of mangling the mtime of the cache entry file. Also, fix FsBased._ensure_access() to properly skip the utime() call when no mtime is passed in. Theses cache changes are compatible with current stable portage (2.1.4.x), which uses the _mtime_ field contained in the file when available. (trunk r11984) svn path=/main/branches/2.1.6/; revision=11985
* When parsing `git diff` output, filter paths that are not descended from theZac Medico2008-11-171-4/+10
| | | | | | current directory. (trunk r11982) svn path=/main/branches/2.1.6/; revision=11983
* When committing manifests, specify the manifest paths instead of using gitZac Medico2008-11-171-4/+2
| | | | | | | commit -a, since we may not want to commit all dirty files in the whole repo. Thanks to Robin Johnson <robbat2@g.o> for reporting. (trunk r11980) svn path=/main/branches/2.1.6/; revision=11981
* Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variablesZac Medico2008-11-171-78/+83
| | | | | | that allow vcs options to be passed in for commit commands. (trunk r11978) svn path=/main/branches/2.1.6/; revision=11979
* Add missing -a option for git commits. (trunk r11976)Zac Medico2008-11-171-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=11977
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=11975
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
| | | | | | to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for the suggestion. (trunk r11972) svn path=/main/branches/2.1.6/; revision=11973
* Trigger the --include-dev suggestion for any keywords from dev profiles, evenZac Medico2008-11-161-2/+1
| | | | | | if those keywords also belong to stable profiles. (trunk r11970) svn path=/main/branches/2.1.6/; revision=11971
* Suggest to use the new --include-dev (-d) option in cases when some ebuildsZac Medico2008-11-161-1/+32
| | | | | | | have keywords from 'dev' profiles. This should help avoid confusion about 'dev' profiles no longer being checked by default. (trunk r11968) svn path=/main/branches/2.1.6/; revision=11969