summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-282-1/+13
| | | | | | | | | | with python3 reported by Arfrever: File "/usr/lib/portage/pym/portage/__init__.py", line 513, in portageexit if secpass > 1 and os.environ.get("SANDBOX_ON") != "1": TypeError: unorderable types: _LazyImportFrom() > int() svn path=/main/trunk/; revision=15497
* Fix broken reference to portage._spawn_misc_sh(). Thanks to Arfrever forZac Medico2010-02-281-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=15496
* Remove print() usage.Zac Medico2010-02-281-5/+0
| | | | svn path=/main/trunk/; revision=15495
* Remove print() usage.Zac Medico2010-02-281-6/+4
| | | | svn path=/main/trunk/; revision=15494
* Fix broken fakedbapi.cpv_inject/cpv_remove calls.Zac Medico2010-02-281-2/+2
| | | | svn path=/main/trunk/; revision=15493
* Move legacy globals code into a _legacy_globals module that's imported onZac Medico2010-02-282-121/+93
| | | | | | demand. svn path=/main/trunk/; revision=15492
* Move deprecated_profile_check to portage.package.ebuild submodule.Zac Medico2010-02-282-30/+45
| | | | svn path=/main/trunk/; revision=15491
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-283-82/+92
| | | | | | function. svn path=/main/trunk/; revision=15490
* Fix vardbapi.move_ent and aux_update to clear relevant caches.Zac Medico2010-02-281-0/+3
| | | | svn path=/main/trunk/; revision=15489
* Make bindbapi override cpv_inject and cpv_remove, for deleting stale valuesZac Medico2010-02-281-1/+9
| | | | | | | from self._aux_cache. Also, add a comment about stale cache handling inside aux_update. svn path=/main/trunk/; revision=15488
* Make _global_updates ensure that the binarytree is only populated with localZac Medico2010-02-282-4/+12
| | | | | | | packages (getbinpkgs=0), and fix binarytree.populate() to behave properly when called more than once. svn path=/main/trunk/; revision=15487
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-284-1/+18
| | | | | | | prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=15486
* Fix reference to portage.util.listdir.dircache.Zac Medico2010-02-271-1/+2
| | | | svn path=/main/trunk/; revision=15477
* Remove deprecated flushmtimedb function.Zac Medico2010-02-271-5/+2
| | | | svn path=/main/trunk/; revision=15476
* Move portage._global_updates to a submodule.Zac Medico2010-02-275-143/+158
| | | | svn path=/main/trunk/; revision=15475
* Remove unused 'dircache' variable that's moved to portage.util.listdir.Zac Medico2010-02-271-7/+0
| | | | svn path=/main/trunk/; revision=15474
* Move missing encodings module workarounds (<python-2.6.4 + USE=build) to aZac Medico2010-02-272-124/+136
| | | | | | _ensure_encodings module that's only imported on demand. svn path=/main/trunk/; revision=15473
* Another turquoise -> red.Zac Medico2010-02-271-1/+1
| | | | svn path=/main/trunk/; revision=15472
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-02-271-1/+1
| | | | | | repoman fails. svn path=/main/trunk/; revision=15471
* Eliminate the PhaseCheck constructor and make PhaseCheck.phases_re a classZac Medico2010-02-261-9/+5
| | | | | | attribute. Thanks to Sebastian Pipping <sping@g.o> for the initial patch. svn path=/main/trunk/; revision=15470
* Move getvirtuals to _deprecated module.Zac Medico2010-02-252-12/+10
| | | | svn path=/main/trunk/; revision=15469
* Move merge and unmerge functions to the vartree module.Zac Medico2010-02-252-33/+33
| | | | svn path=/main/trunk/; revision=15468
* Fix broken dep_expand import from previous commit.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15467
* Splid deprecated functions into a _deprecated module.Zac Medico2010-02-252-171/+183
| | | | svn path=/main/trunk/; revision=15466
* Avoid name collision with dep_expand submodule so epydoc won't crash.Zac Medico2010-02-251-2/+2
| | | | svn path=/main/trunk/; revision=15465
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-253-218/+237
| | | | svn path=/main/trunk/; revision=15464
* Split getmaskingstatus and getmaskingreason info portage.package.ebuildZac Medico2010-02-253-211/+234
| | | | | | submodules. svn path=/main/trunk/; revision=15463
* Move portage.dep_check and related functions to portage.dep.dep_check.Zac Medico2010-02-252-618/+635
| | | | svn path=/main/trunk/; revision=15462
* Move dep.py to dep/__init__.py, for splitting into smaller files.Zac Medico2010-02-251-0/+0
| | | | svn path=/main/trunk/; revision=15461
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-2511-131/+162
| | | | svn path=/main/trunk/; revision=15460
* Fix typo in import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15459
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-254-143/+160
| | | | svn path=/main/trunk/; revision=15458
* Fix broken digestgen import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15457
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-253-2/+2
| | | | svn path=/main/trunk/; revision=15456
* Define 'long' for Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-251-0/+4
| | | | svn path=/main/trunk/; revision=15455
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-255-185/+214
| | | | svn path=/main/trunk/; revision=15454
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-253-73/+95
| | | | svn path=/main/trunk/; revision=15453
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-253-264/+290
| | | | svn path=/main/trunk/; revision=15452
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-252-8/+7
| | | | svn path=/main/trunk/; revision=15451
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-256-149/+170
| | | | svn path=/main/trunk/; revision=15450
* Make auxdbkeys a tuple instead of a list.Zac Medico2010-02-251-2/+2
| | | | svn path=/main/trunk/; revision=15449
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-2513-2217/+2296
| | | | svn path=/main/trunk/; revision=15448
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
| | | | svn path=/main/trunk/; revision=15447
* Fix a logic error which causes blockers from installed packages to beZac Medico2010-02-241-1/+8
| | | | | | ignored in some cases. Thanks to Brian Dolbec (dol-sen) for reporting. svn path=/main/trunk/; revision=15446
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
| | | | svn path=/main/trunk/; revision=15445
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-233-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). svn path=/main/trunk/; revision=15438
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-232-18/+19
| | | | svn path=/main/trunk/; revision=15437
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
| | | | | | Also fix some typos. svn path=/main/trunk/; revision=15429
* Fix "NameError: global name 'basestring' is not defined" with Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-221-0/+3
| | | | svn path=/main/trunk/; revision=15428
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-224-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. svn path=/main/trunk/; revision=15427