summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a note about ACCEPT_LICENSE. (trunk r14593)v2.1.7.1Zac Medico2009-10-121-0/+4
| | | | svn path=/main/branches/2.1.7/; revision=14594
* Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. (trunk r14591)Zac Medico2009-10-121-2/+9
| | | | svn path=/main/branches/2.1.7/; revision=14592
* Add a reference to GLEP 23. (trunk r14589)Zac Medico2009-10-121-2/+4
| | | | svn path=/main/branches/2.1.7/; revision=14590
* Document license_groups. (trunk r14587)Zac Medico2009-10-121-2/+19
| | | | svn path=/main/branches/2.1.7/; revision=14588
* Use a shell script wrapper for EPYTHON handling. (trunk r14585)Zac Medico2009-10-111-1/+11
| | | | svn path=/main/branches/2.1.7/; revision=14586
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-112-7/+11
| | | | | | (trunk r14582) svn path=/main/branches/2.1.7/; revision=14584
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-0/+0
| | | | | | EPYTHON handling. (trunk r14581) svn path=/main/branches/2.1.7/; revision=14583
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
| | | | | | (trunk r14579) svn path=/main/branches/2.1.7/; revision=14580
* Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageNameZac Medico2009-10-111-5/+1
| | | | | | instead of ValueError. (trunk r14577) svn path=/main/branches/2.1.7/; revision=14578
* Add a xpak-helper.py script, so that shell code always calls python viaZac Medico2009-10-112-1/+71
| | | | | | a shebang. (trunk r14575) svn path=/main/branches/2.1.7/; revision=14576
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573)Zac Medico2009-10-112-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=14574
* Add some more EPYTHON safety. (trunk r14570)Zac Medico2009-10-112-3/+3
| | | | svn path=/main/branches/2.1.7/; revision=14572
* Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ↵Zac Medico2009-10-111-7/+23
| | | | | | | | potentially unsupported version of Python. (trunk r14568) svn path=/main/branches/2.1.7/; revision=14571
* Bug #288533 - Make WorldSet automatically include @system.Zac Medico2009-10-111-1/+2
| | | | svn path=/main/branches/2.1.7/; revision=14569
* Add notes about python3 support. (trunk r14564)v2.1.7Zac Medico2009-10-102-0/+6
| | | | svn path=/main/branches/2.1.7/; revision=14565
* Add a note about --update and bug #275945 for 2.1.7. (trunk r14561)Zac Medico2009-10-101-0/+7
| | | | svn path=/main/branches/2.1.7/; revision=14563
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
| | | | | | the same package. (trunk r14559) svn path=/main/branches/2.1.7/; revision=14560
* Document 'backtracking' in the MASKED PACKAGES section. (trunk r14557)Zac Medico2009-10-101-0/+7
| | | | svn path=/main/branches/2.1.7/; revision=14558
* Uncomment line accidentally commented in r14538. Thanks to Arfrever forZac Medico2009-10-101-1/+1
| | | | | | reporting. svn path=/main/branches/2.1.7/; revision=14556
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
| | | | | | (trunk r14553) svn path=/main/branches/2.1.7/; revision=14554
* Revert the rest of the package sets related code and docs, to behave like theZac Medico2009-10-108-263/+48
| | | | | | 2.1.6 branch. svn path=/main/branches/2.1.7/; revision=14549
* Remove 2.2 news and notes, and add add 2.1.7.Zac Medico2009-10-102-24/+1
| | | | svn path=/main/branches/2.1.7/; revision=14547
* Update portage version in headers.Zac Medico2009-10-1014-14/+14
| | | | svn path=/main/branches/2.1.7/; revision=14546
* Remove preserve-libs docs.Zac Medico2009-10-101-4/+0
| | | | svn path=/main/branches/2.1.7/; revision=14545
* Remove world_sets support.Zac Medico2009-10-103-44/+5
| | | | svn path=/main/branches/2.1.7/; revision=14544
* Remove unused PATH code from EAPI 3_pre1.Zac Medico2009-10-101-14/+0
| | | | svn path=/main/branches/2.1.7/; revision=14543
* Bug #248603 - Disable warnings about missing repo_name entries for now.Zac Medico2009-10-101-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=14542
* Remove set config documentation.Zac Medico2009-10-103-579/+0
| | | | svn path=/main/branches/2.1.7/; revision=14541
* Fix _set module imports for rename, add hardcoded config for system and world,Zac Medico2009-10-1026-1804/+34
| | | | | | and remove unused sets code. svn path=/main/branches/2.1.7/; revision=14540
* Make the sets module private in this branch.Zac Medico2009-10-107-0/+0
| | | | svn path=/main/branches/2.1.7/; revision=14539
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-1012-1555/+16
| | | | svn path=/main/branches/2.1.7/; revision=14538
* Disable EAPI 3_pre1.Zac Medico2009-10-101-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=14537
* Fix ugly 'Candidates' --debug output.Zac Medico2009-10-091-1/+5
| | | | svn path=/main/trunk/; revision=14535
* Fix error in --changed-use logic.Zac Medico2009-10-091-2/+2
| | | | svn path=/main/trunk/; revision=14534
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-093-0/+13
| | | | | | Jeremy Olexa <darkside@g.o> for the suggestion. svn path=/main/trunk/; revision=14533
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-093-6/+34
| | | | | | | and elog mod_save logs into category subdirectories. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14532
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-0912-22/+22
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Force consistent color output, in case we are capturing fetchZac Medico2009-10-091-0/+5
| | | | | | | output through a normal pipe due to unavailability of ptys. Thanks to grobian for reporting. svn path=/main/trunk/; revision=14530
* Add a --color < y | n > option so that color output can be forced. This isZac Medico2009-10-092-1/+14
| | | | | | going to be used by emerge to force color fetch output when appropriate. svn path=/main/trunk/; revision=14529
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-092-8/+9
| | | | svn path=/main/trunk/; revision=14528
* Add back Arfrever's emerge --info change because it's good and I was justZac Medico2009-10-091-1/+1
| | | | | | confused. svn path=/main/trunk/; revision=14527
* Ask for the output of 'emerge --info' instead of 'emerge --info ↵Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
| | | | | | =$CATEGORY/$PF'. Suggested by zmedico. svn path=/main/trunk/; revision=14526
* Ask for the output of 'emerge --info =$CATEGORY/$PF'.Arfrever Frehtes Taifersar Arahesis2009-10-091-2/+2
| | | | svn path=/main/trunk/; revision=14525
* Fix "TabError: inconsistent use of tabs and spaces in indentation" with ↵Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
| | | | | | Python 3 which was introduced in r14522. svn path=/main/trunk/; revision=14524
* Bug #272000 - When --keep-going is enabled, don't completely bail out atZac Medico2009-10-091-6/+8
| | | | | | | the beginning due to corrupt manifest(s). Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14523
* Bug #271551 - Inside depgraph.select_files(), avoid bailing out due to anZac Medico2009-10-091-0/+12
| | | | | | | ambiguous package name in cases when all but one of the resolved packages are virtual. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14522
* Bug #270933 - Make the "If you need support ..." message ask for emergeZac Medico2009-10-091-2/+3
| | | | | | | --info and the build.log. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14521
* Bug #267468 - Display the total number of binary packages in the mergeZac Medico2009-10-092-0/+15
| | | | | | list. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14520
* Fix typo in FEATURES=news docs. Thanks to Jonathan Callen <en.ABCD@gmail.com>Zac Medico2009-10-081-1/+1
| | | | | | for this patch. svn path=/main/trunk/; revision=14519
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-084-0/+39
| | | | | | FEATURES=fail-clean from the command line. svn path=/main/trunk/; revision=14518