summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+3
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+0
* Use @property instead of __getattribute__ to implement lazy Package.iuse.regexZac Medico2009-06-251-15/+20
* Add a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-253-14/+7
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-253-20/+7
* * Add a Package.invalid attribute to store messages about invalid LICENSE,Zac Medico2009-06-253-5/+28
* Add/update copyright headers.Zac Medico2009-06-2581-3/+317
* Split out a depgraph._iter_match_pkgs() method fromZac Medico2009-06-251-58/+75
* Use depgraph._pkg() to construct Package instances insideZac Medico2009-06-251-20/+17
* Remove obsolete Package.metadata['CHOST'] initialization.Zac Medico2009-06-251-3/+0
* * Make Package.metadata['USE'] access trigger USE calculation for unbuiltZac Medico2009-06-253-50/+47
* Bug #275217 - Part 3 - Splits depgraph.select_files into select_files andZac Medico2009-06-241-4/+18
* Bug #275217 - Part 2 - Move changelog stuff stuff out of depgraph.Zac Medico2009-06-232-53/+64
* Bu #275217 - Part 1 - Resolve the circular dep between Scheduler andZac Medico2009-06-232-20/+10
* Make the global "actions" variable a local inside parse_opts() since theZac Medico2009-06-231-8/+8
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 6).Zac Medico2009-06-232-2704/+2735
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-239-6734/+6845
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-2217-1958/+2134
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-224-340/+350
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).Zac Medico2009-06-225-361/+393
* Revert lazy imports from r13665 for now, since pyflakes doesn't understandZac Medico2009-06-221-34/+27
* Use lazy imports for submodules where possible.Zac Medico2009-06-221-27/+34
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-2248-3140/+3430
* Factor duplicate code out of depgraph._add_pkg and _pop_disjunction.Zac Medico2009-06-201-80/+57
* Bug #264434 - Delay evaluation of all disjunctive (virtual and ||)Zac Medico2009-06-191-8/+142
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-181-2/+18
* When --pretend overrides --ask, don't show any output.Zac Medico2009-06-171-3/+2
* tweak output when diff access rights are neededMike Frysinger2009-05-061-3/+3
* Simplify DepPriority.__int__() and make it consistent with __str__().Zac Medico2009-05-031-25/+13
* Fix DepPriority.__int__() to return distinguishable values, for use whenZac Medico2009-05-021-0/+37
* Remove unnecessary doebuild_environment() call from EbuildFetchonly.execute()Zac Medico2009-04-301-3/+0
* Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles.Zac Medico2009-04-291-3/+6
* Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since theseZac Medico2009-04-291-23/+3
* When in --nodeps mode, make depgraph._serialize_tasks() preserve the packageZac Medico2009-04-201-0/+7
* Drop from --ask to --pretend for uninstall all actions.Zac Medico2009-04-191-1/+2
* Add missing del when cleansing cache in action_metadata().Zac Medico2009-04-191-1/+1
* Tweak _eclasses_ logic inside action_metadata().Zac Medico2009-04-191-5/+7
* In action_deselect(), use the installed packages to expand atoms into slotZac Medico2009-04-191-3/+14
* Add --ask support to action_deselect().Zac Medico2009-04-191-0/+7
* Fix bugs in action_deselect() and add --pretend support.Zac Medico2009-04-191-5/+8
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-192-9/+81
* Add support to emerge --metadata for transfering cache from overlays thatZac Medico2009-04-181-56/+235
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-151-0/+32
* Add support in action_uninstall() for file -> package lookup.Zac Medico2009-04-151-19/+67
* Split out an action_uninstall() function to handle argument validation forZac Medico2009-04-151-53/+61
* Add a note about egencache to the --regen docs.Zac Medico2009-04-121-1/+2
* Filter virtuals when expanding atoms if it helps to avoid an ambiguity.Zac Medico2009-04-111-0/+9
* Fix broken logic from previous commit.Zac Medico2009-04-101-2/+4
* Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packagesZac Medico2009-04-101-2/+4
* Remove --nocolor since it's been replaced by --color=n and the support codeZac Medico2009-04-091-1/+1