portage.git
2006-12-04 Zac MedicoFix up mtimedb["ldpath"] references broken by the previ...
2006-12-04 Zac MedicoFor bug #157134, make `emerge --digest` automatically...
2006-12-04 Zac MedicoUse portage.chdir() instead of os.chdir() in order...
2006-12-04 Zac MedicoFor `ebuild --force digest`, exempt the depend phase...
2006-12-04 Zac MedicoUpdate the RESTRICT=binchecks docs. Thanks to jakub...
2006-12-04 Zac MedicoMake `repoman fix` work with the new ebuild Manifest...
2006-12-04 Zac MedicoWhen portdbapi.aux_get() generates a KeyError in portag...
2006-12-03 Mike Frysingerdrop RESTRICT=stricter since every aspect it covers...
2006-12-03 Zac MedicoMove the global statement out of the try block so that...
2006-12-03 Zac MedicoMake portage.digestgen() automatically exempt the depen...
2006-12-02 Zac MedicoSkip digest checks when digest is in features.
2006-12-02 Zac MedicoMake sure that all depend phases triggered by the diges...
2006-12-02 Zac MedicoMake sure that *all* of the ebuilds are listed in the...
2006-12-02 Zac MedicoOnly attempt to verify the Manifest if the ebuild is...
2006-12-02 Zac MedicoFor consistent behavior in all timezones, make emerge...
2006-12-02 Zac MedicoAvoid checking the same Manifest several times in a...
2006-12-02 Zac MedicoTemporarily exempt the depend phase during the help...
2006-12-02 Zac MedicoFor manifest and digest phases, use a global variable...
2006-12-02 Zac MedicoAlways verify the ebuild checksums before executing...
2006-12-01 Marius Mauchuse a link in CXXFLAGS section (the typo caused it...
2006-12-01 Marius Mauchfix a few docutils errors
2006-12-01 Marius Mauchadd ReST template to be used for manpage/make.globals...
2006-11-29 Ned Ludd- no point in forking a call to true when we can simply...
2006-11-29 Ned Ludd- make sure QUIET mode is exported to the environment...
2006-11-26 Zac MedicoFor bug #8423, make dispatch-conf preserve timestamps...
2006-11-26 Zac MedicoFor bug #8423, make etc-update preserve timestamps...
2006-11-26 Zac MedicoUpdate the dblink.isprotected() docstring.
2006-11-26 Zac MedicoNever overwrite an untouched config file and trigger...
2006-11-26 Zac MedicoFor bug #8423, allow the merge phase to overwrite untou...
2006-11-23 Zac MedicoAllow -keyword to be matched since some ebuilds use...
2006-11-23 Zac MedicoFor bug #156014, always round up the next kB so that...
2006-11-23 Zac MedicoFor bug #150585, stack package.keywords incrementally...
2006-11-22 Zac MedicoUse portage_data.lchown for compatibility.
2006-11-22 Zac MedicoFix a KeyError in emerge --info <pkg> when there is...
2006-11-22 Zac MedicoReally fix bit mask support when preserving S_ISUID...
2006-11-22 Zac MedicoFix bit mask support when preserving S_ISUID and S_ISGI...
2006-11-22 Zac MedicoFix apply_permissions logic for cases where mode is...
2006-11-22 Zac MedicoFor bug #142993, make sure that chown and chgrp calls...
2006-11-20 Zac MedicoEnable PORTAGE_CONFIGROOT to be set via an new --config...
2006-11-20 Zac MedicoPrint a warning message if a user requests a package...
2006-11-20 Zac MedicoFor bug #155739, only check if a dep is in the args...
2006-11-20 Zac MedicoAllow the ROOT setting to come from make.conf. Thanks...
2006-11-20 Zac MedicoRemove more redundant package.provided handling that...
2006-11-20 Zac MedicoRemove redundant package.provided handling that is...
2006-11-20 Zac MedicoFor depclean, just pass in None for mydbapi (instead...
2006-11-20 Zac MedicoAllow dep_wordreduce to mark things satisfied by packag...
2006-11-20 Zac MedicoUse mydbapi is None to eliminate the return_all_deps...
2006-11-19 Zac MedicoFix portdbapi.cpv_all() so that it actually returns...
2006-11-18 Zac MedicoUse fake_vardb for cached aux_get calls.
2006-11-18 Zac MedicoFor bug #155559, force depclean dep_check calls to...
2006-11-18 Zac MedicoRevert ACCEPT_LICENSE support, since license group...
2006-11-17 Zac Medicos/settings/mysettings/ typo
2006-11-17 Zac MedicoMake fixpackages use PORTAGE_NICENESS.
2006-11-17 Zac MedicoFor bug #155484, apply PORTAGE_NICENESS as soon as...
2006-11-17 Zac MedicoFix a typo that prevents emerge --clean from working...
2006-11-17 Zac MedicoIntegrate old-style virtuals handling into _expand_new_...
2006-11-17 Zac MedicoFix _expand_new_virtuals so that it doesn't allow any...
2006-11-17 Zac MedicoUpdate the _expand_new_virtuals docstring with a not...
2006-11-16 Zac MedicoRevert the depclean message, since new-style virtuals...
2006-11-16 Zac MedicoFor bug #141118, make dep_zapdeps assign zero cost...
2006-11-16 Zac MedicoPull in the new-style virtuals and install them so...
2006-11-16 Zac MedicoAdd a note about removal of new-style virtuals in the...
2006-11-16 Zac MedicoFor bug #141118, make dep_check do recursive expansion...
2006-11-15 Zac MedicoDon't try to lock the vdb unless privileges are sufficient.
2006-11-15 Zac MedicoAutomatically convert --ask to --pretend when the user...
2006-11-14 Zac MedicoOnly reload the config if global updates have actually...
2006-11-14 Zac MedicoMake portage.global_updates() return any updates that...
2006-11-14 Zac MedicoFix a lock file leak.
2006-11-14 Zac MedicoRemove useless unmerge() call after collision-protect...
2006-11-14 Zac MedicoMake fakedbapi support generic metadata instead of...
2006-11-14 Zac MedicoCache depgraph.altlist results, since altlist is called...
2006-11-14 Zac MedicoFor bug #154897, show a summary of fetch restrictions...
2006-11-14 Zac MedicoFor bug #154986, show the usual "Filesize does not...
2006-11-14 Zac MedicoRemove reentrance support for dblink.lockdb() since...
2006-11-14 Zac MedicoUse try/finally to ensure that locks are properly relea...
2006-11-14 Zac MedicoUse try/finally to ensure that locks are properly relea...
2006-11-14 Zac MedicoUse try/finally to ensure that locks are properly relea...
2006-11-14 Zac MedicoUse try/finally to ensure that locks are properly relea...
2006-11-13 Zac MedicoFor bug #154989, lock /var/db/pkg while determining...
2006-11-13 Zac MedicoFor bug #154989, use a single lock on /var/db/pkg since...
2006-11-13 Zac MedicoFor bug #154919, when depclean is unable to resolve...
2006-11-13 Zac MedicoFor bug #154921, prevent an IndexError when a + is...
2006-11-12 Zac MedicoFix depgraph.pkg_node_map so that it properly supports...
2006-11-11 Zac MedicoFor bug #154554, validate all profile virtuals atoms.
2006-11-11 Zac MedicoFor initial gentoo-x86 checkout, if $PORTDIR exists...
2006-11-11 Zac MedicoFix initial cvs checkout logic for bug #100478.
2006-11-11 Zac MedicoFix emerge --sync with a cvs:// uri so that it runs...
2006-11-11 Zac MedicoMake digestcheck() fail if an ebuild isn't listed in...
2006-11-09 Zac MedicoThanks again to Chris White for these additional portag...
2006-11-08 Zac MedicoThanks to Chris White for these portage_dep docstrings.
2006-11-07 Zac MedicoAdd --newuse back to the suggested options in the depcl...
2006-11-07 Zac MedicoFor bug #154207, add a note about package.provided...
2006-11-07 Zac Medicos/grabdict/grabdict_package/ for bug #63429.
2006-11-07 Zac MedicoRemove some stray blocker validation logic.
2006-11-07 Zac MedicoPlug some holes in the blocker validation logic so...
2006-11-07 Zac MedicoThanks to Bo Ørsted Andresen <bo.andresen@zlin.dk>...
2006-11-07 Zac MedicoThanks to Chris White for these portage_checksum docstr...
2006-11-07 Zac MedicoPrint the number of upgrades, downgrades, etc. next...
2006-11-07 Zac MedicoFix validate_blockers() so that a package doesn't block...
2006-11-06 Zac MedicoMinimize getvirtuals() calls and dict lookups inside...
next