summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* 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-161-65/+18
* 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
* 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/portageArfrever Frehtes Taifersar Arahesis2010-08-161-0/+10
|\
| * Test the EbuildPhase class.Zac Medico2010-08-161-0/+10
* | Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-163-3/+3
|/
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-161-123/+135
* portage.dep.use_reduce: More comments and better error messagesSebastian Luther2010-08-162-10/+43
* 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-162-12/+48
* Split the actionmap code out of doebuild() into a _spawn_actionmap()Zac Medico2010-08-161-46/+50
* Handle OSError from os.path.samefile() (breakage from previous commit).Zac Medico2010-08-161-1/+5
* Bug #332967 - In bintree.inject(), add a sanity check to make sure weZac Medico2010-08-161-2/+3
* Split a _parse_uri_map() function out of portdbapi.getFetchMap(), forZac Medico2010-08-161-27/+35
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-10/+5
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-151-1/+7
* Implement ExtendedAtomDict.iteritems(), so that it doesn't invokeZac Medico2010-08-151-0/+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
* Remove questionable lockfile removal code in dbapi.invalidentry().Zac Medico2010-08-151-9/+1
* 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-152-4/+10
* Add some ebuild metadata for realism.Zac Medico2010-08-151-1/+9
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since theyZac Medico2010-08-151-0/+9
* Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAMEZac Medico2010-08-151-1/+1
* Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset.Zac Medico2010-08-151-4/+7
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config()Zac Medico2010-08-151-1/+5
* Add some more info to the 'Cannot chown a lockfile' message, sinceZac Medico2010-08-151-1/+5
* Set PORTAGE_PYTHON for ebuild.sh subprocesses.Zac Medico2010-08-151-0/+2
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+47
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-142-20/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-146-42/+140
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-141-2/+15
|\
| * Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
* | Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+8
|/
* Fix the ACCEPT_LICENSE setting that's generated for eutils check_license()Zac Medico2010-08-141-15/+26
* Add PORTAGE_PYTHON to _environ_whitelist.Zac Medico2010-08-141-1/+1
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-144-6/+5
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-4/+5
* Fix EbuildSpawnProcess to use self.settings.environ() for the spawnZac Medico2010-08-141-14/+9
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-145-27/+92
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-132-18/+29