portage.git
2007-10-06 Zac MedicoIn PackageIndex.readBody(), make each package entry
2007-10-06 Zac MedicoBug #194552 - Include EAPI in the binary package metada...
2007-10-06 Zac MedicoFix package.license support so that SLOT atoms
2007-10-06 Marius MauchHandle Exceptions in mod_mail_summary.finalize() and...
2007-10-06 Marius Mauchlet dohtml handle weird filenames, patch by TGL (bug...
2007-10-06 Marius MauchAdd @localhost to default PORTAGE_ELOG_MAILFROM to...
2007-10-06 Marius Mauchclean up module namespace
2007-10-06 Marius MauchAlso clean portage.txt
2007-10-06 Marius MauchAlso look for sets.conf in overlays
2007-10-06 Marius MauchAdd some documentation about set configuration
2007-10-06 Marius Mauchdefault set configuration, should probably go into...
2007-10-05 Zac MedicoStrip the - prefix from EAPI in getmaskingstatus()
2007-10-05 Marius Mauchhandle empty sets properly
2007-10-05 Zac MedicoShorten the reference to IUSE defaults since
2007-10-05 Zac MedicoDocument IUSE defaults.
2007-10-05 Marius Mauchinclude sets in emerge --search
2007-10-05 Zac MedicoDocument SLOT dependencies.
2007-10-05 Marius Mauchreplace category sets in test configuration with user...
2007-10-05 Zac MedicoGeneralize the first paragraph of the MASKED PACKAGES...
2007-10-05 Marius Mauchonly add short names for sets if they begin with 'sets/'
2007-10-05 Marius Mauchfirst version of set integration in emerge
2007-10-05 Marius MauchAdd set configuration framework in preparation for...
2007-10-05 Zac MedicoDocumnet EAPI in the MASKED PACKAGES section.
2007-10-05 Zac MedicoFix spelling of backward.
2007-10-05 Zac MedicoDocument the EAPI variable.
2007-10-05 Marius Mauchignore missing files
2007-10-05 Marius Mauchadd TODO list for portage-2.2
2007-10-05 Marius Mauchcopy of gentoolkit r451
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-04 Zac MedicoIn portdbapi.aux_get(), simplify code by using string
2007-10-04 Zac MedicoHandle UnsupportedAPIException when running the ebuild(1)
2007-10-04 Zac MedicoInclude the package name in all exceptions raised from
2007-10-04 Zac MedicoMake portdbapi.getfetchlist() bail out if the EAPI
2007-10-04 Zac MedicoFix logic for the message that's show when
2007-10-04 Zac MedicoMake repoman bail out if it is unable to properly
2007-10-04 Zac MedicoAdd EAPI masking support for binary packages.
2007-10-04 Zac MedicoFix UnsupportedAPIException.__str__() to strip the...
2007-10-04 Zac MedicoNon-integer EAPI isn't supported. In case it's supported in
2007-10-04 Zac MedicoWhen the metadata cache contains a negative EAPI, it...
2007-10-04 Zac MedicoBump EAPI from 0 to 1 and fix eapi_is_supported() so...
2007-10-03 Mike Frysingerno need to use "function" when defining a function
2007-10-03 Mike Frysingerthis isnt part of gentoolkit anymore
2007-10-03 Zac MedicoEliminate confusing false positive error messages
2007-10-03 Zac MedicoIn the EbuildQuote check, combine the var_assignment
2007-10-02 Zac MedicoFilter some false positives out of the EbuildQuote...
2007-10-01 Zac MedicoBug #194398 - Do not log "exiting successfully" in...
2007-10-01 Alec WarnerApply new checks, minor cleanup
2007-10-01 Alec WarnerRename checks as the naming was overkill (they are...
2007-10-01 Alec WarnerDelete some extra leaky vars, also after some testing...
2007-10-01 Alec Warnerkeep old repoman names so we don't confuse people
2007-10-01 Alec WarnerAdd Donnie's quote check, refactor other ebuild-content...
2007-10-01 Alec WarnerAdd new repoman check classes using StringIO; possibly...
2007-10-01 Zac MedicoBug #142508 - Clear the screen each time before calling
2007-09-30 Zac MedicoReimplement portdbapi.visible() so that is works without
2007-09-30 Zac MedicoDocument interaction between config.setinst() and
2007-09-29 Zac MedicoRemove redundant trailing slashes from ${D}. (branches...
2007-09-29 Zac MedicoInitialize PORTAGE_TMPDIR before using it.
2007-09-29 Mike Frysingerrevert useless quoting
2007-09-29 Alec WarnerFix quoting as reported by Drac in bug 194169
2007-09-29 Zac MedicoBug #194095 - Validate dispatch-conf input in order to
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-27 Zac MedicoHandle KeyError thrown from aux_get().
2007-09-27 Zac MedicoMove prelink tempfile cleanup to the finally block and
2007-09-27 Zac MedicoSimplify update_eclasses() a little.
2007-09-27 Zac MedicoMove a newline to fix formatting.
2007-09-27 Zac MedicoIgnore ENOTDIR from unmerge unlink calls.
2007-09-27 Zac MedicoBug #194025 - Lock /var/db/pkg in post_merge() during the
2007-09-27 Mike Frysingerwith help from Donnie and Ulrich, use sed to extract...
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-26 Mike Frysingeralign the filename and line numbers in the output of...
2007-09-26 Zac MedicoFix a typo.
2007-09-26 Mike Frysingersomeone seriously screwed the pooch on whitespacing...
2007-09-26 Zac MedicoBug #192706 - Do not print a summary at the end of...
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-25 Zac MedicoBug #193695 - Add FreeBSD chflags support for rmdir()
2007-09-25 Zac MedicoIn movefile() FreeBSD chflags handling, use chflags...
2007-09-25 Zac MedicoBug #193695 - Add support for FreeBSD chflags during...
2007-09-24 Zac MedicoBugs #168772 and #193695 - During unmerge, only ignore...
2007-09-24 Zac MedicoBug #74615 - Quote all file paths inside dispatch-conf...
2007-09-24 Zac MedicoInitialize ${TMP} before registering the die trap so...
2007-09-24 Zac MedicoBug #190179 - Use `prelink --verify filename` to write the
2007-09-24 Zac Medicos/note/not/ reported by p-y.
2007-09-24 Mike Frysingerfix possible information leak vulnerability when doing...
2007-09-24 Mike Frysingertweak get_config() so that it only executes one externa...
2007-09-23 Zac MedicoWhen --deep is not enabled, many dependencies are dicar...
2007-09-23 Zac MedicoIn spawn(), initialize default fd_pipes before doing...
2007-09-22 Zac MedicoFlush stderr and stdout if their file descriptors are...
2007-09-22 Zac MedicoFlush stdout before calling pkg_info() to ensure that...
2007-09-22 Zac MedicoWhen --with-bdeps=y is enabled for built packages,...
2007-09-19 Zac MedicoMask binary packages if their CHOST does not match...
2007-09-18 Zac MedicoBug #190781 - Don't include --oneshot in the options...
next