summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-108-160/+333
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* 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
* 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-107-9/+13
* 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
* Convert doebuild.spawn() to use the AsynchronousTask api, whichZac Medico2010-08-091-98/+14
* 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-072-26/+40
* 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
* 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
* Make dep_check use depgraph._pkg_use_enabled to query USE settings of new-sty...Zac Medico2010-08-061-2/+4
* autounmask: Add ability to adjust USESebastian Luther2010-08-064-12/+155
* Add a _MaskReason.hint attribute that the --autounmask code can useZac Medico2010-08-061-3/+7
* * Split out a _get_masking_status() method that returns categorizedZac Medico2010-08-061-2/+2
* 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
* Bug #331271 - Fix USE_EXPAND wildcards so that the USE="linguas_*Zac Medico2010-08-051-1/+21
* Bug #331271 - Fix USE_EXPAND wildcards so that the USE="linguas_en_USZac Medico2010-08-051-0/+6
* Add a test case for lazyimport._preload_portage_submodules().Zac Medico2010-08-053-0/+16
* Add a fake _test_ option to myopts that can be used for conditional test code.Zac Medico2010-08-051-0/+3
* Use a ResolverPlayground.cleanup() method to cleanup temporary directories.Zac Medico2010-08-053-8/+20
* Tests: Add resolver/test_eapi (2 tests disabled)Sebastian Luther2010-08-053-3/+103
* Tests: Add resolver/test_simple and the resolver test infrastructureSebastian Luther2010-08-054-0/+224
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-053-3/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-053-6/+6
* Add a sanity check in _preload_portage_submodules() to ensure that theZac Medico2010-08-041-0/+4
* Fix infinite loop in _preload_portage_submodules().Zac Medico2010-08-031-0/+1
* Fix typo in docstring.Zac Medico2010-08-031-1/+1
* Bug #330645 - Make _unregister_module_proxy() detect partially importedZac Medico2010-08-031-12/+17