summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a note about ACCEPT_LICENSE. (trunk r14593)v2.1.7.1Zac Medico2009-10-121-0/+4
* Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. (trunk r14591)Zac Medico2009-10-121-2/+9
* Add a reference to GLEP 23. (trunk r14589)Zac Medico2009-10-121-2/+4
* Document license_groups. (trunk r14587)Zac Medico2009-10-121-2/+19
* Use a shell script wrapper for EPYTHON handling. (trunk r14585)Zac Medico2009-10-111-1/+11
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-112-7/+11
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-0/+0
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageNameZac Medico2009-10-111-5/+1
* Add a xpak-helper.py script, so that shell code always calls python viaZac Medico2009-10-112-1/+71
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573)Zac Medico2009-10-112-2/+2
* Add some more EPYTHON safety. (trunk r14570)Zac Medico2009-10-112-3/+3
* Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ...Zac Medico2009-10-111-7/+23
* Bug #288533 - Make WorldSet automatically include @system.Zac Medico2009-10-111-1/+2
* Add notes about python3 support. (trunk r14564)v2.1.7Zac Medico2009-10-102-0/+6
* Add a note about --update and bug #275945 for 2.1.7. (trunk r14561)Zac Medico2009-10-101-0/+7
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
* Document 'backtracking' in the MASKED PACKAGES section. (trunk r14557)Zac Medico2009-10-101-0/+7
* Uncomment line accidentally commented in r14538. Thanks to Arfrever forZac Medico2009-10-101-1/+1
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Revert the rest of the package sets related code and docs, to behave like theZac Medico2009-10-108-263/+48
* Remove 2.2 news and notes, and add add 2.1.7.Zac Medico2009-10-102-24/+1
* Update portage version in headers.Zac Medico2009-10-1014-14/+14
* Remove preserve-libs docs.Zac Medico2009-10-101-4/+0
* Remove world_sets support.Zac Medico2009-10-103-44/+5
* Remove unused PATH code from EAPI 3_pre1.Zac Medico2009-10-101-14/+0
* Bug #248603 - Disable warnings about missing repo_name entries for now.Zac Medico2009-10-101-1/+1
* Remove set config documentation.Zac Medico2009-10-103-579/+0
* Fix _set module imports for rename, add hardcoded config for system and world,Zac Medico2009-10-1026-1804/+34
* 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-1012-1555/+16
* Disable EAPI 3_pre1.Zac Medico2009-10-101-1/+1
* Fix ugly 'Candidates' --debug output.Zac Medico2009-10-091-1/+5
* Fix error in --changed-use logic.Zac Medico2009-10-091-2/+2
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-093-0/+13
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-093-6/+34
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-0912-22/+22
* Force consistent color output, in case we are capturing fetchZac Medico2009-10-091-0/+5
* Add a --color < y | n > option so that color output can be forced. This isZac Medico2009-10-092-1/+14
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-092-8/+9
* Add back Arfrever's emerge --info change because it's good and I was justZac Medico2009-10-091-1/+1
* Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P...Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
* Ask for the output of 'emerge --info =$CATEGORY/$PF'.Arfrever Frehtes Taifersar Arahesis2009-10-091-2/+2
* Fix "TabError: inconsistent use of tabs and spaces in indentation" with Pytho...Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
* Bug #272000 - When --keep-going is enabled, don't completely bail out atZac Medico2009-10-091-6/+8
* Bug #271551 - Inside depgraph.select_files(), avoid bailing out due to anZac Medico2009-10-091-0/+12
* Bug #270933 - Make the "If you need support ..." message ask for emergeZac Medico2009-10-091-2/+3
* Bug #267468 - Display the total number of binary packages in the mergeZac Medico2009-10-092-0/+15
* Fix typo in FEATURES=news docs. Thanks to Jonathan Callen <en.ABCD@gmail.com>Zac Medico2009-10-081-1/+1
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-084-0/+39