summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move portage.movefile to portage.util.movefile. (trunk r15464)Zac Medico2010-03-023-218/+237
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-03-023-211/+234
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-03-022-618/+635
* Move dep.py to dep/__init__.py, for splitting into smaller files. (trunk r15461)Zac Medico2010-03-021-0/+0
* Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)Zac Medico2010-03-0211-131/+162
* Fix typo in import. (trunk r15459)Zac Medico2010-03-021-1/+1
* Move portage.digestcheck to portage.package.ebuild.digestcheck. (trunk r15458)Zac Medico2010-03-024-143/+160
* Fix broken digestgen import. (trunk r15457)Zac Medico2010-03-021-1/+1
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-03-023-2/+2
* Define 'long' for Python 3. (trunk r15455)Zac Medico2010-03-021-0/+4
* Move digestgen to portage.util.digestgen. (trunk r15454)Zac Medico2010-03-025-185/+214
* Move ExtractKernelVersion portage.util.ExtractKernelVersion. (trunk r15453)Zac Medico2010-03-023-73/+95
* Move env_update to portage.util.env_update.envupdate. (trunk r15452)Zac Medico2010-03-023-264/+290
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-03-022-8/+7
* Move cacheddir and listdir to portage.util.listdir. (trunk r15450)Zac Medico2010-03-026-149/+170
* Make auxdbkeys a tuple instead of a list. (trunk r15449)Zac Medico2010-03-021-2/+2
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-03-0213-2217/+2296
* Remove unused 'expandcache' global variable. (trunk r15447)Zac Medico2010-03-021-2/+0
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-03-021-1/+8
* Add missing writmsg import. (trunk r15445)Zac Medico2010-03-021-0/+2
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-03-023-11/+23
* Add deprecation warnings for unused digestgen() parameters. (trunk r15437)Zac Medico2010-03-022-18/+19
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Zac Medico2010-03-021-4/+5
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Zac Medico2010-03-021-0/+3
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-03-024-4/+5
* Use lazy import for portage.Manifest. (trunk r15426)Zac Medico2010-03-021-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch(). (trunk r15425)Zac Medico2010-03-024-1105/+1128
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-03-024-2566/+2615
* Move portage.digraph class to portage.util.digraph.digraph. (trunk r15423)Zac Medico2010-03-022-276/+282
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-03-021-0/+0
* Create a directory for splitting the portage.util module into smaller files.Zac Medico2010-03-020-0/+0
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-03-021-2/+3
* Use lazy import for the portage.dbapi module. (trunk r15419)Zac Medico2010-03-024-14/+15
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-03-023-1/+25
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-03-022-38/+46
* Show a deprecation warning when getvirtuals() is called. (trunk r15416)Zac Medico2010-03-021-4/+21
* Show a deprecation warning when pkgmerge() is called. (trunk r15415)Zac Medico2010-03-021-0/+4
* Show a deprecation warning when digestParseFile() is called. (trunk r15414)Zac Medico2010-03-021-0/+3
* Move portage.flatten to portage.dep.flatten. (trunk r15413)Zac Medico2010-03-022-12/+33
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-03-021-1/+4
* Add a note about --rebuilt-binaries. (trunk r15411)Zac Medico2010-03-021-0/+7
* Move portage.cpv_getkey() to the portage.versions module. (trunk r15410)Zac Medico2010-03-022-22/+29
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-03-021-0/+1
* Use a frozenset for use inside binarytree._eval_use_flags(). (trunk r15407)Zac Medico2010-03-021-1/+1
* Add stacklevel=2 to warnings.warn calls. (trunk r15406)Zac Medico2010-03-022-2/+2
* Add stacklevel=2 to warnings.warn() calls. (trunk r15405)Zac Medico2010-03-021-2/+2
* Remove deprecated methods that call removed key_expand function. (trunk r15404)Zac Medico2010-03-022-75/+3
* Add DeprecationWarning to dep_virtual function. (trunk r15403)Zac Medico2010-03-021-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-03-021-31/+0
* Use Atom.cp instead of dep_getkey. (trunk r15401)Zac Medico2010-03-022-9/+9