summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-5/+13
* Fix spelling in zlib.error message.Zac Medico2010-08-221-1/+1
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-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
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-212-13/+26
* Add a deprecation warning for the unused justmanifest parameter ofZac Medico2010-08-211-1/+11
* 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-212-55/+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
* Remove duplicate realpath call for PORTAGE_TMPDIR.Zac Medico2010-08-201-4/+2
* 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