summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-231-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-233-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-235-7/+60
* Factor the --tree code out of depgraph.display().Zac Medico2009-10-231-136/+146
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* Remove the docs for the extend, remove, and intersect attributesZac Medico2009-10-191-10/+2
* drop IMAGE -- people have had years to catch upMike Frysinger2009-10-193-6/+2
* 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-42/+62
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-182-6/+7
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-181-4/+3
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-181-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-181-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-184-1/+25
* Fix breakage in DEFINED_PHASES code.Zac Medico2009-10-181-2/+2
* Remove reference to non-existent _source_ebuild function.Zac Medico2009-10-181-1/+0
* Preserve variables which have been set in global scope using 'declare'.Arfrever Frehtes Taifersar Arahesis2009-10-182-67/+64
* Ind 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-25/+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.Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit.Zac Medico2009-10-171-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-171-15/+70
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-172-7/+30
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-171-0/+5
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-171-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-171-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-171-18/+18
* Fix WorldHandler to use the "selected" set.Zac Medico2009-10-171-2/+2
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-171-1/+1
* Make phase variable local in has_phase_defined_up_to().Zac Medico2009-10-171-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-172-18/+14
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-171-13/+49
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-163-0/+27
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-1613-61/+80
* Remove soname_cache inside calc_depclean() since LinkageMap caches thatZac Medico2009-10-161-5/+1
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-161-0/+6
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-161-0/+1
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-161-0/+3
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-151-0/+3
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-151-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-142-7/+25
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.Zac Medico2009-10-141-0/+18
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-141-14/+19
* When --depclean pulls in the provider of a library because of installedZac Medico2009-10-141-1/+8
* Implement __len__.Zac Medico2009-10-131-0/+5