summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-212-4/+11
| | | | | | | | | 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-196-23/+40
| | | | | 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).
* repoman: ignore deprecated profiles.desc entriesZac Medico2010-12-181-0/+3
|
* 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.
* repoman: handle ElementTree.ParseErrorZac Medico2010-12-171-1/+1
|
* 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.
* highlight_violations: handle unversioned atomZac Medico2010-12-162-8/+24
| | | | A test case is included, which triggers the previously broken case.
* removeFromContents: don't use EROOTFabian Groffen2010-12-161-1/+1
| | | | | Fix bug #348790, make sure that CONTENTS entries keep their EPREFIX, by using ROOT, instead of EROOT.
* etc-update: eliminate duplicate example configsZac Medico2010-12-141-1/+5
|
* apply_recursive_permissions: don't follow symlinkZac Medico2010-12-131-2/+7
| | | | | | | | | | | | | | | | | | | | This will fix the following error, reported in bug #339670: _ebuild_exit _post_phase_userpriv_perms(settings) File "/usr/lib64/portage/pym/portage/package/ebuild/doebuild.py", line 1207, in _post_phase_userpriv_perms filemode=0o60, filemask=0) File "/usr/lib64/portage/pym/portage/util/__init__.py", line 1018, in apply_recursive_permissions uid=uid, gid=gid, mode=filemode, mask=filemask) File "/usr/lib64/portage/pym/portage/util/__init__.py", line 1043, in apply_secpass_permissions stat_cached = os.stat(filename) File "/usr/lib64/portage/pym/portage/__init__.py", line 226, in __call__ rval = self._func(*wrapped_args, **wrapped_kwargs) OSError: [Errno 40] Too many levels of symbolic links: '/var/tmp/portage/dev-vcs/mercurial-1.7.2/temp/tests-2.7/child0/test-mq-symlinks.t/linka'
* etc-update: tweak style in do_distconf()Anthony Basile2010-12-131-10/+2
|
* etc-update: replace 'seq' with pure bashZac Medico2010-12-121-3/+6
|
* etc-update: add option to save example configAnthony Basile2010-12-121-0/+33
| | | | This will fix bug #348561.
* xtermTitleReset: revert behavior for bug #348460Zac Medico2010-12-121-1/+1
|
* BinpkgVerifier: don't unlink emerge-fetch.logZac Medico2010-12-121-7/+1
|
* Preserve existing hardlinks during merge.Zac Medico2010-12-081-19/+8
| | | | | | | | | The previous code created hardlinks rather aggressively, which was helpful as a workaround for lack of hardlinks in tarballs created by quickpkg due to bug #185305. Since bug #338509, quickpkg tarballs preserve hardlinks, so there's no need for aggressive hardlink creation. Therefore, simply preserve existing hardlinks during merge, by comparison of st_dev and st_ino from the source files.
* quickpkg: revert hardlink fix from bug #185305Zac Medico2010-12-071-4/+0
| | | | | For some reason, bug #185305 no longer seems to be an issue, and the fix/workaround seems to cause bug 338509.
* quickpkg: may -> might rewordMike Frysinger2010-12-071-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-073-26/+13
|
* 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
|
* dbapi.match: Use IUSE to validate built USEZac Medico2010-12-051-1/+6
|
* ebuild.sh: only run pretend once for ebuild(1)Zac Medico2010-12-051-1/+9
|
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-054-2/+6
|
* Package: Use IUSE to validate built USEZac Medico2010-12-041-0/+8
|