portage.git
2008-08-12 Zac MedicoCreate a single EAPI section to contain all of the... v2.2_rc8
2008-08-12 Zac MedicoBug #234478 - Fix config._getMissingLicenses() to only...
2008-08-12 Zac MedicoDisable "waiting for lock" messages when in background...
2008-08-11 Zac MedicoFix ebuild(1) so that src_configure is only called...
2008-08-11 Zac MedicoEntirely disable the src_configure phase from the pytho...
2008-08-11 Zac MedicoIn source_all_bashrcs(), only change $IFS while splitti...
2008-08-10 Zac MedicoIncrease Scheduler._job_delay_max to 10 seconds. v2.2_rc7
2008-08-10 Zac MedicoFor pkg_config and pkg_info, add respective "config...
2008-08-10 Zac MedicoWhen testing userpriv write access in $DISTDIR, redirec...
2008-08-10 Zac MedicoRemove unnecessary dict.keys() call.
2008-08-10 Zac MedicoMove the default EAPI definition where it will work...
2008-08-10 Zac MedicoRemove most references to Package.metadata_keys and...
2008-08-10 Zac MedicoAdd sample code for the new src_configure and src_compi...
2008-08-10 Zac MedicoDocument the differences between EAPIs 0 and 1.
2008-08-10 Zac MedicoAdd new sections for EAPI 0 and 1 (currently empty).
2008-08-10 Zac MedicoFix typo.
2008-08-10 Zac MedicoRemove INHERITED from the vardbapi aux_get cache since...
2008-08-10 Zac MedicoRemove pointless `cd` calls in dyn_configure() and...
2008-08-10 Zac MedicoEliminate duplicate code by making _eapi1_src_compile...
2008-08-10 Zac MedicoMake the scheduler's job delay ramp up faster by increa...
2008-08-09 Zac MedicoFix dyn_clean() to properly clean $PORTAGE_BUILDDIR...
2008-08-09 Zac MedicoAdd write_contents() and tar_contents() functions to...
2008-08-09 Zac Medico* Use shlex.split() for splitting COLLISION_IGNORE.
2008-08-09 Zac MedicoBug #234100 - Update date and portage version in man...
2008-08-09 Zac MedicoBug #234157 - Remove BUILD_PREFIX from the docs since...
2008-08-09 Zac MedicoDon't use "dir" for a variable name since it's also...
2008-08-09 Zac MedicoAdd a reference to the default sets.conf location....
2008-08-09 Zac MedicoMake eapi*_src_install die since they're not supported.
2008-08-09 Zac MedicoEscape use flags before compiling regular expressions...
2008-08-09 Zac MedicoUpdate date in dyn_help copyright header. Thanks to...
2008-08-09 Zac MedicoWhen calling dbaip.aux_get() inside depgraph._select_pa...
2008-08-09 Zac MedicoIncrease Scheduler._job_delay_factor from 0.5 to 0...
2008-08-08 Zac MedicoRemove redundant default pkg_nofetch, src_unpack, and...
2008-08-08 Zac MedicoAdd new LinkageMap.listBrokenBinaries() and listProvide...
2008-08-08 Zac MedicoFix broken reference to os.path.realpath() inside Linka...
2008-08-08 Zac MedicoIn LinkageMap.rebuild(), filter empty strings that...
2008-08-08 Zac MedicoFix broken quoting in eval statements. Thanks to Arfrever.
2008-08-08 Zac MedicoAdd missing default_src_configure() function to table...
2008-08-08 Zac MedicoFix default phase functions in EAPI 2_pre2, since they...
2008-08-08 Zac MedicoRename the eapi2_pre2_* functions to just eapi2_* and...
2008-08-08 Zac MedicoImplement eapi$EAPI_* default phase functions that...
2008-08-08 Zac MedicoHandle missing ipv6 support (branches/prefix r11347).
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-08 Zac MedicoShorten the scheduler status display in the xterm title...
2008-08-07 Zac MedicoWhen testing containment of elem[:1] in "MR", filter...
2008-08-07 Zac MedicoIn order to properly preserve --jobs and --load-average...
2008-08-07 Zac MedicoAdd support in EAPI 2_pre2 for a function named "defaul...
2008-08-07 Zac MedicoFix a bug in vardbapi.removeFromContents() which someti...
2008-08-07 Zac MedicoIn order to conserve some space, make _setitem() skip...
2008-08-07 Zac MedicoReplace call to `svn list` with a call to `svn status...
2008-08-06 Zac MedicoRemove the "ebuild.disjointed" check because it's obsol...
2008-08-06 Zac MedicoFix `svn status` output parsing to account for "replace...
2008-08-06 Zac MedicoRemove redundant 'local line' definition from previous...
2008-08-06 Zac MedicoFix breakage in elog function newline handling with...
2008-08-05 Zac MedicoMake doebuild() display manifest verification failures...
2008-08-05 Zac MedicoWhen there is no build log to display, it means that...
2008-08-05 Zac MedicoRemove unused parse_use_local_desc() function.
2008-08-05 Zac MedicoRemove the use.local.desc IUSE validation which is...
2008-08-04 Zac MedicoAdd some docs for EAPI 2_pre2.
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-08-04 Zac MedicoRemove code from bug #223447 which is now obsolete...
2008-08-04 Zac MedicoMake the status display say "Emerging" and "Emerging...
2008-08-04 Zac MedicoInsert extra newline before status messages, since...
2008-08-04 Zac MedicoMake dblink.unmerge() succeed even when ebuild phases...
2008-08-03 Zac MedicoAdd a more generic VariableSet to replace the InheritSe...
2008-08-02 Zac MedicoHandle missing sets, to avoid KeyError raised from...
2008-08-02 Zac MedicoDocument the fact that use of @installed/EverythingSet...
2008-08-02 Zac MedicoAdd a new RestrictSet which contains all packages that...
2008-08-02 Zac MedicoIn the file collision elog message, only say 'NOT merge...
2008-08-01 Zac Medico* Add INHERITED to vardbapi._aux_cache_keys since Packa...
2008-08-01 Zac MedicoAdd debug support to PackagesSystemSet since robbat2...
2008-08-01 Zac MedicoMake EbuildFetcher pass a copy of os.environ to the... v2.2_rc6
2008-08-01 Zac MedicoUpdate the Parallel Scheduling section to describe...
2008-08-01 Zac MedicoAdd DowngradeSet and OwnerSet to __all__.
2008-08-01 Zac MedicoBug #233252 - Handle InvalidAtom exceptions that can...
2008-08-01 Zac MedicoMake InheritSet more like DowngradeSet, and check INHER...
2008-08-01 Zac MedicoOptimize `emaint` --fix binhost so that it the Packages...
2008-08-01 Zac MedicoFix new rejects in cnf/make.conf.*.diff.
2008-08-01 Zac MedicoRemove the list of FEATURES descriptions from make...
2008-08-01 Zac MedicoBug #229033 - Use `svn propget -R svn:keywords` to...
2008-08-01 Zac MedicoBug #233487 - Fix --fetch-all-uri breakage:
2008-07-31 Zac MedicoFix DowngradeSet so it's safe for cases when no ebuild...
2008-07-31 Zac MedicoBug #233253 - Implement a @downgrade set which selects...
2008-07-31 Zac MedicoAlways invalidate results from _userpriv_test_write_fil...
2008-07-31 Zac MedicoBug #233458 - Fix AsynchronousTask exit listener handli...
2008-07-31 Zac MedicoDescribe InheritSet and OwnerSet.
2008-07-31 Zac Medico* Rename @live-ebuilds to @live-rebuild, for consistenc...
2008-07-31 Zac MedicoRemove quotes since the seem to cause incorrect results.
2008-07-31 Zac MedicoAdd a new @module-rebuild set which emulates the behavi...
2008-07-31 Zac MedicoImplement a new @live-ebuilds which is generated from...
2008-07-31 Marius Mauchdisable default IONICE command as it breaks for non...
2008-07-31 Zac MedicoFixes in portage.fetch() for bugs #233303 and #94133:
2008-07-31 Zac MedicoSplit out a _spawn_fetch() function that will be useful...
2008-07-30 Zac MedicoBug #233421 - Fix grammar, missing "be" in --update...
2008-07-30 Zac MedicoFix typo. v2.2_rc5
2008-07-30 Zac MedicoUpdate foo[!bar=] syntax.
2008-07-30 Zac Medico* Fix Scheduler._restart_if_necessary() breakage so...
2008-07-30 Zac MedicoRemove redundant use dep validation code that's handled...
2008-07-30 Zac MedicoRemove unused variable.
2008-07-30 Zac Medico* Add more use dep validation.
next