summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused iuse_implicit attribute.Zac Medico2010-08-181-1/+0
* Add opconvert test for "|| ( ( A B ) C )".Zac Medico2010-08-181-0/+4
* Fix use_reduce() to correctly handle "|| ( ( A B ) C )", and alsoZac Medico2010-08-182-7/+33
* Add commented test case for a known regression.Zac Medico2010-08-181-0/+3
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-172-11/+22
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-6/+11
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-7/+1
* Fix breakage in REPLACING_VERSIONS support for emerge.Zac Medico2010-08-172-1/+15
* 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-172-0/+4
* Use EbuildPhase instead of EbuildProcess, for things like die_hooksZac Medico2010-08-171-2/+2
* Make EbuildBinpkg inherit from CompositeTask since the EbuildPhaseZac Medico2010-08-171-12/+23
* Remove no longer needed code.Arfrever Frehtes Taifersar Arahesis2010-08-171-8/+0
* Tweak the EbuildSpawnProcess test and add comments.Zac Medico2010-08-171-3/+9
* Make EbuildBinpkg inherit from EbuildProcess since the 'package'Zac Medico2010-08-171-18/+6
* Pass actionmap keyword argument as keyword, rather than positional.Zac Medico2010-08-171-1/+1
* Write compiled bytecodes to /dev/null, rather than write and unlinkZac Medico2010-08-171-10/+1
* 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-173-75/+56
* Fix _spawn_phase() to spawn phases without sandbox when necessary.Zac Medico2010-08-172-8/+11
* Make doebuild() use EbuildPhase to execute all phase (unless returnpidZac Medico2010-08-172-33/+41
* Make sure doebuild() doesn't erroneously unlink a logfile when returnpidZac Medico2010-08-171-1/+1
* Make EbuildBuild check the manifest before beginning, since withZac Medico2010-08-161-0/+27
* 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-162-31/+11
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-164-76/+38
* Reuse a single TaskScheduler instance.Zac Medico2010-08-161-2/+2
* Add a MiscFunctionsProcess test.Zac Medico2010-08-161-2/+10
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-161-23/+20
* portage.dep.use_reduce: Add token_class parameterSebastian Luther2010-08-162-11/+37
* Fix ebuild.sh argument for cleanrm phase.Zac Medico2010-08-161-1/+6
* Move the fakeroot_state attribute back to EbuildSpawnProcess fromZac Medico2010-08-162-4/+4
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-164-4/+7
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-08-161-3/+3
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-163-3/+3
|\
| * Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageArfrever Frehtes Taifersar Arahesis2010-08-161-0/+10
| |\
| * | Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-163-3/+3
* | | Move fakeroot_state attribute from EbuildSpawnProcess toZac Medico2010-08-162-4/+4
| |/ |/|
* | Test the EbuildPhase class.Zac Medico2010-08-161-0/+10
|/
* Remove unused attributes from classes.Zac Medico2010-08-168-39/+32
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-164-149/+185
* Revert back to using portdbapi.getFetchMap() since the Package classZac Medico2010-08-161-5/+6
* portage.dep.use_reduce: More comments and better error messagesSebastian Luther2010-08-162-10/+43
* Pass is_valid_flag to use_reduce if possibleSebastian Luther2010-08-162-4/+5
* portage.dep.use_reduce: Better error messagesSebastian Luther2010-08-162-21/+50
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-163-13/+49