summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-03-024-1/+18
| | | | | | | prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. (trunk r15486) svn path=/main/branches/2.1.7/; revision=15687
* Fix reference to portage.util.listdir.dircache. (trunk r15477)Zac Medico2010-03-021-1/+2
| | | | svn path=/main/branches/2.1.7/; revision=15686
* Remove deprecated flushmtimedb function. (trunk r15476)Zac Medico2010-03-021-5/+2
| | | | svn path=/main/branches/2.1.7/; revision=15685
* Move portage._global_updates to a submodule. (trunk r15475)Zac Medico2010-03-025-143/+158
| | | | svn path=/main/branches/2.1.7/; revision=15684
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-03-021-7/+0
| | | | | | (trunk r15474) svn path=/main/branches/2.1.7/; revision=15683
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-03-022-124/+136
| | | | | | _ensure_encodings module that's only imported on demand. (trunk r15473) svn path=/main/branches/2.1.7/; revision=15682
* Another turquoise -> red. (trunk r15472)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15681
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-03-021-1/+1
| | | | | | repoman fails. (trunk r15471) svn path=/main/branches/2.1.7/; revision=15680
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-03-021-9/+5
| | | | | | | attribute. Thanks to Sebastian Pipping <sping@g.o> for the initial patch. (trunk r15470) svn path=/main/branches/2.1.7/; revision=15679
* Move getvirtuals to _deprecated module. (trunk r15469)Zac Medico2010-03-022-12/+10
| | | | svn path=/main/branches/2.1.7/; revision=15678
* Move merge and unmerge functions to the vartree module. (trunk r15468)Zac Medico2010-03-022-30/+33
| | | | svn path=/main/branches/2.1.7/; revision=15677
* Fix broken dep_expand import from previous commit. (trunk r15467)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15676
* Splid deprecated functions into a _deprecated module. (trunk r15466)Zac Medico2010-03-022-171/+183
| | | | svn path=/main/branches/2.1.7/; revision=15675
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-03-021-2/+2
| | | | | | (trunk r15465) svn path=/main/branches/2.1.7/; revision=15674
* Move portage.movefile to portage.util.movefile. (trunk r15464)Zac Medico2010-03-023-218/+237
| | | | svn path=/main/branches/2.1.7/; revision=15673
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-03-023-211/+234
| | | | | | submodules. (trunk r15463) svn path=/main/branches/2.1.7/; revision=15672
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-03-022-618/+635
| | | | | | (trunk r15462) svn path=/main/branches/2.1.7/; revision=15671
* Move dep.py to dep/__init__.py, for splitting into smaller files. (trunk r15461)Zac Medico2010-03-021-0/+0
| | | | svn path=/main/branches/2.1.7/; revision=15670
* Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)Zac Medico2010-03-0211-131/+162
| | | | svn path=/main/branches/2.1.7/; revision=15669
* Fix typo in import. (trunk r15459)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15668
* Move portage.digestcheck to portage.package.ebuild.digestcheck. (trunk r15458)Zac Medico2010-03-024-143/+160
| | | | svn path=/main/branches/2.1.7/; revision=15667
* Fix broken digestgen import. (trunk r15457)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15666
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-03-023-2/+2
| | | | | | (trunk r15456) svn path=/main/branches/2.1.7/; revision=15665
* Define 'long' for Python 3. (trunk r15455)Zac Medico2010-03-021-0/+4
| | | | svn path=/main/branches/2.1.7/; revision=15664
* Move digestgen to portage.util.digestgen. (trunk r15454)Zac Medico2010-03-025-185/+214
| | | | svn path=/main/branches/2.1.7/; revision=15663
* Move ExtractKernelVersion portage.util.ExtractKernelVersion. (trunk r15453)Zac Medico2010-03-023-73/+95
| | | | svn path=/main/branches/2.1.7/; revision=15662
* Move env_update to portage.util.env_update.envupdate. (trunk r15452)Zac Medico2010-03-023-264/+290
| | | | svn path=/main/branches/2.1.7/; revision=15661
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-03-022-8/+7
| | | | | | (trunk r15451) svn path=/main/branches/2.1.7/; revision=15660
* Move cacheddir and listdir to portage.util.listdir. (trunk r15450)Zac Medico2010-03-026-149/+170
| | | | svn path=/main/branches/2.1.7/; revision=15659
* Make auxdbkeys a tuple instead of a list. (trunk r15449)Zac Medico2010-03-021-2/+2
| | | | svn path=/main/branches/2.1.7/; revision=15658
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-03-0213-2217/+2296
| | | | | | (trunk r15448) svn path=/main/branches/2.1.7/; revision=15657
* Remove unused 'expandcache' global variable. (trunk r15447)Zac Medico2010-03-021-2/+0
| | | | svn path=/main/branches/2.1.7/; revision=15656
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-03-021-1/+8
| | | | | | | ignored in some cases. Thanks to Brian Dolbec (dol-sen) for reporting. (trunk r15446) svn path=/main/branches/2.1.7/; revision=15655
* Add missing writmsg import. (trunk r15445)Zac Medico2010-03-021-0/+2
| | | | svn path=/main/branches/2.1.7/; revision=15654
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-03-023-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). (trunk r15438) svn path=/main/branches/2.1.7/; revision=15653
* Add deprecation warnings for unused digestgen() parameters. (trunk r15437)Zac Medico2010-03-022-18/+19
| | | | svn path=/main/branches/2.1.7/; revision=15652
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Zac Medico2010-03-021-4/+5
| | | | | | Also fix some typos. (trunk r15429) svn path=/main/branches/2.1.7/; revision=15651
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Zac Medico2010-03-021-0/+3
| | | | | | (trunk r15428) svn path=/main/branches/2.1.7/; revision=15650
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-03-024-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. (trunk r15427) svn path=/main/branches/2.1.7/; revision=15649
* Use lazy import for portage.Manifest. (trunk r15426)Zac Medico2010-03-021-2/+1
| | | | svn path=/main/branches/2.1.7/; revision=15648
* Move portage.fetch() to portage.package.ebuild.fetch.fetch(). (trunk r15425)Zac Medico2010-03-024-1105/+1128
| | | | svn path=/main/branches/2.1.7/; revision=15647
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-03-024-2566/+2615
| | | | | | (trunk r15424) svn path=/main/branches/2.1.7/; revision=15646
* Move portage.digraph class to portage.util.digraph.digraph. (trunk r15423)Zac Medico2010-03-022-276/+282
| | | | svn path=/main/branches/2.1.7/; revision=15645
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-03-021-0/+0
| | | | | | (trunk r15422) svn path=/main/branches/2.1.7/; revision=15644
* Create a directory for splitting the portage.util module into smaller files.Zac Medico2010-03-020-0/+0
| | | | | | (trunk r15421) svn path=/main/branches/2.1.7/; revision=15643
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-03-021-2/+3
| | | | | | | | 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. (trunk r15420) svn path=/main/branches/2.1.7/; revision=15642
* Use lazy import for the portage.dbapi module. (trunk r15419)Zac Medico2010-03-024-14/+15
| | | | svn path=/main/branches/2.1.7/; revision=15641
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-03-023-1/+25
| | | | | | since it is superceded by LICENSE masking. (trunk r15418) svn path=/main/branches/2.1.7/; revision=15640
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-03-022-38/+46
| | | | | | (trunk r15417) svn path=/main/branches/2.1.7/; revision=15639
* Show a deprecation warning when getvirtuals() is called. (trunk r15416)Zac Medico2010-03-021-4/+21
| | | | svn path=/main/branches/2.1.7/; revision=15638