summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-021-0/+2
* Remove unused print() import. (trunk r15502)Zac Medico2010-03-021-2/+0
* Remove unused imports. (trunk r15501)Zac Medico2010-03-021-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-03-021-1/+1
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-03-021-121/+6
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-03-021-30/+2
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-03-021-82/+10
* Remove deprecated flushmtimedb function. (trunk r15476)Zac Medico2010-03-021-5/+2
* Move portage._global_updates to a submodule. (trunk r15475)Zac Medico2010-03-021-140/+0
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-03-021-7/+0
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-03-021-124/+3
* Move getvirtuals to _deprecated module. (trunk r15469)Zac Medico2010-03-021-12/+1
* Move merge and unmerge functions to the vartree module. (trunk r15468)Zac Medico2010-03-021-30/+1
* Splid deprecated functions into a _deprecated module. (trunk r15466)Zac Medico2010-03-021-171/+1
* Move portage.movefile to portage.util.movefile. (trunk r15464)Zac Medico2010-03-021-217/+1
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-03-021-211/+2
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-03-021-618/+1
* Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)Zac Medico2010-03-021-122/+2
* Move portage.digestcheck to portage.package.ebuild.digestcheck. (trunk r15458)Zac Medico2010-03-021-141/+2
* Move digestgen to portage.util.digestgen. (trunk r15454)Zac Medico2010-03-021-179/+1
* Move ExtractKernelVersion portage.util.ExtractKernelVersion. (trunk r15453)Zac Medico2010-03-021-67/+1
* Move env_update to portage.util.env_update.envupdate. (trunk r15452)Zac Medico2010-03-021-263/+1
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-03-021-0/+2
* Move cacheddir and listdir to portage.util.listdir. (trunk r15450)Zac Medico2010-03-021-139/+1
* 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-021-2196/+3
* Remove unused 'expandcache' global variable. (trunk r15447)Zac Medico2010-03-021-2/+0
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-03-021-6/+18
* Add deprecation warnings for unused digestgen() parameters. (trunk r15437)Zac Medico2010-03-021-12/+16
* 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-021-1103/+1
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-03-021-2566/+2
* Move portage.digraph class to portage.util.digraph.digraph. (trunk r15423)Zac Medico2010-03-021-276/+1
* 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-021-7/+6
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-03-021-37/+2
* 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-021-12/+1
* Move portage.cpv_getkey() to the portage.versions module. (trunk r15410)Zac Medico2010-03-021-22/+2
* Add stacklevel=2 to warnings.warn() calls. (trunk r15405)Zac Medico2010-03-021-2/+2
* 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-021-2/+5
* Fix deprecated usage of dep_getkey. (trunk r15391)Zac Medico2010-03-021-1/+1
* Fix deprecated usage of dep_getkey. (trunk r15382)Zac Medico2010-03-021-3/+3
* Add a BUILD_TIME vdb entry containing the integer number of seconds since theZac Medico2010-03-021-0/+5
* Use config.environ() instead of config.items() when spawning FETCHCOMMAND.Zac Medico2010-03-021-1/+1
* Make sure that config._accept_chost() accepts empty CHOST. (trunk r15354)Zac Medico2010-03-021-2/+3