summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* create_trees: whitelist SSH_AGENT_PID/AUTH_SOCKv2.1.9.28Zac 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.1.9.27Zac Medico2010-12-311-2/+13
| | | | Hopefully this solves bug #350139.
* Binpkg: implement REPLACING_VERSIONSZac Medico2010-12-301-0/+8
|
* tests: emerge EAPI 4 from masterZac Medico2010-12-306-131/+179
|
* portage.const: bump EAPI to 4 (council approved)Zac Medico2010-12-301-1/+1
|
* Merge dep_getrepo test from master.Zac Medico2010-12-301-0/+29
|
* fetch: don't require g+s mode on $DISTDIRZac Medico2010-12-301-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-302-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
|
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
| | | | This will fix bug #349757.
* ebuild(1): use Package to validate metadataZac Medico2010-12-271-22/+14
|
* anydbm: use gdbm "u" flag for concurrent writersZac Medico2010-12-271-4/+30
| | | | This will fix bug #53607.
* 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
|
* doebuild: remove unused emerge/returnpid logicv2.1.9.26Zac Medico2010-12-211-6/+4
|
* Display relevant FEATURES before setup phaseZac Medico2010-12-211-1/+15
| | | | Thanks to Christian Ruppert <idl0r@gentoo.org> for the suggestion.
* doebuild: fix more bug #349273Zac Medico2010-12-211-2/+4
|
* doebuild: fix bug #349273Zac Medico2010-12-211-3/+10
| | | | | | | | | Since commit 75d3130fc8293fff68389b8fed44b8d47a0abe80, doebuild() for the 'setup' phase triggers the actionmap_deps code path in order to call the 'pretend' phase as a dependency. This path previously assumed a portdbapi instance, which may not hold for some api consumers such as entropy. Therefore, fix the code path to work with other dbapi types.
* saveNomergeFavorites: remove unecessary varsZac Medico2010-12-201-4/+3
|
* saveNomergeFavorites: fix possible root confusionZac Medico2010-12-201-0/+5
|
* Use write_atomic to rewrite lafiles.Zac Medico2010-12-201-4/+5
| | | | | | This should succeed even in some cases in which a normal write might fail due to file permission settings on some operating systems such as HP-UX.
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-1/+1
| | | | | It should be faster to use the bash builtin, and also allows us to avoid issues with touch breakage (like in bug #348640).
* REQUIRED_USE: describe ^^ as exactly-one-ofZac Medico2010-12-191-1/+1
|
* paren_enclose: preserve atom USE conditionalsZac Medico2010-12-192-3/+7
| | | | | | | 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).
* digestcheck: avoid display of u'' from KeyErrorZac Medico2010-12-171-5/+4
| | | | | In python-2.x, KeyError.__str__ produces unicode literals that we don't want users to see.
* getbinpkg.py: auto-handle NotImplementedErrorZac Medico2010-12-161-1/+1
| | | | This should have been done as part of bug #338190.
* getbinpkg.py: use local HTTPSConnection importZac Medico2010-12-161-2/+12
| | | | | | | Use local import since https typically isn't needed, and this way we can usually avoid triggering the global scope http.client ImportError handler (like during stage1 -> stage2 builds where USE=ssl is disabled for python).
* 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).
* Atom.without_use: handle unevaluated_atom.useZac Medico2010-12-161-1/+8
| | | | | Atom.unevaluated_atom.use is used for IUSE checks when matching packages, so it must not propagate to Atom.without_use.