summaryrefslogtreecommitdiffstats
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-164-76/+38
* Reuse a single TaskScheduler instance.Zac Medico2010-08-161-2/+2
* Fix broken reference to 'myprovide' variable.Zac Medico2010-08-161-1/+1
* Pass token_class=portage.dep.Atom when parsing PROVIDE.Zac Medico2010-08-161-1/+2
* Add a MiscFunctionsProcess test.Zac Medico2010-08-161-2/+10
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-162-102/+93
* 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
* Convert EbuildBinpkg to inherit from MiscFunctionsProcess insteadZac Medico2010-08-162-29/+33
* 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
* When displaying portage.auxdbkeys, sort and filter unused.Zac Medico2010-08-161-1/+2
* Add ability for portageq help to print valid metadata keys.Alec Warner2010-08-161-8/+11
* Use _parse_uri_map() so that we can use cached metadata instead ofZac Medico2010-08-161-6/+5
* Split a _parse_uri_map() function out of portdbapi.getFetchMap(), forZac Medico2010-08-161-27/+35
* Bug #316311 - Document that in EAPI 4 the doman -i18n option takesZac Medico2010-08-161-0/+7
* Bug #273651 - Document how helpers die automatically in EAPI 4, andZac Medico2010-08-161-0/+8
* Bug #273650 - Document that unset RDEPEND no longer triggers implicitZac Medico2010-08-161-0/+8
* Bug #273648 - Document restriction of S to WORKDIR fallback in EAPI 4.Zac Medico2010-08-161-0/+13
* Bug #273646 - Copy PMS section 12.1.2 EAPI 4 docs for REPLACING_VERSIONSZac Medico2010-08-161-0/+18
* Bug #273644 - Document that the KV variable is gone in EAPI 4.Zac Medico2010-08-161-3/+3
* Bug #273643 - Document that the AA variable is gone in EAPI 4.Zac Medico2010-08-161-0/+9
* Bug #273640 - Document that in EAPI 4 econf addsZac Medico2010-08-161-0/+7
* Bug #273636 - Document that in EAPI 4 doins and newins preserve symlinks.Zac Medico2010-08-161-0/+7
* Bug #273631 - Add docs for EAPI 4 default src_install function.Zac Medico2010-08-161-0/+22
* Bug #273626 - Add PMS docs for USE Dependency Defaults.Zac Medico2010-08-161-0/+27
* Bug #273622 - Add docs for pkg_pretend from PMS 10.1.2.Zac Medico2010-08-161-0/+22
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-152-14/+10
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-152-8/+21
* 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