summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-5/+13
* Fix spelling in zlib.error message.Zac Medico2010-08-221-1/+1
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-0/+8
* Bug #292083 - Support package.accept_keywords in profiles.Zac Medico2010-08-211-2/+34
* Omit non-existent files from the config._pkeywords_listZac Medico2010-08-211-0/+7
* Move default ACCEPT_KEYWORDS handling for package.keywords out ofZac Medico2010-08-211-10/+5
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-212-13/+26
* Add a deprecation warning for the unused justmanifest parameter ofZac Medico2010-08-211-1/+11
* Fix broken reference to portage._validate_cache_for_unsupported_eapis.Zac Medico2010-08-211-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-212-55/+88
* When stacking incrementals in config.regenerate(), use a set to avoidZac Medico2010-08-211-10/+6
* Fix config.setcpv() so it only calls _grab_pkg_env when there areZac Medico2010-08-201-1/+1
* Remove duplicate realpath call for PORTAGE_TMPDIR.Zac Medico2010-08-201-4/+2
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+9
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-201-15/+147
* Split out a _ordered_by_atom_specificity() in order to eliminateZac Medico2010-08-201-86/+48
* Make DEPCACHE_PATH relative to EPREFIX, and comment about similarityZac Medico2010-08-201-2/+17
* * Fix EROOT handling in various places in vartree.py. It should beZac Medico2010-08-202-4/+26
* Make the make.globals path relative to EPREFIX, and add comments possibleZac Medico2010-08-191-2/+24
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-9/+18
* Stop trying to read /etc/make.globals because it's been a symlink toZac Medico2010-08-191-1/+1
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-181-41/+25
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-16/+0
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-10/+12
* Bug #312085 - Make config.setcpv() treat USE_EXPAND_HIDDEN flags as ifZac Medico2010-08-181-8/+29
* Bug #308933 - Export os.path.realpath(PORTAGE_TMPDIR), to make sandboxZac Medico2010-08-181-1/+1
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-6/+11
* Add pretend to actionmap_deps.Zac Medico2010-08-171-1/+2
* Fix the REPLACING_VERSIONS code to work in cases when the pretend/setupZac Medico2010-08-171-16/+21
* Discard REPLACING_VERSIONS and REPLACED_BY_VERSION when they are noZac Medico2010-08-171-0/+2
* Fix _spawn_phase() to pass actionmap to EbuildPhase.Zac Medico2010-08-171-1/+1
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-172-51/+51
* Fix _spawn_phase() to spawn phases without sandbox when necessary.Zac Medico2010-08-171-0/+9
* Make doebuild() use EbuildPhase to execute all phase (unless returnpidZac Medico2010-08-171-33/+31
* Make sure doebuild() doesn't erroneously unlink a logfile when returnpidZac Medico2010-08-171-1/+1
* Use EbuildPhase to eliminate duplicate phase conditionals from doebuild().Zac Medico2010-08-161-28/+2
* Use EbuildPhase to execute preinst/postinst and eliminate duplicate code.Zac Medico2010-08-161-65/+9
* Use MiscFunctionsProcess to eliminate the _spawn_misc_sh() function.Zac Medico2010-08-161-27/+0
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-161-65/+18
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-161-1/+1
* Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-161-1/+1
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-161-123/+135
* Split the actionmap code out of doebuild() into a _spawn_actionmap()Zac Medico2010-08-161-46/+50
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-151-1/+7
* Fix make.conf code to handle None return value from getconfig().Zac Medico2010-08-151-4/+6
* Add support for /etc/portage/make.profile as an alternative toZac Medico2010-08-151-1/+6
* Add support for /etc/portage/make.conf. If present, this file willZac Medico2010-08-151-5/+10
* Dispose of lock object after calling unlockfile(), in order to ensureZac Medico2010-08-151-0/+1
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-3/+4
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-142-20/+1