summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* 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
* In config.setcpv() reuse split USE from built packages instead of splittingZac Medico2009-04-301-3/+2
* Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) andZac Medico2009-04-301-19/+38
* Bug #267104 - When appropriate, advise the user that they may set FEATURES=Zac Medico2009-04-301-4/+17
* Fix _lazy_accept_license to discard || from the set of licenses.Zac Medico2009-04-301-0/+1
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-5/+12
* Fix error in calculations from bug #267104.Zac Medico2009-04-301-2/+2
* In config.setcpv(), move the code that makes sure "pkg" values override "env"Zac Medico2009-04-301-4/+8
* Generate a pruned version of ACCEPT_LICENSE, by intersection withZac Medico2009-04-301-0/+28
* In config.regenerate(), explicitly include self.backupenv when processingZac Medico2009-04-301-0/+1
* Exclude 'backupenv' from config.configlist and lookuplist since it doesn'tZac Medico2009-04-301-13/+12
* Make xtermTitle() use a global variable to cache the result of the TERM check.Zac Medico2009-04-291-13/+17
* Fix the code from bug #267104 to account non-root users.Zac Medico2009-04-291-1/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-291-2/+9
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-231-0/+3
* Add note about 'use' in the Atom.intersects() docstring.v2.2_rc31Zac Medico2009-04-191-2/+3
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-191-0/+30
* Fix default master code so that it doesn't trigger when PORTDIR is empty.Zac Medico2009-04-191-1/+1
* If a repo doesn't have metadata/layout.conf then use either missing eclassZac Medico2009-04-191-3/+5
* Fix lockfile() docstring to correctly document the wantnewlockfile behavior.Zac Medico2009-04-181-2/+4
* Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patchZac Medico2009-04-181-9/+1
* Bug #266493 - Never return a long from vercmp() since that can trigger anZac Medico2009-04-171-9/+19