summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-102-62/+37
* Add repoman check for REQUIRED_USESebastian Luther2010-08-101-0/+4
* Add missing IUSE check in portage.dep._check_required_use()Sebastian Luther2010-08-101-2/+14
* Add REQUIRED_USE check as pre-merge check.Sebastian Luther2010-08-101-0/+61
* Implement portage.dep.check_required_use() for checking REQUIRED_USE.Sebastian Luther2010-08-102-5/+120
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-108-10/+14
* Don't use os.getlogin() since apparently it's unreliable.Zac Medico2010-08-101-1/+2
* Pretend that the current user's uid/gid are the 'portage' uid/gid,Zac Medico2010-08-101-0/+7
* Add suitable default PORTAGE_TMPDIR setting.Zac Medico2010-08-101-1/+7
* Try using _emerge.main.setconfig_fallback() to make tests passZac Medico2010-08-101-2/+4
* portage.dep.paren_reduce: Remove redundant bracketsSebastian Luther2010-08-102-5/+38
* When executing the 'depend' phase inside aux_get(), use theZac Medico2010-08-101-8/+17
* portage.dep: Rewrite paren_reduce and add testsSebastian Luther2010-08-102-53/+88
* Relocate attributes from AbstractEbuildProcess to subclasses that useZac Medico2010-08-093-3/+3
* Convert doebuild.spawn() to use the AsynchronousTask api, whichZac Medico2010-08-092-98/+36
* In cp_list(), use basestring for ininstance check on the mytreeZac Medico2010-08-091-4/+6
* add optional list support for mytree to complinment the trees param in cp_list()Brian Dolbec2010-08-091-1/+4
* Fix /etc/portage/package.keywords handling so that more specificZac Medico2010-08-091-5/+17
* Tweak the profile package.* atom specificity code to useZac Medico2010-08-091-21/+30
* Call portage._disable_legacy_globals() in order to ensure that weZac Medico2010-08-091-0/+7
* Tests: dep/testAtom: add test for Atom.violated_conditionals()Sebastian Luther2010-08-081-0/+50
* portage.dep.Atom.violated_conditionals(): Fix "not / is None" bugSebastian Luther2010-08-081-2/+2
* Tests: Let ./runTests take files as argument to run only the test in these filesSebastian Luther2010-08-081-0/+27
* autounmask: rename _needed_user_config_changes in _needed_unstable_keywords. ...Sebastian Luther2010-08-073-52/+57
* Test: resolver/test_autounmask: Check the suggested use changesSebastian Luther2010-08-072-25/+31
* Tests: resolver/test_autounmask: Remove test that don't test what they were s...Sebastian Luther2010-08-072-22/+1
* autounmask: Restart less often for use changesSebastian Luther2010-08-071-8/+26
* Ensure that _select_pkg_highest_available_imp() falls back to anZac Medico2010-08-061-0/+7
* Fix _getMissingProperties() package.properties handling so that settingsZac Medico2010-08-061-3/+15
* Fix _getMissingLicenses() package.license handling so that settingsZac Medico2010-08-061-3/+15
* Use ResolverPlayground for it's config instance, so that we don'tZac Medico2010-08-061-2/+6
* Bug #331429 - Fix breakage in package.properties and package.licenseZac Medico2010-08-061-12/+3
* Implement ExtendedAtomDict.__len__().Zac Medico2010-08-061-0/+3
* Implement ExtendedAtomDict.__iter__().Zac Medico2010-08-061-0/+9
* Fix _select_pkg_highest_available_imp to reject installed packagesZac Medico2010-08-061-0/+5
* Rename allow_missing_keywords to allow_unstable_keywords since that'sZac Medico2010-08-061-9/+9
* Delay variable definitions in _pkg_visibility_check untilZac Medico2010-08-061-2/+4
* Make dep_check use depgraph._pkg_use_enabled to query USE settings of new-sty...Zac Medico2010-08-062-2/+7
* Use finally block for autounmask handling insideZac Medico2010-08-061-3/+5
* autounmask: Add ability to adjust USESebastian Luther2010-08-065-35/+288
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-061-1/+1
* Add a _MaskReason.hint attribute that the --autounmask code can useZac Medico2010-08-062-5/+8
* Use _get_masking_status() for the --autounmaks KEYWORDS check.Zac Medico2010-08-061-2/+4
* * Split out a _get_masking_status() method that returns categorizedZac Medico2010-08-062-7/+15
* Split out a _getmaskingstatus() method that returns categorizedZac Medico2010-08-061-10/+23
* Use a regular expression to simplify dblink.getcontents().Zac Medico2010-08-061-65/+45
* In action_unmerge(), create a Schuduler instance for calls to unmerge(),Zac Medico2010-08-062-6/+18
* Pass more parameters to the Package constructor.Zac Medico2010-08-061-2/+2
* Fix scope issue that could cause 'retval' variable to be undefined.Zac Medico2010-08-051-2/+2
* Bug #331271 - Fix USE_EXPAND wildcards so that the USE="linguas_*Zac Medico2010-08-051-1/+21