summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/config.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-271-1/+1
|\
| * Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-281-1/+1
* | Fix breakage caused ignorance of /etc/portage/{arch.list,categories}Zac Medico2010-08-271-9/+12
|/
* Fix the config constructor to pass missing parameters to theZac Medico2010-08-271-2/+3
* config: Remove last traces of autouseSebastian Luther2010-08-271-29/+19
* Remove unused imports.Zac Medico2010-08-271-1/+1
* config: Add special_env_varsSebastian Luther2010-08-271-152/+7
* config: Add LocationsManagerSebastian Luther2010-08-271-163/+35
* config: Add VirtualsManagerSebastian Luther2010-08-271-164/+32
* config: Add MaskManagerSebastian Luther2010-08-271-42/+6
* config: Avoid copying _license_managerSebastian Luther2010-08-271-11/+15
* Use shallow copy for more immutable config attributes.Zac Medico2010-08-261-14/+15
* Disable autouse support and add a deprecation warning to the autouse()Zac Medico2010-08-261-34/+5
* Use frozenset for config.usemask and useforce attributes, so there'sZac Medico2010-08-261-4/+3
* Add PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.Zac Medico2010-08-261-1/+1
* Tweak grammar for unknown-features-warn message.Zac Medico2010-08-251-1/+1
* config: Move handling of USE related config files into UseManagerSebastian Luther2010-08-251-116/+27
* When parsing package.env, pass the same tolerant and allow_sourcingZac Medico2010-08-241-1/+4
* Implement LicenseManager.__deepcopy__().Zac Medico2010-08-241-1/+1
* config: Move _prune_incremental to helperSebastian Luther2010-08-241-22/+3
* config: Move features_set into its own fileSebastian Luther2010-08-241-63/+3
* config: Split out LicenseManager and helperSebastian Luther2010-08-241-219/+28
* Make config.setcpv() trigger regenerate() if the package from theZac Medico2010-08-231-0/+8
* Bug #292083 - Support package.accept_keywords in profiles.Zac Medico2010-08-211-2/+34
* Omit non-existent files from the config._pkeywords_listZac Medico2010-08-211-0/+7
* Move default ACCEPT_KEYWORDS handling for package.keywords out ofZac Medico2010-08-211-10/+5
* Fix broken reference to portage._validate_cache_for_unsupported_eapis.Zac Medico2010-08-211-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-54/+88
* When stacking incrementals in config.regenerate(), use a set to avoidZac Medico2010-08-211-10/+6
* Fix config.setcpv() so it only calls _grab_pkg_env when there areZac Medico2010-08-201-1/+1
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+9
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-201-15/+147
* Split out a _ordered_by_atom_specificity() in order to eliminateZac Medico2010-08-201-86/+48
* Make DEPCACHE_PATH relative to EPREFIX, and comment about similarityZac Medico2010-08-201-2/+17
* Make the make.globals path relative to EPREFIX, and add comments possibleZac Medico2010-08-191-2/+24
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-9/+18
* Stop trying to read /etc/make.globals because it's been a symlink toZac Medico2010-08-191-1/+1
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-10/+12
* Bug #312085 - Make config.setcpv() treat USE_EXPAND_HIDDEN flags as ifZac Medico2010-08-181-8/+29
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-151-1/+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
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-3/+4
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-1/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-16/+20
* 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
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-141-5/+3
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-2/+2