summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-284-1/+18
* Fix reference to portage.util.listdir.dircache.Zac Medico2010-02-271-1/+2
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
* Move portage._global_updates to a submodule.Zac Medico2010-02-275-143/+158
* 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-272-124/+136
* Another turquoise -> red.Zac Medico2010-02-271-1/+1
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-02-271-1/+1
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-02-261-9/+5
* Move getvirtuals to _deprecated module.Zac Medico2010-02-252-12/+10
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-252-33/+33
* Fix broken dep_expand import from previous commit.Zac Medico2010-02-251-1/+1
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-252-171/+183
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-02-251-2/+2
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-253-218/+237
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-253-211/+234
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-252-618/+635
* Move dep.py to dep/__init__.py, for splitting into smaller files.Zac Medico2010-02-251-0/+0
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-2511-131/+162
* Fix typo in import.Zac Medico2010-02-251-1/+1
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-254-143/+160
* Fix broken digestgen import.Zac Medico2010-02-251-1/+1
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-253-2/+2
* Define 'long' for Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-251-0/+4
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-255-185/+214
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-253-73/+95
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-253-264/+290
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-252-8/+7
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-256-149/+170
* 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-2513-2217/+2296
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-233-11/+23
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-232-18/+19
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-221-0/+3
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-224-4/+5
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-224-1105/+1128
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-224-2566/+2615
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-222-276/+282
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-02-221-0/+0
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-222-5/+6
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-224-14/+15
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-223-1/+25
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-212-38/+46
* 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