portage.git
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...
2007-09-28 Zac MedicoBug #194081 - Add EBUSY to the list of ignored errnos...
2007-09-28 Zac MedicoBug #192706 - Do not print a summary at the end of...
2007-09-27 Zac MedicoHandle KeyError thrown from aux_get(). (trunk r7866)
2007-09-27 Zac MedicoMove prelink tempfile cleanup to the finally block and
2007-09-27 Zac MedicoAvoid useless and ugly atexit tracebacks that are trigg...
2007-09-27 Zac MedicoSimplify update_eclasses() a little. (trunk r7861)
2007-09-27 Zac MedicoFix portage.exception namespace typo.
2007-09-27 Zac MedicoMove a newline to fix formatting. (trunk r7858)
2007-09-27 Zac MedicoIgnore ENOTDIR from unmerge unlink calls. (trunk r7856)
2007-09-27 Zac Medicowith help from Donnie and Ulrich, use sed to extract...
2007-09-27 Zac MedicoBug #194025 - Lock /var/db/pkg in post_merge() during the
2007-09-27 Zac MedicoBug #193486 - Use echo -n and properly quote the array...
2007-09-27 Zac MedicoBug #193486 - Use xargs to avoid 'bash: /bin/rm: Argume...
2007-09-27 Zac MedicoDo the stale env check/warning after the digest/manifest
2007-09-27 Zac MedicoDisplay a short notification when an existing ${T}...
2007-09-27 Zac Medicoalign the filename and line numbers in the output of...
2007-09-26 Zac MedicoFix a typo. (trunk r7840)
2007-09-26 Zac MedicoSet non-blocking mode on the pty master file descriptor...
2007-09-26 Zac MedicoBug #192341 - When the chflags command does not exit...
2007-09-26 Zac MedicoBug #192341 - Eliminate the dependency on py-freebsd...
2007-09-26 Zac MedicoBugs #168772 and #193695 - During unmerge, only ignore...
2007-09-26 Zac MedicoBug #74615 - Quote all file paths inside dispatch-conf...
2007-09-26 Zac MedicoInitialize ${TMP} before registering the die trap so...
2007-09-26 Zac MedicoBug #190179 - Use `prelink --verify filename` to write the
2007-09-26 Zac Medicos/note/not/ reported by p-y. (trunk r7800)
2007-09-26 Zac Medicofix possible information leak vulnerability when doing
2007-09-26 Zac Medicotweak get_config() so that it only executes one external
2007-09-26 Zac MedicoWhen --deep is not enabled, many dependencies are dicar...
2007-09-26 Zac MedicoFlush stderr and stdout if their file descriptors are...
2007-09-26 Zac MedicoWhen --with-bdeps=y is enabled for built packages,...
2007-09-26 Zac MedicoMask binary packages if their CHOST does not match...
2007-09-26 Zac MedicoBug #190781 - Don't include --oneshot in the options...
2007-09-26 Zac MedicoUse ensure_dirs() and apply_permissions() to avoid...
2007-09-26 Zac MedicoBug #192346 - The emerge --help shows a -i option that
2007-09-26 Zac MedicoBug #191645 - Cross-reference the `ebuild --force...
2007-09-26 Zac MedicoAdd some additional notes about the behavior of FEATURE...
2007-09-26 Zac MedicoBug #191645 - Document the --force option. (trunk r7776)
2007-09-26 Zac MedicoBug #110443 - Add a KEYWORDS.stable check for ebuilds...
2007-09-26 Zac MedicoBug #192321 - Clean dir.old cruft so that they don...
2007-09-26 Zac MedicoBug #191645 - Document the --force option. (trunk r7773)
2007-09-26 Zac MedicoBug #187795 - remove pointless digest.disjointed and...
2007-09-26 Zac MedicoBug #192195 - In dir_get_list(), append a trailing...
2007-09-26 Zac MedicoCatch errno.ENOTDIR instead of using os.path.isdir...
2007-09-26 Zac MedicoBug #192298 - Handle PermissionDenied error in
2007-09-08 Zac MedicoIn depgraph.altlist(), try to merge asap_nodes sooner... v2.1.3.9
2007-09-08 Zac MedicoBug #190268 - Avoid unwanted sandbox violations in...
2007-09-07 Zac MedicoFor bug #190268, filter SANDBOX_* from the calling...
2007-09-06 Zac MedicoIn the topological sort for merge order, try to avoid...
2007-09-06 Zac MedicoReformat collision-protect output so that the list...
2007-09-06 Zac MedicoConvert myoptions from a list to a dict. (trunk r7714)
2007-09-06 Zac MedicoMove some of the less expensive QA checks before dep_ch...
2007-09-06 Zac MedicoSkip the most expensive QA tests when --force in enable...
2007-09-06 Zac MedicoFix RepoMan's grammar. (trunk r7711)
2007-09-06 Zac MedicoBug #110443 - Add a KEYWORDS.stable check for ebuilds...
2007-09-06 Zac MedicoMake the commit message indicate when the --force optio...
2007-09-06 Zac MedicoAdd a --force option that forces commit to proceed...
2007-09-06 Zac MedicoBug #190406 - Filter the myheaders list so that it...
2007-09-06 Zac Medicochange directory to / in case $PWD doesnt exist (trunk...
2007-09-06 Zac Medicoremove $Id$ as it gives us nothing useful (trunk r7699)
2007-09-06 Zac MedicoMove blocker handling from depgraph.create() to select_...
2007-09-06 Zac MedicoBug #190214 - Make the rpm phase use /usr/src/rpm inste...
2007-09-06 Zac MedicoRemove pointless information from --info output (trunk...
2007-09-06 Zac MedicoDon't cache results from match_from_list() since *dbapi...
2007-09-04 Zac MedicoMove the note about not needing pycrypto with python...
2007-08-23 Zac MedicoAdd * and ~* to the list of valid values for ACCEPT_KEY...
2007-08-23 Zac MedicoMake depgraph.select_dep() node reuse work when in...
next