summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-182-0/+21
| | | | | | | revision. Thanks to David Leverton <levertond@googlemail.com> for this patch. (trunk r14629) svn path=/main/branches/2.1.7/; revision=14657
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
| | | | svn path=/main/branches/2.1.7/; revision=14656
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
| | | | svn path=/main/branches/2.1.7/; revision=14655
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
| | | | | | | | | | to prefer the atom which matches the higher version rather than the atom furthest to the left. Sorting is done separately for each of choice_bins, so as not to interfere with the ordering of the bins. Because of the bin separation, the main function of this code is to allow --depclean to remove old slots (rather than to pull in new slots). (trunk r14626) svn path=/main/branches/2.1.7/; revision=14654
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-182-7/+30
| | | | | | | | EAPI 3. Thanks to Jonathan Callen <abcd@g.o> for the initial patch (I added EAPI conditionals in order to share code between all EAPIs). (trunk r14625) svn path=/main/branches/2.1.7/; revision=14653
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
| | | | | | | for the initial patch (I moved the code from spawnebuild to config.environ). (trunk r14624) svn path=/main/branches/2.1.7/; revision=14652
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-181-18/+4
| | | | | | Jonathan Callen <abcd@g.o> for this patch. (trunk r14623) svn path=/main/branches/2.1.7/; revision=14651
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-181-1/+1
| | | | | | | but set CONF_PREFIX. Thanks to Jonathan Callen <abcd@g.o> for reporting. (trunk r14622) svn path=/main/branches/2.1.7/; revision=14650
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-181-18/+18
| | | | | | | any possility of ambiguity. Thanks to Jonathan Callen <abcd@g.o> for the suggestion. (trunk r14621) svn path=/main/branches/2.1.7/; revision=14649
* Fix WorldHandler to use the "selected" set. (trunk r14620)Zac Medico2009-10-181-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=14648
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-181-1/+1
| | | | | | <abcd@g.o> for reporting. (trunk r14619) svn path=/main/branches/2.1.7/; revision=14647
* Make phase variable local in has_phase_defined_up_to(). (trunk r14618)Zac Medico2009-10-181-0/+1
| | | | svn path=/main/branches/2.1.7/; revision=14646
* 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