portage.git
2007-11-02 Zac MedicoSort all dbapi.cp_list() results in ascending order and
2007-11-02 Zac MedicoFactor the KEYWORDS masking logic out of portdbapi...
2007-11-02 Zac MedicoRewrite the dblink.getcontents() code to use str.split...
2007-11-02 Zac MedicoIf the title string is too big then xtermTitle() can
2007-11-02 Zac MedicoMake world atoms non-greedy for SLOTs in action_depclean()
2007-11-02 Zac Medicoprotect variables specified in PROFILE_ONLY_VARIABLES...
2007-10-23 Zac MedicoDon't show the "checking files for package collisions... v2.1.3.16
2007-10-23 Zac MedicoFix the version Id tag. (trunk r8243)
2007-10-23 Zac MedicoFix config.setinst() to return early when the given
2007-10-23 Zac MedicoRemove a redundant self.treeVirtuals deepcopy from the
2007-10-23 Zac MedicoBug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
2007-10-22 Zac MedicoIn depgraph.create(), if a direct circular dependency is
2007-10-22 Zac MedicoFix portage_exception namespace typo.
2007-10-22 Zac MedicoRemove slashes that cause problems when unpacking files...
2007-10-22 Zac MedicoBug #196435 - Add some more references to quickpkg...
2007-10-22 Zac MedicoIn depgraph.create(), don't ignore direct circular...
2007-10-22 Zac MedicoBug #196680 - Handle a CacheError inside mirror_cache...
2007-10-21 Zac MedicoBug #196537 - Make portageq check that the <root> parameter
2007-10-18 Zac MedicoHandle EnvironmentError instead of OSError since open()
2007-10-18 Zac MedicoBug #195375 - Make dblink.treewalk() read inforoot...
2007-10-18 Zac MedicoAdjust quote usage in collision-protect eerror
2007-10-18 Zac MedicoFix collision-protect so that it properly cancels the
2007-10-17 Zac MedicoFix the normalize_needed regex to properly match //
2007-10-17 Zac MedicoBug #196043 - Unify the ouput handling for file collisions
2007-10-17 Zac MedicoAlways unlink the .installed flag prior to merge since
2007-10-17 Zac MedicoAdd missing "to" to fix grammar. (trunk r8161)
2007-10-17 Zac MedicoBug #196043 - Update the file collision ewarn notice
2007-10-17 Zac MedicoBug #196043 - Implement a `portageq owners <root> ...
2007-10-17 Zac MedicoOptimize dblink.isowner() to use fewer stat calls by
2007-10-17 Zac MedicoFix a typo.
2007-10-17 Zac MedicoIn dblink.getcontents(), use a regular expression to...
2007-10-15 Zac MedicoFix --help summary so that "commit" mode shows. (trunk...
2007-10-15 Zac MedicoUpdate emacs and vim docs to reference NOTE_2. (trunk...
2007-10-15 Zac MedicoUpdate NOTE_2 to document proper use of the using_editor
2007-10-15 Zac MedicoBug #195949 - Add one more using_editor conditional for
2007-10-15 Zac MedicoBug #195949 - Use a different diff_command sanity check
2007-10-15 Zac MedicoDocument the "manifest" mode. (trunk r8126)
2007-10-15 Zac MedicoSort the modes in the repoman --help output. (trunk...
2007-10-15 Zac MedicoRemove the checks for files in symlinked directories
2007-10-13 Zac MedicoIn some cases, openpty can be slow when it fails. There...
2007-10-13 Zac MedicoAvoid an error message from find when "${D}"/usr/share
2007-10-13 Zac MedicoIn the file collision eerror output, don't colorize the
2007-10-13 Zac MedicoHandle the PortageException that can be raised from
2007-10-13 Zac MedicoMake the file collision eerror message less verbose
2007-10-13 Zac MedicoIn dblink.treewalk(), use os.walk() instead of portage...
2007-10-12 Zac MedicoBug #195370 - Filter some more bogus matches due to
2007-10-12 Zac MedicoRemove a redundant call to elog_process(). (trunk r8091)
2007-10-12 Zac Medicos:this package wants:this package will: (trunk r8089)
2007-10-12 Zac MedicoBug #195527 - Unconditionally detect file collisions...
2007-10-12 Zac MedicoRaise a PackageNotFound exception instead of a ValueError
2007-10-12 Zac MedicoRemove ambiguous "you should edit this file" warning.
2007-10-12 Zac MedicoBug #195370 - Prevent bogus upgrade display when a
2007-10-12 Zac MedicoMake portdbapi.aux_get() cache more often. (trunk r8011)
2007-10-12 Zac MedicoProperly exclude old-style virtuals from the
2007-10-12 Zac MedicoRemove a redundant os.access() call in portdbapi.aux_get()
2007-10-12 Zac MedicoOptimize away a match_from_list() call inside
2007-10-12 Zac MedicoMove the "commit" mode manifest generation earlier...
2007-10-12 Zac Medicoadd --debug option and display a message about skipping
2007-10-12 Zac Medicoadd standard --help/--version options (trunk r7993)
2007-10-12 Zac Medicounify diff_command handling (trunk r7992)
2007-10-12 Zac Medicoadd support for .lzma / .tar.lzma to unpack
2007-10-12 Zac Medicoadd QA check for .pyc/.pyo files in /usr/share
2007-10-12 Zac MedicoHandle Exceptions in mod_mail_summary.finalize() and
2007-10-12 Zac Medicolet dohtml handle weird filenames, patch by TGL
2007-10-12 Zac MedicoAdd @localhost to default PORTAGE_ELOG_MAILFROM to
2007-10-05 Zac MedicoStrip the - prefix from EAPI in getmaskingstatus()
2007-10-05 Zac MedicoShorten the reference to IUSE defaults since it's
2007-10-05 Zac MedicoDocument IUSE defaults. (trunk r7966)
2007-10-05 Zac MedicoDocument SLOT dependencies. (trunk r7962)
2007-10-05 Zac MedicoGeneralize the first paragraph of the MASKED PACKAGES...
2007-10-05 Zac MedicoDocumnet EAPI in the MASKED PACKAGES section. (trunk...
2007-10-05 Zac MedicoDocument the EAPI variable. (trunk r7948:7950)
2007-10-05 Zac MedicoBug #194764 - All the match* functions can raise
2007-10-05 Zac MedicoMake the EbuildQuote check ignore lines beginning
2007-10-05 Zac MedicoEliminate confusing false positive error messages
2007-10-05 Zac MedicoHandle UnsupportedAPIException when running the ebuild(1)
2007-10-05 Zac MedicoInclude the package name in all exceptions raised from
2007-10-05 Zac MedicoMake portdbapi.getfetchlist() bail out if the EAPI
2007-10-05 Zac MedicoFix logic for the message that's show when
2007-10-05 Zac MedicoMake repoman bail out if it is unable to properly
2007-10-05 Zac MedicoAdd EAPI masking support for binary packages. (trunk...
2007-10-05 Zac MedicoFix UnsupportedAPIException.__str__() to strip the...
2007-10-05 Zac MedicoWhen the metadata cache contains a negative EAPI, it...
2007-10-05 Zac MedicoBump EAPI from 0 to 1 and fix eapi_is_supported() so...
2007-10-05 Zac Medicono need to use "function" when defining a function...
2007-10-05 Zac Medicothis isnt part of gentoolkit anymore (trunk r7907)
2007-10-05 Zac MedicoUpdate the docs for the "ebuild.syntax" error to
2007-10-05 Zac MedicoPort the EbuildQuote check from trunk. (trunk r7904)
2007-10-05 Zac MedicoBug #194398 - Do not log "exiting successfully" in...
2007-10-05 Zac MedicoBug #142508 - Clear the screen each time before calling
2007-10-05 Zac MedicoReimplement portdbapi.visible() so that is works without
2007-10-05 Zac MedicoDocument interaction between config.setinst() and
2007-10-05 Zac MedicoRemove redundant trailing slashes from ${D}. (trunk...
2007-10-05 Zac MedicoInitialize PORTAGE_TMPDIR before using it. (trunk r7887)
2007-10-05 Zac MedicoFix quoting as reported by Drac in bug 194169 (trunk...
2007-10-05 Zac MedicoBug #194095 - Validate dispatch-conf input in order to
2007-10-03 Zac MedicoBug #179380 - Make the default src_compile() support...
2007-09-28 Zac MedicoBug #193548 - When scanning for config updates and...
2007-09-28 Zac MedicoWhen scanning for config updates, treat a symlink to...
2007-09-28 Zac MedicoBug #193548 - When emerge spawns find to search for...
next