summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), sinceZac Medico2009-07-031-3/+3
* Bug #275947 - Enable build.log when FEATURES=sesandbox is enabled, sinceZac Medico2009-07-011-7/+6
* Remove obsolete blocker expansion code from _expand_new_virtuals.Zac Medico2009-06-301-19/+6
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-301-4/+5
* Fix _expand_new_virtuals to expand old-style virtuals for package.providedZac Medico2009-06-301-0/+9
* Bug #275901 - Make emerge bail out for USE deps in EAPI 0 and 1.Zac Medico2009-06-301-0/+4
* Bug #82488 - In _expand_new_virtuals(), check PROVIDE before expandingZac Medico2009-06-301-13/+25
* In _expand_new_virtuals, don't expand old-style virtuals when there isZac Medico2009-06-301-2/+3
* Remove the upgrade selection code inside dep_zapdeps (from bug #171840 andZac Medico2009-06-301-43/+2
* Fix virtual blocker code inside _expand_new_virtuals to correctly handleZac Medico2009-06-301-2/+3
* Use a finally blocker to ensure _expand_new_virtuals properly resets eapiZac Medico2009-06-291-8/+9
* Bug #275796 - Prefer packages selected for install over installed packages.Zac Medico2009-06-291-15/+13
* Bug #275821 - Make emerge reject !!atom blockers for EAPI 0 and 1.Zac Medico2009-06-291-1/+24
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-291-3/+6
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-2911-59/+75
* Fix constructor to avoid TypeError when the "perms" keyword parameter is given.Zac Medico2009-06-281-0/+1
* Bug #253467 - Fix regression in config._env_blacklist handling.Zac Medico2009-06-281-0/+1
* Fix Package.metadata USE conditional evaluation so that it's delayed untilZac Medico2009-06-281-3/+6
* Use a property to implement portdbapi.settings.Zac Medico2009-06-261-2/+14
* Make portdbapi define self.settings, for conformity with other dbapi classes.Zac Medico2009-06-261-0/+2
* Make dbapi.cp_list() raise NotImplementedError.Zac Medico2009-06-251-1/+1
* Make config.regenerate() detect api-level updates to ACCEPT_LICENSE, for useZac Medico2009-06-251-10/+13
* Add support to `portageq owners` for querying paths matching a given basename.Zac Medico2009-06-241-3/+14
* In binarytree.inject(), when a symlink is created for the current packageZac Medico2009-06-241-2/+10
* Bug #275237 - If a directory exists in a location where a normal file is toZac Medico2009-06-241-3/+3
* Fix config._lazy_vars._accept_license() to exclude irrelevant licenses.Zac Medico2009-06-221-1/+1
* Change ACCEPT_LICENSE evaluation so that things like ACCEPT_LICENSE="* -@EULA"Zac Medico2009-06-222-38/+53
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-1/+1
* Fix imports broken by splitting of _emerge/__init__.py.Zac Medico2009-06-221-1/+3
* Use portage.util.apply_permissions() inside _ensure_access().Zac Medico2009-06-221-6/+10
* Reorganize $KV logic in doebuild_environment.Zac Medico2009-06-221-3/+5
* Tweak depcache permission handling so egencache can be run by a user who'sZac Medico2009-06-213-10/+30
* In doebuild_environment, ensure that cached $KV from the backupenv does notZac Medico2009-06-201-0/+2
* Don't set KV for EAPI >=3.Arfrever Frehtes Taifersar Arahesis2009-06-201-1/+1
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-181-0/+1
* Add NOCOLOR to the environment whitelist. This fixes inappropriate colorsZac Medico2009-06-171-1/+1
* Rename color_codes back to codes.Zac Medico2009-06-171-70/+70
* Rename codes to _styles.Zac Medico2009-06-171-30/+30
* Rename map_code_to_color_code() to style_to_ansi_code().Zac Medico2009-06-172-6/+13
* Add epydoc docstrings fro codes and color_codes variables.Zac Medico2009-06-171-0/+3
* Use map_code_to_color_code() where appropriate inside ConsoleStyleFile.write().Zac Medico2009-06-171-1/+1
* Bug #274279 - Add color.map support for mapping a color to a different colorZac Medico2009-06-162-149/+150
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-146-202/+222
* Add some really big integers to the vercmp tests.Zac Medico2009-05-161-1/+3
* Fix digestcheck() to handle missing distfiles digests correctly. Thanks toZac Medico2009-05-061-1/+4
* When generating ACCEPT_LICENSE for the ebuild environment, do not expandZac Medico2009-05-051-2/+4
* Make portdbapi.getfetchlist() return an equal number of uris/file names soZac Medico2009-05-051-4/+9
* Fix inverted logic in superuser logic for bug #267104.Zac Medico2009-05-021-2/+2
* Only generate KV when setting up the environment for a real ebuild phase. ThisZac Medico2009-05-011-1/+4
* Fix logic error which prevents repos.conf [DEFAULT] section from applyingZac Medico2009-05-011-1/+1