summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 importv2.2.0_alpha9Zac Medico2010-12-151-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-151-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-151-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-152-8/+24
| | | | A test case is included, which triggers the previously broken case.
* removeFromContents: don't use EROOTFabian Groffen2010-12-151-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-131-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 bashv2.2.0_alpha8Zac Medico2010-12-121-3/+6
|
* etc-update: add option to save example configAnthony Basile2010-12-121-0/+33
| | | | This will fix bug #348561.
* loadResumeCommand: select first matched packageZac Medico2010-12-121-0/+1
| | | | | We need to break out of the loop after the first match here, since the first package comes from the highest priority repo.
* 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>
* Scheduler: fix pkg cache more for reposyntaxZac Medico2010-12-071-1/+1
|
* Scheduler: fix pkg cache for reposyntaxZac Medico2010-12-071-5/+20
|
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-063-26/+13
|
* inject binpkg after fetch for pkg_pretendv2.2.0_alpha7Zac 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
|
* doebuild: enable pretend phase as setup depZac Medico2010-12-041-1/+1
|
* doebuild: set MERGE_TYPE for ebuild(1)Zac Medico2010-12-041-1/+9
|
* Scheduler: set MERGE_TYPE for pkg_pretendZac Medico2010-12-041-0/+5
|
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-037-4/+26
|
* Scheduler._run_pkg_pretend: call setcpvZac Medico2010-12-031-0/+1
|
* config.reset: re-initialize _setcpv_args_hashZac Medico2010-12-031-0/+1
|
* REQUIRED_USE: test empty parenthesisZac Medico2010-12-031-0/+4
|
* fix QA_EXECSTACK spelling for QA_PREBUILTZac Medico2010-12-021-1/+1
| | | | | Thanks to Sébastien Fabbro <bicatali@gentoo.org> for reporting in bug #346847.
* cpv_sort_key: test suffix orderZac Medico2010-12-022-3/+3
|
* add new cpv_sort_key() functionZac Medico2010-12-012-1/+59
|
* Add note about colordiff and less -R.Zac Medico2010-12-012-0/+4
|
* fix AttributeError in recent use dep changesZac Medico2010-11-302-18/+22
|
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-11-301-2/+2
| | | | | Thanks to Fabio Erculiani <lxnay@gentoo.org> for reporting a UnicodeDecodeError here.
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-11-291-2/+1
|
* dbapi: sync USE match logic with depgraphZac Medico2010-11-291-7/+22
| | | | | This changes the IUSE check to use the unevaluated atom, and fixes some missing_enabled/disabled cases.
* match_from_list: use unevaluated_atom for IUSEZac Medico2010-11-291-1/+1
|
* match_from_list: sync USE dep logic with depgraphZac Medico2010-11-291-25/+23
| | | | | This changes the IUSE check to use the unevaluated atom, and fixes some missing_enabled/disabled cases.
* depgraph: remove redundant IUSE checkZac Medico2010-11-291-4/+0
|
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-11-291-6/+6
|
* depgraph: fix logic more for bug 345979v2.2.0_alpha6Zac Medico2010-11-271-4/+14
|
* stack_lists: optimize repo handling moreZac Medico2010-11-271-1/+8
|
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
|
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
|