summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove reference to non-existent _source_ebuild function. (trunk r14663)Zac Medico2009-10-191-1/+0
* Preserve variables which have been set in global scope using 'declare'.Zac Medico2009-10-192-67/+64
* In SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-182-2/+1
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-0/+51
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-182-0/+21
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-182-7/+30
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-181-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-181-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-181-18/+18
* Fix WorldHandler to use the "selected" set. (trunk r14620)Zac Medico2009-10-181-2/+2
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-181-1/+1
* Make phase variable local in has_phase_defined_up_to(). (trunk r14618)Zac Medico2009-10-181-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-182-18/+14
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-181-13/+49
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-183-0/+27
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-187-38/+44
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-181-0/+6
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-181-0/+1
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-181-0/+3
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-181-0/+3
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-181-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-182-7/+25
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES. (trunk r14601)Zac Medico2009-10-181-0/+18
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-181-14/+19
* Implement __len__. (trunk r14598)Zac Medico2009-10-181-0/+5
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
* 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