aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix selinux import error handling.Zac Medico2011-01-291-0/+1
|
* 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.
* Deprecate EAPI 4_pre1 and drop 2_pre* support.Zac Medico2010-12-311-2/+2
|
* create_trees: propagate proxy vars to host ROOTZac Medico2010-11-251-1/+2
|
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+1
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-0/+1
|
* Enable EAPI 4_pre1 for testing.Zac Medico2010-10-211-1/+1
|
* Use git rev-list --format option to simplify _LazyVersion committerZac Medico2010-09-201-10/+6
| | | | timestamp code.
* Bug #338002 - Make _LazyVersion format portage.VERSION so that it isZac Medico2010-09-191-5/+33
| | | | a valid version.
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+0
|
* Use lazy imports for CacheError and OrderedDict in the base portageZac Medico2010-09-051-6/+7
| | | | module.
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-031-8/+0
| | | | | | | | portage base module to the portree module, so that the base portage module can be imported without triggering import of the portage.process (for atexit_register) and portage.dbapi.porttree modules. Also, don't bother to commit the mtimedb in the exit hook since it's not really needed.
* Remove portage.usedefaults since it's broken by the previous commit.Zac Medico2010-08-251-1/+1
|
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-161-0/+2
| | | | | between starting main Portage process and starting ebuild.sh process doesn't affect ebuild.sh subprocesses.
* Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAMEZac Medico2010-08-151-1/+1
| | | | to all config instances.
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-2/+0
| | | | doesn't pollute os.environ.
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-0/+2
|
* Don't use unicode wrapper for mkfifo since it only allows stringZac Medico2010-08-121-0/+1
| | | | arguments in python3.
* Remove deprecated portage.pkgmergeSebastian Luther2010-08-111-2/+0
|
* Remove deprecated portage.getvirtualsSebastian Luther2010-08-111-1/+1
|
* Remove deprecated portage.dep_virtualSebastian Luther2010-08-111-1/+1
|
* Remove deprecated portage.digestParseFileSebastian Luther2010-08-111-1/+1
|
* Remove deprecated portage.commit_mtimedbSebastian Luther2010-08-111-1/+1
|
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-1/+1
|
* In _unicode_func_wrapper.__call__, don't want to convert return valuesZac Medico2010-07-111-1/+3
| | | | which are subclasses of tuple (such as posix.stat_result in python-3.2).
* GLEP 55 removalDaniel Robbins2010-07-061-14/+0
|
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
| | | | gentoolkit-0.2.x.
* Update copyright header.Zac Medico2010-04-011-1/+1
|
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-0/+17
| | | | if it's accessed.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
|
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-011-0/+2
| | | | | | | This fixes ebuild(1) failing to generate manifests when the ebuild is not in PORTDIR_OVERLAY, as reported by Arfrever. svn path=/main/trunk/; revision=15511
* Remove unused print() import.Zac Medico2010-02-281-2/+0
| | | | svn path=/main/trunk/; revision=15502
* Remove unused imports.Zac Medico2010-02-281-7/+0
| | | | svn path=/main/trunk/; revision=15501
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-281-1/+1
| | | | | | | | | | with python3 reported by Arfrever: File "/usr/lib/portage/pym/portage/__init__.py", line 513, in portageexit if secpass > 1 and os.environ.get("SANDBOX_ON") != "1": TypeError: unorderable types: _LazyImportFrom() > int() svn path=/main/trunk/; revision=15497
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-02-281-121/+6
| | | | | | demand. svn path=/main/trunk/; revision=15492
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-02-281-30/+2
| | | | svn path=/main/trunk/; revision=15491
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-281-82/+10
| | | | | | function. svn path=/main/trunk/; revision=15490
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
| | | | svn path=/main/trunk/; revision=15476
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-140/+0
| | | | svn path=/main/trunk/; revision=15475
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-02-271-7/+0
| | | | svn path=/main/trunk/; revision=15474
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-02-271-124/+3
| | | | | | _ensure_encodings module that's only imported on demand. svn path=/main/trunk/; revision=15473
* Move getvirtuals to _deprecated module.Zac Medico2010-02-251-12/+1
| | | | svn path=/main/trunk/; revision=15469
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-251-33/+1
| | | | svn path=/main/trunk/; revision=15468
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-251-171/+1
| | | | svn path=/main/trunk/; revision=15466
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-217/+1
| | | | svn path=/main/trunk/; revision=15464
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-251-211/+2
| | | | | | submodules. svn path=/main/trunk/; revision=15463
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-251-618/+1
| | | | svn path=/main/trunk/; revision=15462
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-122/+2
| | | | svn path=/main/trunk/; revision=15460
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-141/+2
| | | | svn path=/main/trunk/; revision=15458