summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* fix QA_EXECSTACK spelling for QA_PREBUILTZac Medico2010-12-031-1/+1
| | | | | Thanks to Sébastien Fabbro <bicatali@gentoo.org> for reporting in bug #346847.
* cpv_sort_key: test suffix orderZac Medico2010-12-032-3/+3
|
* add new cpv_sort_key() functionZac Medico2010-12-032-1/+59
|
* Add note about colordiff and less -R.Zac Medico2010-12-032-0/+4
|
* fix AttributeError in recent use dep changesZac Medico2010-12-032-18/+22
|
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-12-031-2/+2
| | | | | Thanks to Fabio Erculiani <lxnay@gentoo.org> for reporting a UnicodeDecodeError here.
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-12-031-2/+1
|
* dbapi: sync USE match logic with depgraphZac Medico2010-12-031-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-12-031-1/+1
|
* match_from_list: sync USE dep logic with depgraphZac Medico2010-12-031-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-12-031-4/+0
|
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-12-031-6/+6
|
* depgraph: fix logic more for bug 345979v2.1.9.25Zac Medico2010-11-271-4/+14
|
* 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
|
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
|
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
|
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
| | | | | | This should fix handling of some corner cases in which use.force or use.mask might not have been handled correctly, and removes some redundant IUSE related checks.
* Bump header date stamps on man pages.Zac Medico2010-11-262-2/+2
|
* whitelist proxy vars and don't save themZac Medico2010-11-262-1/+2
|
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
|
* Fix quotes in QA_PREBUILT docs.Zac Medico2010-11-261-1/+1
|
* config.environ: filter calling env only if mycpvZac Medico2010-11-251-1/+2
|
* create_trees: propagate proxy vars to host ROOTZac Medico2010-11-251-1/+2
|
* fetch: pass full env to fetcher (for proxy vars)Zac Medico2010-11-252-2/+13
| | | | This should fix bug #315421.
* repoman: fix broken masking checkZac Medico2010-11-241-1/+1
| | | | This has been broken since 9ed6332f2015e41f072f897764f550c5574ea96f.
* _get_usedep_re: make None eapi imply latestZac Medico2010-11-241-3/+7
|
* Revert use.unsatisfiable support for now.Zac Medico2010-11-244-73/+0
| | | | | | | | | The current implementation doesn't provide anything to distinguish it from use.mask, and it's arguable that another approach such as an atom syntax extension (for optional dependencies) would be more appropriate. This reverts commit 93ee6a847be949e7752c3c052d3eb0619e408b43.
* grab*_package: optimize for non-existent filesZac Medico2010-11-241-0/+4
|
* action_sync: preserved leading / in ssh uriZac Medico2010-11-241-1/+1
|