summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
* Update copyright header.Zac Medico2010-04-011-1/+1
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-0/+17
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Fix legacy globals proxies to reset state when the portage module is reloaded.Zac Medico2010-03-011-0/+2
* Remove unused print() import.Zac Medico2010-02-281-2/+0
* Remove unused imports.Zac Medico2010-02-281-7/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-281-1/+1
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-02-281-121/+6
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-02-281-30/+2
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-281-82/+10
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-140/+0
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-02-271-7/+0
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-02-271-124/+3
* Move getvirtuals to _deprecated module.Zac Medico2010-02-251-12/+1
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-251-33/+1
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-251-171/+1
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-217/+1
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-251-211/+2
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-251-618/+1
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-122/+2
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-141/+2
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-179/+1
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-251-67/+1
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-251-263/+1
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-251-0/+2
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-251-139/+1
* Make auxdbkeys a tuple instead of a list.Zac Medico2010-02-251-2/+2
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2196/+3
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-6/+18
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-231-12/+16
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-1103/+1
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-221-2566/+2
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-221-276/+1
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-221-2/+3
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-7/+6
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-211-37/+2
* Show a deprecation warning when getvirtuals() is called.Zac Medico2010-02-211-4/+21
* Show a deprecation warning when pkgmerge() is called.Zac Medico2010-02-211-0/+4
* Show a deprecation warning when digestParseFile() is called.Zac Medico2010-02-211-0/+3
* Move portage.flatten to portage.dep.flatten.Zac Medico2010-02-211-12/+1
* Move portage.cpv_getkey() to the portage.versions module.Zac Medico2010-02-201-22/+2
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+5