summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Collapse)AuthorAgeFilesLines
* composite_db: use ebuild visibility for installedZac Medico2011-01-042-2/+18
| | | | This will fix bug #350488.
* fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875Zac Medico2011-01-031-1/+1
|
* Fix spelling of unsatisfied from previous commit.Zac Medico2011-01-031-1/+1
|
* REQUIRED_USE: always show requirementsZac Medico2011-01-031-16/+43
| | | | | | | | | This fixes a case in which the user would receive a "masked by: REQUIRED_USE violated" message without any more information about the specific requirements. Now, unsatisfied REQUIRED_USE is never treated as a mask, since it really is nothing like a mask. It's much more like an unsatisfied USE dependency, so we need to handle it in a similar way.
* depgraph: merge some logic from bug #350254Zac Medico2011-01-031-1/+2
|
* Try to avoid downgrade due to unsat REQUIRED_USE.Zac Medico2011-01-021-0/+1
|
* depclean: account for more masksZac Medico2011-01-021-1/+6
| | | | | | Account for packages with masks (like KEYWORDS masks) that are usually ignored in visibility checks for installed packages, in order to handle cases like bug #350285.
* depgraph: use Package.masks for installedZac Medico2011-01-021-5/+3
| | | | | In some cases we do special masking checks for installed packages, and Package.masks is a convenient way to do it.
* depclean: account for more masksZac Medico2011-01-021-0/+14
| | | | | | Account for packages with masks (like KEYWORDS masks) that are usually ignored in visibility checks for installed packages, in order to handle cases like bug #350285.
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
|
* EbuildPhase: Display upstream info before setup.Michał Górny2010-12-301-0/+5
| | | | | Display upstream maintainers and bugtrackers along with Gentoo maintainers when emerging a package.
* EbuildFetcher: bail out if missing digestZac Medico2010-12-281-1/+2
| | | | This will fix bug #348864.
* Use EbuildFetcher for --fetchonly (not --pretend)Zac Medico2010-12-281-2/+15
|
* EbuildFetcher: pass digests to fetch()Zac Medico2010-12-281-4/+8
|
* depgraph: Optimize --newuse with Package attrs.Zac Medico2010-12-241-4/+4
|
* Fix portage restart warning message.Zac Medico2010-12-221-1/+0
|
* Package.operation: eliminate duplicate codeZac Medico2010-12-221-9/+5
|
* Display relevant FEATURES before setup phaseZac Medico2010-12-211-1/+15
| | | | Thanks to Christian Ruppert <idl0r@gentoo.org> for the suggestion.
* saveNomergeFavorites: remove unecessary varsZac Medico2010-12-201-4/+3
|
* saveNomergeFavorites: fix possible root confusionZac Medico2010-12-201-0/+5
|
* paren_enclose: preserve atom USE conditionalsZac Medico2010-12-191-2/+4
| | | | | | | The depgraph sometimes uses paren_enclose to temporarily convert parts of use_reduce output to a plain string. In these cases, we want to preserve atom USE conditionals, since these sometimes make a difference for IUSE checks during package matching (as in bug #348389).
* slot_conflict_handler: fix for bug #348389Zac Medico2010-12-161-8/+17
| | | | | | | | This fixes a broken assumption about USE dep matching behavior, since commit 766988aa56bb1bbd2796f96946e62ed78cdf259 introduced stricter IUSE matching by using Atom.unevaluated_atom for IUSE checks (thus changing behavior in cases where conditional USE dependencies disappear upon evaluation).
* highlight_violations: handle unversioned atomZac Medico2010-12-161-8/+12
| | | | A test case is included, which triggers the previously broken case.
* BinpkgVerifier: don't unlink emerge-fetch.logZac Medico2010-12-121-7/+1
|
* inject binpkg after fetch for pkg_pretendZac Medico2010-12-051-0/+4
|
* Fix pkg_pretend output and error handling.Zac Medico2010-12-051-50/+73
|
* Scheduler: Always display message for pkg_pretendZac Medico2010-12-051-8/+2
|
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-053-2/+4
|
* Package: Use IUSE to validate built USEZac Medico2010-12-041-0/+8
|
* Scheduler: set MERGE_TYPE for pkg_pretendZac Medico2010-12-041-0/+5
|
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-032-0/+5
|
* Scheduler._run_pkg_pretend: call setcpvZac Medico2010-12-031-0/+1
|
* depgraph: remove redundant IUSE checkZac Medico2010-12-031-4/+0
|
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-12-031-6/+6
|
* depgraph: fix logic more for bug 345979v2.1.9.25Zac Medico2010-11-271-4/+14
|
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
|
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
|
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
| | | | | | This should fix handling of some corner cases in which use.force or use.mask might not have been handled correctly, and removes some redundant IUSE related checks.
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
|
* action_sync: preserved leading / in ssh uriZac Medico2010-11-241-1/+1
|
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-232-75/+99
| | | | This will fix bug #346349 and bug #344799.
* Use Package.use.force/mask attributes.Zac Medico2010-11-232-16/+7
|
* Use Package.use.force/mask attributes.Zac Medico2010-11-231-5/+3
| | | | This optimizes the fix for bug #345979.
* Add Package.use.force/mask attributes.Zac Medico2010-11-231-10/+57
|
* Fix use.mask set intersection from previous.Zac Medico2010-11-231-1/+1
|
* Fix interaction of use.mask/force with use deps.Zac Medico2010-11-231-10/+34
| | | | | This should fix the package selection issue bug #345979 which triggers invalid "masked by: [nothing]" messages.
* Support syncing over ssh with ssh://host//path.Michał Górny2010-11-231-3/+6
|
* Fix emerge --sync PORTDIR creation.Zac Medico2010-11-232-3/+8
|
* Fix malformed atom formatting for slot conflict.Zac Medico2010-11-231-1/+1
| | | | This fixes bug #345097.
* EbuildFetcher: suppress finally blocks after forkZac Medico2010-11-231-4/+13
| | | | This should fix bug #345289.