summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-02-271-1/+1
| | | | | | repoman fails. svn path=/main/trunk/; revision=15471
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-02-261-9/+5
| | | | | | attribute. Thanks to Sebastian Pipping <sping@g.o> for the initial patch. svn path=/main/trunk/; revision=15470
* Move getvirtuals to _deprecated module.Zac Medico2010-02-252-12/+10
| | | | svn path=/main/trunk/; revision=15469
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-252-33/+33
| | | | svn path=/main/trunk/; revision=15468
* Fix broken dep_expand import from previous commit.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15467
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-252-171/+183
| | | | svn path=/main/trunk/; revision=15466
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-02-251-2/+2
| | | | svn path=/main/trunk/; revision=15465
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-253-218/+237
| | | | svn path=/main/trunk/; revision=15464
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-253-211/+234
| | | | | | submodules. svn path=/main/trunk/; revision=15463
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-252-618/+635
| | | | svn path=/main/trunk/; revision=15462
* Move dep.py to dep/__init__.py, for splitting into smaller files.Zac Medico2010-02-251-0/+0
| | | | svn path=/main/trunk/; revision=15461
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-2511-131/+162
| | | | svn path=/main/trunk/; revision=15460
* Fix typo in import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15459
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-254-143/+160
| | | | svn path=/main/trunk/; revision=15458
* Fix broken digestgen import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15457
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-253-2/+2
| | | | svn path=/main/trunk/; revision=15456
* Define 'long' for Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-251-0/+4
| | | | svn path=/main/trunk/; revision=15455
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-255-185/+214
| | | | svn path=/main/trunk/; revision=15454
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-253-73/+95
| | | | svn path=/main/trunk/; revision=15453
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-253-264/+290
| | | | svn path=/main/trunk/; revision=15452
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-252-8/+7
| | | | svn path=/main/trunk/; revision=15451
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-256-149/+170
| | | | svn path=/main/trunk/; revision=15450
* Make auxdbkeys a tuple instead of a list.Zac Medico2010-02-251-2/+2
| | | | svn path=/main/trunk/; revision=15449
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-2513-2217/+2296
| | | | svn path=/main/trunk/; revision=15448
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
| | | | svn path=/main/trunk/; revision=15447
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
| | | | | | ignored in some cases. Thanks to Brian Dolbec (dol-sen) for reporting. svn path=/main/trunk/; revision=15446
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
| | | | svn path=/main/trunk/; revision=15445
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-233-11/+23
| | | | | | | since the first one isn't really needed (when this code is in stable we can start showing a deprecation warning when the redundant argument is used). svn path=/main/trunk/; revision=15438
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-232-18/+19
| | | | svn path=/main/trunk/; revision=15437
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
| | | | | | Also fix some typos. svn path=/main/trunk/; revision=15429
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-221-0/+3
| | | | svn path=/main/trunk/; revision=15428
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-224-4/+5
| | | | | | | | --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-223-1/+25
| | | | | | 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
* Add a note about --rebuilt-binaries.Zac Medico2010-02-201-0/+4
| | | | svn path=/main/trunk/; revision=15411
* 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