summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ebuild(5): src_install in EAPI 4Zac Medico2010-12-301-0/+23
|
* ebuild(5): pkg_pretend in EAPI 4Zac Medico2010-12-301-0/+9
|
* ebuild(5): REQUIRED_USE in EAPI 4Zac Medico2010-12-301-0/+18
|
* 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
|
* ebuild(5): USE dependency defaults in EAPI 4Zac Medico2010-12-301-0/+15
|
* ebuild(5): econf --disable-dep in EAPI 4Zac Medico2010-12-301-0/+3
|
* ebuild(5): doman -i18n overrides suffix in EAPI 4Zac Medico2010-12-301-1/+3
|
* ebuild(5): do/newins preserve symlinks in EAPI 4Zac Medico2010-12-301-2/+4
|
* ebuild(5): fix dosym docs (reference to hardlink)Zac Medico2010-12-301-1/+1
|
* ebuild(5): escape hyphens in docompress docsZac Medico2010-12-301-2/+2
|
* ebuild(5): dodoc -r supported in EAPI 4Zac Medico2010-12-301-1/+3
|
* ebuild(5): new docompress helper in EAPI 4Zac Medico2010-12-301-0/+39
|
* ebuild(5): helpers die automatically in EAPI 4Zac Medico2010-12-301-3/+11
|
* ebuild(5): dohard is not supported in EAPI 4Zac Medico2010-12-301-0/+2
|
* ebuild(5): dosed is not supported in EAPI 4Zac Medico2010-12-301-0/+3
|