summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-242-6/+16
* Use find with -print0 for absolute safety. (trunk r14707)Zac Medico2009-10-241-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-241-9/+23
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-241-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-243-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-245-7/+60
* Factor the --tree code out of depgraph.display(). (trunk r14702)Zac Medico2009-10-241-136/+146
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-193-6/+2
* In calc_depclean(), Rename 'selected' to 'world', since 'selected' is currentlyZac Medico2009-10-191-0/+4
* Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec WarnerZac Medico2009-10-191-1/+1
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-192-41/+60
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-191-27/+4
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-192-6/+7
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-191-4/+3
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-191-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-191-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-194-1/+25
* Fix breakage in DEFINED_PHASES code. (trunk r14664)Zac Medico2009-10-191-2/+2
* 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