summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-182-18/+14
| | | | | | <abcd@g.o> for this patch. (trunk r14617) svn path=/main/branches/2.1.7/; revision=14645
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-181-13/+49
| | | | | | | | | | | | 1. The A variable contains no items. 2. The phase function in question is not in DEFINED_PHASES. 3. None of the phase functions unpack, prepare, configure, compile or install, if supported by the EAPI in question and occurring prior to the phase about to be executed, are in DEFINED_PHASES. Thanks to Jonathan Callen <abcd@g.o> for this patch. (trunk r14616) svn path=/main/branches/2.1.7/; revision=14644
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-183-0/+27
| | | | | | | useful if you want to use EMERGE_DEFAULT_OPTS to make --oneshot behavior default. (trunk r14615) svn path=/main/branches/2.1.7/; revision=14643
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-187-38/+44
| | | | | | | of these changes should be noticeable to users. This is just to keep the diff relative to trunk as small as possible. svn path=/main/branches/2.1.7/; revision=14642
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-181-0/+6
| | | | | | | bug #288863. This can be removed after sandbox is fixed and portage depends on the fixed version. (trunk r14612) svn path=/main/branches/2.1.7/; revision=14641
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-181-0/+1
| | | | | | display/logging. (trunk r14611) svn path=/main/branches/2.1.7/; revision=14640
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-181-0/+3
| | | | | | (trunk r14610) svn path=/main/branches/2.1.7/; revision=14639
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-181-0/+3
| | | | | | reporting. (trunk r14609) svn path=/main/branches/2.1.7/; revision=14638
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-181-1/+8
| | | | | | | | consistent regardless of explicit IUSE. Users may use use.mask and package.use.mask to control FEATURES=test for all ebuilds, regardless of explicit IUSE. (trunk r14607) svn path=/main/branches/2.1.7/; revision=14637
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-182-7/+25
| | | | | | | | kernels. This should fix the hang reported on FreeBSD here: http://archives.gentoo.org/gentoo-alt/msg_d81c5e8c6dd6849312ecb048feb41c5b.xml (trunk r14606) svn path=/main/branches/2.1.7/; revision=14636
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES. (trunk r14601)Zac Medico2009-10-181-0/+18
| | | | svn path=/main/branches/2.1.7/; revision=14635
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-181-14/+19
| | | | | | | build log if available (regardless whether or not message goes to stdout). (trunk r14600) svn path=/main/branches/2.1.7/; revision=14634
* Implement __len__. (trunk r14598)Zac Medico2009-10-181-0/+5
| | | | svn path=/main/branches/2.1.7/; revision=14633
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
| | | | | | infinite recursion in some cases. (trunk r14597) svn path=/main/branches/2.1.7/; revision=14632
* 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