summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-03-021-2/+3
| | | | | | | | 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. (trunk r15420) svn path=/main/branches/2.1.7/; revision=15642
* Use lazy import for the portage.dbapi module. (trunk r15419)Zac Medico2010-03-024-14/+15
| | | | svn path=/main/branches/2.1.7/; revision=15641
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-03-023-1/+25
| | | | | | since it is superceded by LICENSE masking. (trunk r15418) svn path=/main/branches/2.1.7/; revision=15640
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-03-022-38/+46
| | | | | | (trunk r15417) svn path=/main/branches/2.1.7/; revision=15639
* Show a deprecation warning when getvirtuals() is called. (trunk r15416)Zac Medico2010-03-021-4/+21
| | | | svn path=/main/branches/2.1.7/; revision=15638
* Show a deprecation warning when pkgmerge() is called. (trunk r15415)Zac Medico2010-03-021-0/+4
| | | | svn path=/main/branches/2.1.7/; revision=15637
* Show a deprecation warning when digestParseFile() is called. (trunk r15414)Zac Medico2010-03-021-0/+3
| | | | svn path=/main/branches/2.1.7/; revision=15636
* Move portage.flatten to portage.dep.flatten. (trunk r15413)Zac Medico2010-03-022-12/+33
| | | | svn path=/main/branches/2.1.7/; revision=15635
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-03-021-1/+4
| | | | | | | containing non-existent eclass inside metadata.database._parse_data. Thanks to Vlastimil Babka <caster@g.o> for reporting. (trunk r15412) svn path=/main/branches/2.1.7/; revision=15634
* Add a note about --rebuilt-binaries. (trunk r15411)Zac Medico2010-03-021-0/+7
| | | | svn path=/main/branches/2.1.7/; revision=15632
* Move portage.cpv_getkey() to the portage.versions module. (trunk r15410)Zac Medico2010-03-022-22/+29
| | | | svn path=/main/branches/2.1.7/; revision=15631
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-03-021-0/+1
| | | | | | (trunk r15409) svn path=/main/branches/2.1.7/; revision=15630
* Use a frozenset for use inside binarytree._eval_use_flags(). (trunk r15407)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15629
* Add stacklevel=2 to warnings.warn calls. (trunk r15406)Zac Medico2010-03-022-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=15628
* Add stacklevel=2 to warnings.warn() calls. (trunk r15405)Zac Medico2010-03-021-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=15627
* Remove deprecated methods that call removed key_expand function. (trunk r15404)Zac Medico2010-03-022-75/+3
| | | | svn path=/main/branches/2.1.7/; revision=15626
* Add DeprecationWarning to dep_virtual function. (trunk r15403)Zac Medico2010-03-021-0/+2
| | | | svn path=/main/branches/2.1.7/; revision=15625
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-03-021-31/+0
| | | | | | (trunk r15402) svn path=/main/branches/2.1.7/; revision=15624
* Use Atom.cp instead of dep_getkey. (trunk r15401)Zac Medico2010-03-022-9/+9
| | | | svn path=/main/branches/2.1.7/; revision=15623
* Use Atom.cp instead of dep_getkey. (trunk r15400)Zac Medico2010-03-021-3/+6
| | | | svn path=/main/branches/2.1.7/; revision=15622
* Use Atom.cp instead of dep_getkey. (trunk r15399)Zac Medico2010-03-021-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=15621
* Use a valid atom in the dep_getkey docstring. (trunk r15398)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15620
* Use isvalidatom to validate PROVIDE entries. (trunk r15397)Zac Medico2010-03-021-2/+8
| | | | svn path=/main/branches/2.1.7/; revision=15619
* Fix deprecated usage of dep_getkey. (trunk r15396)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15618
* Fix deprecated usage of dep_getkey. (trunk r15395)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15617
* Bail out when given an invalid mode. (trunk r15394)Zac Medico2010-03-021-1/+3
| | | | svn path=/main/branches/2.1.7/; revision=15616
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-03-021-0/+9
| | | | | | --depclean <atom> instead. (trunk r15393) svn path=/main/branches/2.1.7/; revision=15615
* Bug #303519 - Call warnings.warn() with stacklevel=2 inside dep_getkey andZac Medico2010-03-021-3/+3
| | | | | | dep_getcpv so that the caller is displayed. (trunk r15392) svn path=/main/branches/2.1.7/; revision=15614
* Fix deprecated usage of dep_getkey. (trunk r15391)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15613
* Fix deprecated usage of dep_getkey. (trunk r15390)Zac Medico2010-03-021-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=15612
* Fix deprecated usage of dep_getkey. (trunk r15388)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15611
* Fix deprecated usage of dep_getkey. (trunk r15383)Zac Medico2010-03-021-3/+1
| | | | svn path=/main/branches/2.1.7/; revision=15610
* Fix deprecated usage of dep_getkey. (trunk r15382)Zac Medico2010-03-021-3/+3
| | | | svn path=/main/branches/2.1.7/; revision=15609
* Fix deprecated dep_getkey usage in match_from_list. (trunk r15381)Zac Medico2010-03-021-1/+3
| | | | svn path=/main/branches/2.1.7/; revision=15608
* Make dep_getkey() recommend cpv_getkey() if given a cpv. (trunk r15380)Zac Medico2010-03-021-1/+6
| | | | svn path=/main/branches/2.1.7/; revision=15607
* Use a property to trigger deprecation warnings if binarytree.remotepkgsZac Medico2010-03-021-9/+27
| | | | | | is accessed. (trunk r15379) svn path=/main/branches/2.1.7/; revision=15606
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-03-021-10/+2
| | | | | | (trunk r15378) svn path=/main/branches/2.1.7/; revision=15605
* Remove deprecated portdbapi.getfetchlist() method. (trunk r15377)Zac Medico2010-03-021-24/+0
| | | | svn path=/main/branches/2.1.7/; revision=15604
* Remove deprecated binarytree.get_use() method. (trunk r15376)Zac Medico2010-03-021-5/+0
| | | | svn path=/main/branches/2.1.7/; revision=15603
* Remove the deprecated 'clone' parameter to the binarytree constructor.Zac Medico2010-03-021-14/+2
| | | | | | (trunk r15375) svn path=/main/branches/2.1.7/; revision=15602
* Deprecate the unused getbinpkgsonly parameter to binarytree.populate().Zac Medico2010-03-021-3/+11
| | | | | | (trunk r15374) svn path=/main/branches/2.1.7/; revision=15601
* Allow --rebuilt-binaries to trigger downgrades. (trunk r15373)Zac Medico2010-03-021-2/+1
| | | | svn path=/main/branches/2.1.7/; revision=15600
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-03-025-9/+18
| | | | | | enabled. (trunk r15372) svn path=/main/branches/2.1.7/; revision=15599
* Remove unused merge_cmd variable. (trunk r15371)Zac Medico2010-03-021-1/+0
| | | | svn path=/main/branches/2.1.7/; revision=15598
* Remove diffutils version detection code since it's not really needed.Zac Medico2010-03-021-13/+2
| | | | | | (trunk r15370) svn path=/main/branches/2.1.7/; revision=15597
* Update the spinner in depgraph._serialize_tasks when searching forZac Medico2010-03-021-0/+1
| | | | | | suitable uninstall tasks. (trunk r15369) svn path=/main/branches/2.1.7/; revision=15596
* Fix broken diffutils vercmp code. (trunk r15368)Zac Medico2010-03-021-3/+2
| | | | svn path=/main/branches/2.1.7/; revision=15595
* Fix colors for --rebuilt-binaries docs. (trunk r15367)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15594
* Add a comment about slowness in _serialize_tasks when there are lots ofZac Medico2010-03-021-0/+4
| | | | | | blockers to solve. (trunk r15366) svn path=/main/branches/2.1.7/; revision=15593
* Bug #305393 - Handle new sdiff exit status for diffutils-2.9. (trunk r15365)Zac Medico2010-03-021-0/+16
| | | | svn path=/main/branches/2.1.7/; revision=15592