aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unused variables / imports reported by pyflakes.David James2011-09-261-3/+1
| | | | Change-Id: I92890279dc69974da94cc9a8a5483ddd295512d4
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-4/+0
| | | | | | | | Since this is considered a "legacy" feature by PMS 5.2.7, there shouldn't be any need to support it anymore. Profiles can use package.mask to get similar results, and package.mask additionally allows for comments which are conveniently displayed by emerge. This will fix bug #377907.
* getmaskingstatus: fix keywords logicZac Medico2011-06-091-28/+10
| | | | This will fix bug #370477.
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-061-2/+5
|
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
|
* --autounmask: Treat missing keywords as masksSebastian Luther2011-05-151-0/+3
|
* --autounmask: Allow package.mask changesSebastian Luther2011-05-151-1/+1
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-6/+9
|
* --autounmask: Support license changesSebastian Luther2010-09-171-1/+1
|
* config: Add KeywordsManagerSebastian Luther2010-09-141-1/+1
|
* Pass a keyword hint from getmaskingstatus() to the autounmask code.Zac Medico2010-08-231-5/+13
|
* Add a _MaskReason.hint attribute that the --autounmask code can useZac Medico2010-08-061-3/+7
| | | | to simplify the 'unstable keyword' check.
* * Split out a _get_masking_status() method that returns categorizedZac Medico2010-08-061-2/+2
| | | | | message objects instead of plain strings. * Move masks to the "invalid" category.
* Split out a _getmaskingstatus() method that returns categorizedZac Medico2010-08-061-10/+23
| | | | message objects instead of plain strings.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Bug #307723 - Define basestring for python3.v2.2_rc65Zac Medico2010-03-041-0/+5
| | | | svn path=/main/trunk/; revision=15745
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-251-0/+154
submodules. svn path=/main/trunk/; revision=15463