summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+3
* Move __init__.py to main.py.Zac Medico2009-06-261-1282/+0
* Add/update copyright headers.Zac Medico2009-06-251-2/+1
* 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-231-2704/+10
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-6734/+20
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-1958/+17
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-340/+1
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).Zac Medico2009-06-221-361/+4
* 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-221-3138/+31
* 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-191-9/+69
* 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
* 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
* Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorlyZac Medico2009-04-091-2/+35
* Don't try to execut the pkg_info phase if DEFINED_PHASES is available andZac Medico2009-04-081-0/+5
* Reorganize emerge --info <atom> display, and make sure that the "cpv wasZac Medico2009-04-081-10/+13
* Add UseFlagDisplay.sort_combined and sort_separated attributes that can beZac Medico2009-04-081-6/+10
* Bug #265111 - Make current options override older options for --resume.Zac Medico2009-04-081-0/+4
* Make emerge --info <atom> display USE similarly to how they are displayedZac Medico2009-04-081-26/+111
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-071-1/+4
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-29/+0
* Allow --root-deps for ROOT=/, so people can do weird things like use it withZac Medico2009-04-011-8/+6
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-011-3/+24
* When in --quiet mode, still show a message for failures inZac Medico2009-03-311-1/+1