aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: fix repo KeyErrorsZac Medico2011-06-201-2/+16
* UseManager: avoid possible repo KeyErrorsZac Medico2011-06-201-4/+4
* config: repo-level make.defaults/package.useZac Medico2011-06-201-0/+1
* Bug #370693: Handle package.use.force and package.use.mask files from masterArfrever Frehtes Taifersar Arahesis2011-06-191-18/+17
* Bug #370693: Support use.force, package.use.force, use.mask andArfrever Frehtes Taifersar Arahesis2011-06-191-57/+99
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-063-4/+7
* filter PORTAGE_GPG_SIGNING_COMMAND for ebuild envZac Medico2011-04-041-1/+2
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
* config: blacklist PORTAGE_BACKGROUND* varsZac Medico2011-03-251-1/+5
* MergeProcess: separate unmerge output from mergeZac Medico2011-03-251-1/+1
* put main code in a private func() to remove near duplicated codeBrian Dolbec2011-01-311-14/+29
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-311-19/+4
* getRawMissingKeywords: fix getEgroups breakageZac Medico2011-01-311-1/+1
* KeywordsManager: use lists where order mattersZac Medico2011-01-301-11/+12
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-301-1/+15
* split up the getMissingKeywords code to eliminate code duplication and increa...Brian Dolbec2011-01-301-94/+130
* add getRawMissingKeywords functionsBrian Dolbec2011-01-301-1/+81
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-301-0/+28
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-031-2/+3
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
* whitelist proxy vars and don't save themZac Medico2010-11-261-0/+1
* Revert use.unsatisfiable support for now.Zac Medico2010-11-241-23/+0
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-221-2/+6
* Cache package.mask files within MaskManager.Michał Górny2010-11-191-4/+13
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-141-4/+4
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-141-9/+42
* Remove a part of a comment, which is about files not handled in KeywordsManag...Arfrever Frehtes Taifersar Arahesis2010-11-061-5/+1
* Don't ignore ${repository}/profiles/package.unmask files.Arfrever Frehtes Taifersar Arahesis2010-11-061-1/+1
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-11-061-3/+3
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2010-11-061-1/+1
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-061-2/+25
* More repository handling cleanupSebastian Luther2010-09-301-7/+5
* Handle missing PORTDIR in RepoConfigLoader.mainRepo() and theZac Medico2010-09-291-1/+4
* Add missing remember_source_file=True parameter to append_repo() call in the ...Zac Medico2010-09-291-1/+1
* Improved profiles/p.mask handlingSebastian Luther2010-09-262-26/+32
* reposyntax: add support in _config/*Sebastian Luther2010-09-265-23/+30
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-171-1/+1
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-151-5/+12
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-142-4/+4
* Don't export PORTAGE_BUILDIR_LOCKED to the ebuild environment.Zac Medico2010-09-141-1/+1
* In KeywordsManager.pkeywordsdict save values as tuples instead of lists.Zac Medico2010-09-141-0/+2
* config: Add KeywordsManagerSebastian Luther2010-09-141-0/+184
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-131-1/+1
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-133-9/+9
* Fix typo in comment.Zac Medico2010-09-101-1/+1
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-09-111-2/+2