summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* In MetadataRegen._metadata_exit(), notify the consumer of failures (in thisZac Medico2009-03-311-7/+10
* Add a "consumer" keyword parameter to the MetadataRegen constructor whichZac Medico2009-03-311-8/+26
* Add support in MetadataRegen for cleansing stale cache when only a subsetZac Medico2009-03-301-10/+26
* Add a cp_iter keyword argument to the MetadataRegen constructor, which can beZac Medico2009-03-301-15/+32
* Fix --newuse code to compare installed package USE to the USE that a binaryZac Medico2009-03-301-1/+1
* Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly.Zac Medico2009-03-301-2/+0
* Fix bug in old-style virtuals code from previous commit.Zac Medico2009-03-291-1/+1
* Inside depgraph.validate_blockers(), prevent false positives in PROVIDEZac Medico2009-03-291-5/+14
* Add a --root option that sets $ROOT (complements the --config-root option).Zac Medico2009-03-291-1/+7
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-03-291-1/+10
* Bug #243220 - Show messages in emerge.log when old versions are uninstalledZac Medico2009-03-281-1/+5
* Don't show the package counter for "Uninstalling" messages.Zac Medico2009-03-281-3/+6
* Add (x of y ) package counter in the "Installing" message, similar to theZac Medico2009-03-281-1/+5
* Update code for removing noauto from FEATURES since config.features is aZac Medico2009-03-241-3/+2
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-1/+8
* If a package is masked by EAPI then don't show any other masking reasons.Zac Medico2009-03-231-3/+9
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-0/+14
* When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()Zac Medico2009-03-231-1/+1
* Fix argument validation to allow file paths. Thanks to Arfrever for reporting.Zac Medico2009-03-221-0/+7
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-2/+4