aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-123-3/+8
| | | | This is the new behavior, for bug #211529.
* ebuild.sh: skip QA_* init in "depend" phaseZac Medico2011-01-091-20/+21
|
* 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.
* emerge-webrsync: eat trailing newlinesMike Frysinger2011-01-051-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* emerge-webrsync: add xz supportMike Frysinger2011-01-051-0/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* 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
|
* doc use_with/enable empty 3rd arg in EAPI 4Zac Medico2011-01-022-2/+14
| | | | See bug #322049.
* 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.
* newins in EAPI 4 should actually install the file. Fixes bug 350385.Ulrich Mueller2011-01-021-3/+5
|
* 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
|
* egencache: handle ImportError for ExpatErrorZac Medico2010-12-311-5/+10
|
* NEWS: EAPI 4 support in portage-2.1.9.27Zac Medico2010-12-311-1/+7
|
* dyn_clean: remove .pretendedZac Medico2010-12-311-1/+1
|
* 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.
* mkrelease.sh: set portage.VERSIONZac Medico2010-12-311-0/+5
|
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
|
* test_dep_getrepo: fix copyright headerZac Medico2010-12-301-2/+1
|
* ebuild(5): fix grammar for dodoc -rZac Medico2010-12-301-1/+1
|
* ebuild(5): REPLAC* variables in EAPI 4Zac Medico2010-12-301-0/+17
|
* ebuild(5): MERGE_TYPE in EAPI 4Zac Medico2010-12-301-0/+18
|