portage.git
2008-11-07 Zac MedicoInside LinkageMap._libs, use a SlotDict to store consum...
2008-11-07 Zac MedicoBug #245932 - Pass use_mask and use_force parameters...
2008-11-06 Zac MedicoRemove the special package.keywords mask warning from...
2008-11-06 Zac MedicoBug #245661 - Never enable --complete-graph automatical...
2008-11-06 Zac MedicoIn Atom.__setattr__(), include inputs in case it helps...
2008-11-05 Zac MedicoOverride Atom.__setattr__() to make Atom instances...
2008-11-04 Zac MedicoFix broken reference to self inside unmerge().
2008-11-04 Zac MedicoSynchronize portage update/restart logic in dblink...
2008-11-04 Zac MedicoFree some memory by clearing the LinkageMap cache when...
2008-11-04 Zac MedicoBug #245362 - Use tuples of (device, inode) for all...
2008-11-03 Zac MedicoBug #245358 - For unsatisfied dependencies, display...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-11-02 Zac MedicoImport shutil globally.
2008-11-02 Zac MedicoRemove duplicate code inside EbuildFetchPretend._execute().
2008-11-02 Zac MedicoRemove locking from EbuildFetchPretend since it uses...
2008-11-02 Zac MedicoBug #245231 - Make EbuildFetchPretend use a private...
2008-11-01 Zac MedicoIn SetConfig.getSetAtoms(), access self.psets directly... v2.2_rc13
2008-11-01 Zac MedicoIn config.setcpv(), ensure that A and AA aren't in...
2008-11-01 Zac MedicoIn _validate_deps(), show the ebuild version to clarify...
2008-11-01 Zac MedicoTODO: In case some elf files collide with blocked packages,
2008-11-01 Zac MedicoIn Scheduler._calc_resume_list(), use self.pkgsettings...
2008-11-01 Zac MedicoBug #239015 - Disable unmerge operations for Everything...
2008-11-01 Zac MedicoWhen echoing the emake command, redirect to stderr...
2008-11-01 Zac MedicoRemove broken pickle_write() since it can't possibly...
2008-11-01 Zac Medico* In fetch(), ensure that pkg_nofetch is never called...
2008-11-01 Zac MedicoRemove unnecessary handler for plain "Exception" from...
2008-11-01 Zac MedicoAlso call PreservedLibsRegistry.pruneNonExisting()...
2008-11-01 Zac MedicoExplicitly load the preserved libs registry after obtai...
2008-11-01 Zac MedicoBefore returning from PreservedLibsRegistry.store(...
2008-11-01 Zac MedicoRename "object" variable to avoid name collision with...
2008-11-01 Zac MedicoDefine __all__ and remove unused imports.
2008-11-01 Zac MedicoDefine __all__ and remove unused import.
2008-11-01 Zac MedicoRemove unused imports.
2008-11-01 Zac MedicoFilter PORTAGE_VERBOSE in save_ebuild_env().
2008-11-01 Zac MedicoBug #240295 - When emake is called, echo the make comma...
2008-11-01 Zac MedicoBug #241906 - Handle InvalidAtom exception raised from...
2008-11-01 Zac MedicoBug #244792 - Remove confcache support.
2008-11-01 Zac MedicoBug #244947 - Add repoman support for checking masked...
2008-10-31 Zac MedicoBug #244947 - Add basic repoman support for checking...
2008-10-31 Zac MedicoEliminate duplicate code by calling equivalent dblink...
2008-10-31 Zac MedicoBug #243178 - Handle file collisions with preserved...
2008-10-31 Zac MedicoIn dblink._collision_protect(), remove redundant self...
2008-10-31 Zac MedicoBug #236609 - Fix columns calculation for TERM="dumb...
2008-10-31 Zac MedicoRevert previous commit since it doesn't properly calcul...
2008-10-31 Zac MedicoBug #244947 - Add repoman support for checking masked...
2008-10-31 Zac MedicoRemove unused conditional_disabled and conditional_enab...
2008-10-31 Zac MedicoFix broken stuff to avoid tracebacks when running in...
2008-10-31 Zac MedicoPass a Package instance into the config.setcpv() call.
2008-10-30 Zac MedicoUse portage.const.PORTAGE_PACKAGE_ATOM where appropriate.
2008-10-30 Zac Medicorecheck what changed in the repository also when nothin...
2008-10-30 Zac MedicoBug #244975 - Don't allow the user to make portage...
2008-10-30 Zac MedicoMake sure mychanged and mynew are always defined even...
2008-10-30 Zac MedicoAvoid unnecessary aux_get calls inside Scheduler._pkg...
2008-10-30 Zac Medicodefine myunadded such that repoman doesn't crash when...
2008-10-30 Zac MedicoBug #225429 - Inside LinkageMap.rebuild(), update self...
2008-10-30 Zac MedicoBug # 225429 - Try to remove unneeded preserved libs...
2008-10-30 Zac MedicoIn dblink.unmerge(), update the CONTENTS entries when...
2008-10-30 Zac MedicoBug #225429 - In dblink.unmerge(), eliminate consumers...
2008-10-29 Zac MedicoMake config.setcpv() store the ebuild metadata inside...
2008-10-29 Zac MedicoFix interaction between LinkageMap.rebuild() and the...
2008-10-28 Zac MedicoFix $ROOT handling inside LinkageMap.findConsumers().
2008-10-28 Zac MedicoBug #238957 - When removing unneeded preserved libs...
2008-10-28 Zac MedicoUpdate the auto-add message to say "Manifest" instead...
2008-10-28 Zac MedicoRemove manifest1 digest-* autoadd code. Thanks to grobian.
2008-10-28 Zac MedicoFix graph.get() so that it works as intended, returning...
2008-10-28 Zac MedicoFix some incorrect $ROOT handling inside LinkageMap.
2008-10-28 Zac MedicoMake SetConfig.getSetAtoms() raise a PackageSetNotFound...
2008-10-28 Zac MedicoFix incorrect $ROOT handling inside dblink._preserve_li...
2008-10-28 Zac MedicoPass $ROOT into the LinkageMap._ObjectKey constructor...
2008-10-28 Zac MedicoPass $ROOT into portage.util.getlibpaths().
2008-10-27 Zac MedicoReturn early from fetch() if no uris are given.
2008-10-27 Zac MedicoIn fetch(), avoid the "Adjusting permissions recursivel...
2008-10-26 Zac MedicoEnable bashrc even when $EBUILD_PHASE is unset, so...
2008-10-25 Zac MedicoWhen creating the temporary $DISTDIR, do not try to...
2008-10-24 Zac MedicoFix preserve-libs code inside dblink.unmerge() so that...
2008-10-24 Zac MedicoWhen populating the fake $DISTDIR inside doebuild(...
2008-10-23 Zac MedicoAdd "subversion" to InheritAutotools._exempt_eclasses...
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-22 Zac MedicoBug #243224 - Add an exemption to the inherit.autotools...
2008-10-22 Zac MedicoFix grammar.
2008-10-22 Zac MedicoAdd a PROPERTIES.syntax check.
2008-10-22 Zac MedicoDocument PROPERTIES=interactive.
2008-10-21 Zac MedicoBug #233296 - Add minimal PROPERTIES=interactive suppor...
2008-10-21 Zac MedicoSplit dep validation out of doebuild() and skip it...
2008-10-21 Zac MedicoValidate PROPERTIES inside doebuild().
2008-10-21 Zac MedicoRemove unused imports found by pyflakes.
2008-10-21 Zac MedicoRemove needlessly complex error handling code from...
2008-10-21 Zac MedicoUse normal return statements instead of calling sys...
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-10-21 Zac MedicoAdd PORTAGE_QUIET to the environment whitelist and...
2008-10-20 Zac MedicoRemove redundant duplicate uri elimination code. It...
2008-10-20 Zac MedicoPrefer thirdpartymirrors over normal mirrors in cases...
2008-10-20 Zac MedicoHandle the case that was intended to be fixed by r11702...
2008-10-20 Zac MedicoRevert previous 2 commits since they broke "selective...
2008-10-20 Zac MedicoSimplify logic from the previous commit.
2008-10-19 Zac MedicoRemove the "found_available_arg" variable from depgraph...
2008-10-17 Zac MedicoRemove the unused portage.gpg module and portage_gpg_up...
2008-10-17 Zac MedicoRemove support for FEATURES=gpg since it's already...
next