summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/_config/LicenseManager.py
Commit message (Expand)AuthorAgeFilesLines
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-4/+5
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-7/+7
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-141-1/+1
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-1/+1
* config: Avoid copying _license_managerSebastian Luther2010-08-271-27/+9
* 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
* Remove LicenseManager.__deepcopy__() since the default implementationZac Medico2010-08-241-14/+0
* Implement LicenseManager.__deepcopy__().Zac Medico2010-08-241-14/+19
* Fix imports in _config submodules.Zac Medico2010-08-241-0/+2
* config: Split out LicenseManager and helperSebastian Luther2010-08-241-0/+231