summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-222-2/+2
| | | | | | | | --getbinpkgonly mode, since --usepkgonly behaves better in cases when the portage tree is not exactly the same revision that was used to build the packages. svn path=/main/trunk/; revision=15427
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
| | | | svn path=/main/trunk/; revision=15426
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-224-1105/+1128
| | | | svn path=/main/trunk/; revision=15425
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-224-2566/+2615
| | | | svn path=/main/trunk/; revision=15424
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-222-276/+282
| | | | svn path=/main/trunk/; revision=15423
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-02-221-0/+0
| | | | svn path=/main/trunk/; revision=15422
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-222-5/+6
| | | | | | | | it results in a strange namespace collision (portage.dbapi is both a class and a module). Hopefully this won't break any api consumers since it's a pure virtual class anyway. svn path=/main/trunk/; revision=15420
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-224-14/+15
| | | | svn path=/main/trunk/; revision=15419
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-1/+20
| | | | | | since it is superceded by LICENSE masking. svn path=/main/trunk/; revision=15418
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-212-38/+46
| | | | svn path=/main/trunk/; revision=15417
* Show a deprecation warning when getvirtuals() is called.Zac Medico2010-02-211-4/+21
| | | | svn path=/main/trunk/; revision=15416
* Show a deprecation warning when pkgmerge() is called.Zac Medico2010-02-211-0/+4
| | | | svn path=/main/trunk/; revision=15415
* Show a deprecation warning when digestParseFile() is called.Zac Medico2010-02-211-0/+3
| | | | svn path=/main/trunk/; revision=15414
* Move portage.flatten to portage.dep.flatten.Zac Medico2010-02-212-12/+33
| | | | svn path=/main/trunk/; revision=15413
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-02-201-1/+4
| | | | | | | containing non-existent eclass inside metadata.database._parse_data. Thanks to Vlastimil Babka <caster@g.o> for reporting. svn path=/main/trunk/; revision=15412
* Move portage.cpv_getkey() to the portage.versions module.Zac Medico2010-02-202-22/+29
| | | | svn path=/main/trunk/; revision=15410
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-02-201-0/+1
| | | | svn path=/main/trunk/; revision=15409
* Use a frozenset for use inside binarytree._eval_use_flags().v2.2_rc63Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15407
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-192-2/+2
| | | | svn path=/main/trunk/; revision=15406
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
| | | | svn path=/main/trunk/; revision=15405
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-192-75/+3
| | | | svn path=/main/trunk/; revision=15404
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
| | | | svn path=/main/trunk/; revision=15403
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
| | | | svn path=/main/trunk/; revision=15402
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-192-9/+9
| | | | svn path=/main/trunk/; revision=15401
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-3/+6
| | | | svn path=/main/trunk/; revision=15400
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+2
| | | | svn path=/main/trunk/; revision=15399
* Use a valid atom in the dep_getkey docstring.Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15398
* Use isvalidatom to validate PROVIDE entries.Zac Medico2010-02-191-2/+8
| | | | svn path=/main/trunk/; revision=15397
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15396
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15395
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-02-191-0/+9
| | | | | | --depclean <atom> instead. svn path=/main/trunk/; revision=15393
* Bug #303519 - Call warnings.warn() with stacklevel=2 inside dep_getkey andZac Medico2010-02-191-3/+3
| | | | | | dep_getcpv so that the caller is displayed. svn path=/main/trunk/; revision=15392
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15391
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-2/+2
| | | | svn path=/main/trunk/; revision=15390
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
| | | | svn path=/main/trunk/; revision=15388
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+1
| | | | svn path=/main/trunk/; revision=15383
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+3
| | | | svn path=/main/trunk/; revision=15382
* Fix deprecated dep_getkey usage in match_from_list.Zac Medico2010-02-191-1/+3
| | | | svn path=/main/trunk/; revision=15381
* Make dep_getkey() recommend cpv_getkey() if given a cpv.Zac Medico2010-02-191-1/+6
| | | | svn path=/main/trunk/; revision=15380
* Use a property to trigger deprecation warnings if binarytree.remotepkgsZac Medico2010-02-191-9/+27
| | | | | | is accessed. svn path=/main/trunk/; revision=15379
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-02-191-10/+2
| | | | svn path=/main/trunk/; revision=15378
* Remove deprecated portdbapi.getfetchlist() method.Zac Medico2010-02-191-24/+0
| | | | svn path=/main/trunk/; revision=15377
* Remove deprecated binarytree.get_use() method.Zac Medico2010-02-191-5/+0
| | | | svn path=/main/trunk/; revision=15376
* Remove the deprecated 'clone' parameter to the binarytree constructor.Zac Medico2010-02-191-14/+2
| | | | svn path=/main/trunk/; revision=15375
* Deprecate the unused getbinpkgsonly parameter to binarytree.populate().Zac Medico2010-02-191-3/+11
| | | | svn path=/main/trunk/; revision=15374
* Allow --rebuilt-binaries to trigger downgrades.Zac Medico2010-02-181-2/+1
| | | | svn path=/main/trunk/; revision=15373
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-184-7/+15
| | | | | | enabled. svn path=/main/trunk/; revision=15372
* Update the spinner in depgraph._serialize_tasks when searching forZac Medico2010-02-181-0/+1
| | | | | | suitable uninstall tasks. svn path=/main/trunk/; revision=15369
* Fix colors for --rebuilt-binaries docs.Zac Medico2010-02-181-1/+1
| | | | svn path=/main/trunk/; revision=15367
* Add a comment about slowness in _serialize_tasks when there are lots ofZac Medico2010-02-181-0/+4
| | | | | | blockers to solve. svn path=/main/trunk/; revision=15366