portage.git
2010-09-08 Zac MedicoIn depgraph._dep_check_composite_db._visible(), wrap...
2010-09-08 Zac MedicoAdjust OwnersSet configurations to omit $EROOT since...
2010-09-08 Sebastian LutherTests: Add resolver/test_depclean
2010-09-08 Arfrever Frehtes... Mark some messages for localization.
2010-09-08 Zac MedicoAdd another _ENABLE_DYN_LINK_MAP conditional in parse_o...
2010-09-08 Zac MedicoDisable the --depclean-lib-check option when _ENABLE_DY...
2010-09-08 Zac MedicoFilter the FEATURES variable out of the environment...
2010-09-08 Zac MedicoUse localization for the dos line-endings warning messa...
2010-09-07 Zac MedicoMove the stale elog cleanup code from AbstractEbuildPro...
2010-09-07 Zac MedicoMove the stale elog cleanup code from _doebuild_spawn...
2010-09-07 Zac MedicoFix dyn_setup 'already setup' message to refer to setup...
2010-09-07 Zac MedicoBug #336349 - Make getconfig() warn about dos-style...
2010-09-07 Zac MedicoFix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path...
2010-09-07 Zac MedicoMove stale elog cleanup code from ebuild.sh to _doebuil...
2010-09-07 Zac MedicoMake the deprecation warning for the first pordbapi...
2010-09-07 Zac MedicoFix confusing deprecation message for the first paramet...
2010-09-07 Zac MedicoBug #336338 - Document FEATURES=candy.
2010-09-07 Zac MedicoBug #336356 - Fix AttributeError triggered when ebuild...
2010-09-07 Arfrever Frehtes... Bug #336350 - Add back the is_selinux_enabled() function.
2010-09-07 Zac MedicoAdd support for a exclude-files option to OwnerSet...
2010-09-07 Zac MedicoAdd a new package set called @unavailable-binaries...
2010-09-07 Zac MedicoMake portage.cache.anydbm use absolute_import instead... v2.2_rc77
2010-09-07 Zac MedicoForce absolute import in glsa.py since otherwise the...
2010-09-06 Zac MedicoDefine EBUILD_MASTER_PID earlier in ebuild.sh, before... v2.2_rc76
2010-09-06 Zac MedicoRemove unnecessary depgraph.altlist() call in Scheduler...
2010-09-06 Zac MedicoMake Scheduler._set_graph_config() clear _deep_system_d...
2010-09-06 Zac MedicoReplace the settings and herdstree parameters for the...
2010-09-06 Zac MedicoFix parse_metadata_use() to allow use elements containi...
2010-09-06 Zac MedicoBug #336285 - Add workaround to unpack() in order to...
2010-09-06 Zac MedicoAdd an optional herdstree parameter to the MetaDataXML...
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-06 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-06 Zac MedicoFix typo in FakeVartree._pkg() docstring.
2010-09-06 Zac MedicoMake the depgraph and FakeVartree cooperate to consiste...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-06 Sebastian LutherUse metadata.xml to print maintainer information in...
2010-09-06 Sebastian LutherAdd portage.xml.metadata to parse metadata.xml
2010-09-06 Sebastian Lutherslot_collision_handler: Fix bug related to highlight_vi...
2010-09-06 Zac MedicoShow a DeprecationWarning inside doebuild() if the...
2010-09-06 Zac MedicoIn depgraph.schedulerGraph(), make sure all references...
2010-09-06 Zac MedicoFix FakeVartree.sync() to remove stale packages from...
2010-09-06 Zac MedicoMake depgraph.schedulerGraph() return an instance of
2010-09-06 Zac MedicoFix FakeVartree._pkg() to cache package instances in...
2010-09-06 Zac MedicoMake Scheduler._destroy_installed_graph() destroy _digraph.
2010-09-05 Zac MedicoAdd genone and zmedico to <authorgroup> in portage...
2010-09-05 Zac MedicoRemove unused p_type variable in show_invalid_depstring...
2010-09-05 Zac MedicoMake LazyImportPortageBaselineTestCase assert successfu...
2010-09-05 Zac MedicoEliminate portage.env from baseline imports.
2010-09-05 Zac MedicoMake doebuild.py use PollScheduler instances directly...
2010-09-05 Zac MedicoMake dblink._merge() use a PollScheduler instance direc...
2010-09-05 Zac MedicoMake DoebuildSpawnTestCase use a PollScheduler instance...
2010-09-05 Zac MedicoMake portdbapi.aux_get() use a PollScheduler instance...
2010-09-05 Zac MedicoMake SpawnTestCase use a PollScheduler instance directl...
2010-09-05 Zac MedicoMake LazyImportPortageBaselineTestCase use a PollSchedu...
2010-09-05 Zac MedicoMake PipeReaderTestCase use a PollScheduler instance...
2010-09-05 Fabian Groffenprint up-to-date copyright years
2010-09-05 Zac MedicoBug #336085 - Fix logic error inside
2010-09-05 Sebastian LutherFix want_restart_for_use_change() to flatten deps befor...
2010-09-05 Zac MedicoIn IpcDaemonTestCase, assert that process and daemon...
2010-09-05 Zac MedicoClean up and simplify PipeReaderTestCase.
2010-09-05 Ulrich MuellerUpdate copyright header.
2010-09-05 Ulrich Muellerdodoc, prepalldocs: Don't test for EAPI; use helpers...
2010-09-05 Zac MedicoAdd a test to check what portage submodules are importe...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-09-05 Fabian Groffendocument DEPCACHE_PATH GLOBAL_CONFIG_PATH getting EPREF...
2010-09-05 Ulrich MuellerDon't regenerate GNU Info if the dir contains a .keepin...
2010-09-05 Zac MedicoMake the "MASKED PACKAGES" section of the emerge man...
2010-09-05 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-05 Zac MedicoUse lazy imports for CacheError and OrderedDict in...
2010-09-05 Zac MedicoAdd a more generic AbstractEbuildProcess._elog() method...
2010-09-05 Zac MedicoMake EbuildPhase._elog() use the NOCOLOR variable from...
2010-09-05 Zac MedicoTake the code which displays ebuild information before...
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-05 Zac MedicoIn show_invalid_depstring_notice(), use normal Package...
2010-09-05 Zac MedicoIn AbstractEbuildProcess._start(), verify that PORTAGE_...
2010-09-05 Zac MedicoAdd scheduler._init_installed_graph() and _destroy_inst...
2010-09-05 Zac MedicoRefere to package.accept_keywords instead of package...
2010-09-04 Zac MedicoIgnore build-time blockers from DEPEND in
2010-09-04 Zac MedicoAdd a Scheduler._frozen_config attribute that will...
2010-09-04 Fabian Groffenuse EROOT with NEWS_LIB_PATH
2010-09-04 Fabian Groffenuse EROOT with WORLD_SETS_FILE
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Arfrever Frehtes... Don't set _, which is reserved for portage.localization...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian Groffenuse EROOT with WORLD_FILE
2010-09-04 Zac MedicoRemove redundant writemsg_stdout() call in search.outpu...
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-04 Fabian Groffenfix comments to match latest intentions in the code
2010-09-04 Arfrever Frehtes... Fix typo.
2010-09-04 Zac MedicoIn BinpkgExtractorAsync, add -q to bzip2 opts, in order...
2010-09-04 Zac MedicoReplace svn-trunk with VERSION in doc/fragment/version... v2.2_rc75
2010-09-04 Zac MedicoAdd missing portage import in portage.locks.
2010-09-04 Zac MedicoIn the short timeout test for QueueScheduler.run()...
2010-09-04 Zac MedicoAdd back PortageException handler inside mod_mail_summa...
2010-09-04 Zac MedicoMake ebuild-ipc.py call portage._disable_legacy_globals...
2010-09-04 Zac MedicoMake portage.locks avoid importing the portage.output...
2010-09-04 Zac MedicoMove registration of the close_portdbapi_caches() exit...
2010-09-04 Zac MedicoUse a lazy import for portage.dep instide portage.util.
next