summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Validate argument atoms earlier for build actions.v2.2_rc26Zac Medico2009-03-171-0/+12
* Bug #261670 - Automatically revert the CHOST metadata to the initial valuev2.2_rc25Zac Medico2009-03-121-0/+1
* Update docstring for EbuildBuildDir.clean_log().Zac Medico2009-03-121-2/+1
* Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()Zac Medico2009-03-121-15/+9
* Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues withZac Medico2009-03-121-6/+8
* Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]Zac Medico2009-03-121-7/+0
* Bug #262211 - Avoid triggering an InvalidAtom exception inside the PackageZac Medico2009-03-111-1/+6
* Bug #262012 - Only trigger the slot conflict message about --newuse whenZac Medico2009-03-111-1/+5
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-101-1/+1
* Reorganize code for --digests and FEATURES=digest.Zac Medico2009-03-091-21/+49
* Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled.Zac Medico2009-03-091-1/+8
* Make the --digest warning message show for FEATURES=digest.Zac Medico2009-03-091-2/+7
* Always use basestring instead of str with isinstance().Zac Medico2009-03-071-1/+1
* Make --searchdesc imply --search inside parse_opts().Zac Medico2009-03-051-8/+3
* Only generate PORTAGE_COUNTER_HASH for actions that can involve vdbZac Medico2009-03-051-1/+2