summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* config: Add special_env_varsSebastian Luther2010-08-272-152/+169
* config: Add LocationsManagerSebastian Luther2010-08-272-163/+212
* config: Add VirtualsManagerSebastian Luther2010-08-272-164/+264
* config: Add MaskManagerSebastian Luther2010-08-272-42/+75
* config: Avoid copying _license_managerSebastian Luther2010-08-274-54/+31
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-262-3/+8
* Do not include the whole input string in the use_reduce()Zac Medico2010-08-261-21/+21
* Use shallow copy for more immutable config attributes.Zac Medico2010-08-261-14/+15
* Make LicenseManager.__deepcopy__() do a shallow copy of _license_groupsZac Medico2010-08-261-1/+6
* Implement LicenseManager.__deepcopy__(), using shallow copy forZac Medico2010-08-261-1/+23
* 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-262-8/+7
* Bug #334365 - Make dep_check() less strict with respect to EAPIZac Medico2010-08-261-17/+12
* Ensure SystemExit is never caught.Zac Medico2010-08-266-3/+15
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-262-5/+22
* Fix breakage in use_reduce() calls where token_class=Atom is incorrect.Zac Medico2010-08-262-2/+13
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-264-28/+7
* Add PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.Zac Medico2010-08-261-1/+1
* Add code to dep_check(), borrowed from _expand_new_virtuals(), to passZac Medico2010-08-261-4/+16
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-264-36/+52
* Fix UnboundLocalError for y on line 177 in _expand_new_virtuals()Zac Medico2010-08-261-1/+1
* Tweak grammar for unknown-features-warn message.Zac Medico2010-08-251-1/+1
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-0/+6
* Remove portage.usedefaults since it's broken by the previous commit.Zac Medico2010-08-252-4/+1
* config: Move handling of USE related config files into UseManagerSebastian Luther2010-08-252-116/+169
* Fix fragile sets config file path handling for for ResolverPlaygroundZac Medico2010-08-251-3/+3
* Fix WorldSelectedSet.singleBuilder() to use EROOT.Zac Medico2010-08-251-1/+1
* Add EROOT support to the @module-rebuild package set.Zac Medico2010-08-251-0/+2
* When parsing package.env, pass the same tolerant and allow_sourcingZac Medico2010-08-241-1/+4
* Use deepcopy for LicenseManger, since I remove clone support from thev2.2_rc69Zac Medico2010-08-241-1/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* Tests: Add LicenseManager testsSebastian Luther2010-08-241-0/+68
* ExtendedAtomDict: Add __eq__Sebastian Luther2010-08-241-0/+5
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* Remove LicenseManager.__deepcopy__() since the default implementationZac Medico2010-08-241-14/+0
* Implement LicenseManager.__deepcopy__().Zac Medico2010-08-242-15/+20
* Fix imports in _config submodules.Zac Medico2010-08-242-2/+2
* * Make dblink instantiate the ConfigProtect object on demand instead ofZac Medico2010-08-241-6/+18
* More _pkg_use_enabled fixesSebastian Luther2010-08-241-1/+5
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ...Sebastian Luther2010-08-242-0/+31
* config: Move _prune_incremental to helperSebastian Luther2010-08-242-23/+23
* config: Move features_set into its own fileSebastian Luther2010-08-242-63/+72
* config: Split out LicenseManager and helperSebastian Luther2010-08-244-219/+303
* ExtendedAtomDict: Add __delitem__Sebastian Luther2010-08-241-0/+6
* Make config.setcpv() trigger regenerate() if the package from theZac Medico2010-08-231-0/+8
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-5/+13
* use_reduce: Give a hint to IUSE in the 'use flag '%s' is not referencable in ...Sebastian Luther2010-08-231-1/+2
* Add 'candy' to SUPPORTED_FEATURES.Zac Medico2010-08-231-1/+1
* Make recursive grablines() ignore the same directories asZac Medico2010-08-233-6/+9
* Bug #309907 - Update more config files for package moves:Zac Medico2010-08-221-2/+6