summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* Add backward compatible config.pmaskdict and punmaskdict propertiesZac Medico2010-09-021-0/+8
* Make MaskManager use tuples for values inside _pmaskdict andZac Medico2010-09-021-0/+4
* Bug #335620 - Add backward compatible config.virtuals and virts_pZac Medico2010-09-021-0/+14
* Filter more variables that don't need to end up in environment.bz2.Zac Medico2010-09-021-5/+9
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-022-2/+7
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-013-7/+21
* Make more doebuild() commands exempt from _check_temp_dir().Zac Medico2010-09-011-2/+8
* In doebuild(), don't call _check_temp_dir() for pseudo-phases such asZac Medico2010-09-011-3/+5
* Simplify the vartree constructor usage in config.getvirtuals().Zac Medico2010-08-311-2/+1
* Fix bugs in features_set._prune_overrides() and add another test case.Zac Medico2010-08-301-12/+11
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-303-6/+70
* Bug #326561 - Implement FEATURES=unknown-features-filter. This is notZac Medico2010-08-302-14/+64
* Move FEATURES=unknown-features-warn code to config.regenerate() soZac Medico2010-08-301-12/+21
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-292-3/+2
* Add LocationsManager.profile_and_user_locations for use with config.categorie...Sebastian Luther2010-08-292-8/+12
* Simplify the empty USE conditional /var/db/pkg metadata code inZac Medico2010-08-281-8/+6
* When evaluating USE conditional metadata for /var/db/pkg insideZac Medico2010-08-281-0/+11
* Bug #335055 - Fix "TypeError: argument of type 'NoneType' is notZac Medico2010-08-281-4/+5
* Bug #334935 - Fix broken reference to config.pmaskdict insidev2.2_rc71Zac Medico2010-08-271-2/+3
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-272-2/+2
|\
| * Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-282-2/+2
* | 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-272-6/+6
* 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-272-38/+24
* 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
* Fix breakage in use_reduce() calls where token_class=Atom is incorrect.Zac Medico2010-08-261-1/+7
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-261-11/+1
* Add PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.Zac Medico2010-08-261-1/+1
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+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
* config: Move handling of USE related config files into UseManagerSebastian Luther2010-08-252-116/+169
* When parsing package.env, pass the same tolerant and allow_sourcingZac Medico2010-08-241-1/+4
* 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
* 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
* Make config.setcpv() trigger regenerate() if the package from theZac Medico2010-08-231-0/+8