summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Don't filter QA warning for --disable-dep...Zac Medico2011-01-121-6/+1
| | | | | | This reverts commit f3785f651bff9febc0bb3be4f0ee8e4d732495d5. It's unnecessary to filter since now we check configure --help output for disable-dependency-tracking (bug #211529).
* Scheduler: free unneeded uninstall task from memv2.2.0_alpha14Zac Medico2011-01-061-1/+5
|
* Scheduler: handle same cpv with different SLOTZac Medico2011-01-051-0/+3
|
* Scheduler: fix reposyntax uninstall hash breakageZac Medico2011-01-051-8/+10
|
* Scheduler: always share FakeVartree pkg_cacheZac Medico2011-01-051-1/+2
|
* Scheduler: avoid unecessary Package instancesZac Medico2011-01-051-1/+0
|
* Scheduler: cache more Packages in --nodeps modeZac Medico2011-01-051-0/+2
|
* Scheduler: cache Package instance moreZac Medico2011-01-051-9/+12
| | | | | | | | This helps to avoid some cases in which emerge crashes due to ebuild modification that leads to failure in aux_get/manifest check while the Scheduler is running. Typically such modifications are harmless, so it's beneficial to cache the metadata so that aux_get is less likely to be called when it will fail.
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
|
* Split out pkg_use_display() from action_info().Zac Medico2011-01-042-58/+68
|
* REQUIRED_USE: test unsatisfied without USE depv2.2.0_alpha13Zac Medico2011-01-041-0/+6
|
* composite_db: use ebuild visibility for installedZac Medico2011-01-042-2/+18
| | | | This will fix bug #350488.
* dep_zapdeps: add other_installed_some choice binZac Medico2011-01-041-3/+11
|
* fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875Zac Medico2011-01-031-1/+1
|
* dep_zapdeps: add other_installed choice binZac Medico2011-01-031-1/+11
| | | | Hopefully this will fix bug #350488.
* 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.
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-01-031-1/+1
|
* depgraph: fix bug #350254 and test itZac Medico2011-01-032-4/+15
|
* depgraph: prefer highest priority repo more oftenZac Medico2011-01-022-0/+17
| | | | | | Prefer the highest priority repo, even when the ebuild from the higher priority repo requires USE adjustments due to USE deps or REQUIRED_USE. This will fix bug #350254.
* RepoConfig: invert repo priority orderingZac Medico2011-01-022-8/+8
| | | | | The new ordering is such that higher numbers indicate higher priority.
* create_trees: whitelist SSH_AGENT_PID/AUTH_SOCKv2.2.0_alpha12Zac Medico2011-01-021-1/+2
| | | | This variables can be used for fetching from binhost.
* add depclean test for bug #350285Zac Medico2011-01-021-0/+38
|
* DepcleanWithInstalledMasked: fix breakageZac Medico2011-01-021-4/+4
| | | | | An assumption about KEYWORDS masking behavior for installed packages was broken by commit b7de3d1fb10e40b4ef03462f8a145968689ac587.
* Try to avoid downgrade due to unsat REQUIRED_USE.Zac Medico2011-01-021-0/+1
|
* mod_syslog: call syslog() once per lineZac Medico2011-01-021-6/+7
| | | | This will fix bug #350379.
* 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.
* MetaDataXML: fix broken upstream initializationZac Medico2011-01-021-1/+1
|
* 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.
* Filter QA warning for --disable-dependency-tracking configure option.Ulrich Mueller2011-01-011-1/+6
|
* Update copyright date.Ulrich Mueller2011-01-011-1/+1
|
* Update comments.Arfrever Frehtes Taifersar Arahesis2011-01-011-6/+6
|
* Deprecate EAPI 4_pre1 and drop 2_pre* support.Zac Medico2010-12-311-2/+2
|
* Omit user:pass@ from binhost Packages cache path.Zac Medico2010-12-311-2/+11
|
* bintree: add timeout for closing binhost connv2.2.0_alpha11Zac Medico2010-12-311-2/+13
| | | | Hopefully this solves bug #350139.
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
|
* test_dep_getrepo: fix copyright headerZac Medico2010-12-301-2/+1
|
* REQUIRED_USE: more resolver testsZac Medico2010-12-301-0/+12
|
* tests: replace EAPI 4_pre1 with 4Zac Medico2010-12-306-36/+25
|
* REQUIRED_USE: more resolver testsZac Medico2010-12-301-0/+30
|
* portage.const: bump EAPI to 4 (council approved)Zac Medico2010-12-301-1/+1
|
* fetch: don't require g+s mode on $DISTDIRZac Medico2010-12-291-1/+1
| | | | | | | The g+s mode doesn't seem to help anyone (including live ebuilds since they typically don't do recursive g+w). We already do manual application of portage group privileges to individual files, so the g+s mode is redundant.
* EbuildPhase: Display upstream info before setup.Michał Górny2010-12-292-0/+31
| | | | | Display upstream maintainers and bugtrackers along with Gentoo maintainers when emerging a package.
* fetch: fix listonly/allow_missing_digests logicZac Medico2010-12-281-4/+2
|
* _exec: disable SIGQUIT handler override by parentZac Medico2010-12-281-0/+4
| | | | This will fix bug #289486.
* EbuildFetcher: bail out if missing digestZac Medico2010-12-282-3/+33
| | | | 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-282-7/+14
|
* doebuild: validate more Package metadata keysZac Medico2010-12-281-4/+3
|