summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/_config/LocationsManager.py
Commit message (Expand)AuthorAgeFilesLines
* Warn if 2 make.profile dirs found, bug #452176Zac Medico2013-01-151-3/+15
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+3
* UseManager: /etc/portage/profile extended syntaxZac Medico2012-09-261-3/+4
* Improve allowing of directories on profile level and repository level in EAPI...Arfrever Frehtes Taifersar Arahesis2012-09-211-4/+7
* Read profile EAPI earlier.Arfrever Frehtes Taifersar Arahesis2012-09-211-18/+20
* Prefer /etc/portage/make.profile.v2.2.0_alpha126Zac Medico2012-09-121-1/+1
* Profile parent repo: references for bug #414961.Zac Medico2012-05-201-3/+43
* RepoConfig: cleanup portage1_profiles codev2.2.0_alpha106Zac Medico2012-05-161-5/+3
* Cleanup profile-formats code.v2.2.0_alpha104Zac Medico2012-05-111-1/+4
* Avoid redundant layout.conf parsing.Zac Medico2012-05-111-5/+14
* LocationsManager: empty profiles_complex on errorZac Medico2012-04-251-0/+1
* Make eprefix=None params map to const.EPREFIXZac Medico2011-12-101-2/+3
* _profile_node: use collections.namedtuplev2.2.0_alpha72Zac Medico2011-10-301-11/+3
* MaskManager: portage-1-compat warnings.warnZac Medico2011-10-271-3/+2
* LocationsManager: extensible _profile_node objectZac Medico2011-10-271-2/+15
* Fix profile-formats spelling in messages.Zac Medico2011-10-271-1/+1
* LocationsManager._addProfile: realpath parentsZac Medico2011-10-271-0/+9
* LocationsManager.load_profiles: realpath reposZac Medico2011-10-271-2/+3
* LocationsManager: portage-1-compat warnings.warnZac Medico2011-10-271-2/+4
* add profile-formats portage-1 awareness and enforcementBrian Harring2011-10-251-2/+2
* Track profile format, and if compatibility mode is in use.Brian Harring2011-10-251-11/+56
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+7
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-221-2/+6
* Improved profiles/p.mask handlingSebastian Luther2010-09-261-5/+0
* config/p.mask: config from other repos than PORTDIR comes before profiles (li...Sebastian Luther2010-09-101-4/+4
* Add LocationsManager.profile_and_user_locations for use with config.categorie...Sebastian Luther2010-08-291-1/+7
* Remove unused imports.Zac Medico2010-08-271-5/+5
* config: Add LocationsManagerSebastian Luther2010-08-271-0/+177