portage.git
2010-05-30 Zac MedicoMove imports to the top and use textwrap.wrap() instead...
2010-05-27 Arfrever Frehtes... Fix handling of empty third argument of use_with()...
2010-05-27 Zac MedicoAdd help for --rebuilt-binaries-timestamp.
2010-05-27 Zac MedicoMake parse_opts() bail out when not silent and an optio...
2010-05-27 Zac MedicoFix --rebuilt-binaries code to return existing_node...
2010-05-27 Zac MedicoTweak --rebuilt-binaries code to solve bug #306659...
2010-05-27 Sebastian LutherAdd --rebuilt-binaries-timestamp option
2010-05-27 Zac MedicoBug #310947 - When expanding categories for atoms insid...
2010-05-27 Sebastian LutherMake --deselect work for sets (bug 268798)
2010-05-27 Sebastian Lutheremerge --help: Add --ignore-default-opts (closes bug...
2010-05-26 Zac MedicoUse 'assert' to check ${PIPESTATUS[@]} from save_ebuild...
2010-05-25 Arfrever Frehtes... Bug #321145: Don't ignore exit status of filter-bash...
2010-05-25 Sebastian LutherAdd _emerge.Package.iuse.get_missing_iuse to return...
2010-05-25 Sebastian Luther_emerge.depgraph._show_unsatisfied_dep(): Do an ealier...
2010-05-25 Sebastian Luther_emerge.Package.iuse.is_valid_flags should return a...
2010-05-25 Sebastian LutherSimplify code by passing a list of flags to Package...
2010-05-25 Sebastian LutherAllow _emerge.Package.iuse.is_valid_flag() to take...
2010-05-25 Sebastian Luther_emerge.depgraph._show_unsatisfied_dep(): properly...
2010-05-25 Sebastian LutherMake parent_use parameter for portage.dep.Atom.violated...
2010-05-25 Zac MedicoFix traceback in _show_unsatisfied_dep, reported on...
2010-05-22 Sebastian Luther_emerge.depgraph._show_slot_collision_notice(): Improve...
2010-05-22 Zac MedicoBug #320755 - Make sure src_test only runs once when...
2010-05-21 Sebastian Luther_emerge.depgraph._show_unsatisfied_dep(): Suggest chang...
2010-05-21 Sebastian LutherAdd portage.dep.Atom.violated_conditionals()
2010-05-21 Sebastian Luther_emerge.Package.__str__(): handle operation==uninstall
2010-05-21 Zac MedicoFix depgraph.schedulerGraph() to break DepPriority...
2010-05-21 Zac MedicoIf a dependency is installed but masked, try to pull...
2010-05-21 Zac MedicoUse os.environ.get() instead of os.getenv(), to hopeful...
2010-05-21 Zac MedicoMake the non --update package selection logic avoid...
2010-05-20 Zac MedicoMake the non --update package selection logic avoid...
2010-05-20 Sebastian LutherUse Atom.unevaluated_atom in depgraph._show_slot_collis...
2010-05-20 Sebastian LutherAdd portage.dep.Atom.unevaluated_atom to not lose the...
2010-05-20 Sebastian LutherAdd _emerge.Package.__str__() for nicer output formatting
2010-05-20 Michał GórnySupport specifying exclude list as multiple arguments.
2010-05-17 Zac MedicoBug #318241 - Add GPL-2 LICENSE file.
2010-05-17 Zac MedicoNew mode: manifest-check - Checks Manifests for missin...
2010-05-16 Zac MedicoOnly count "merge" nodes when determining whether or...
2010-05-15 Zac MedicoFix --resume to support --exclude.
2010-05-15 Sebastian LutherExtend QA check for absolute symlinks in lib dirs to...
2010-05-14 Zac MedicoUsage: binhost-snapshot [options] <src_pkg_dir> <snapsh...
2010-05-14 Zac MedicoDon't use finally with atomic_ofstream since that preve...
2010-05-13 Zac MedicoAdd a break_hardlinks parameter for tbz2 recompose...
2010-05-13 Zac MedicoDefine __all__.
2010-05-13 Zac MedicoUse bytes literals in instead of _unicode_encode()...
2010-05-13 Zac MedicoUse bytes literals in instead of _unicode_encode()...
2010-05-12 Zac MedicoBug 270108 - Trigger ebuild.invalidname if a version...
2010-05-12 Zac MedicoWhen rewritting /Attic/ in cvs headers, use binary...
2010-05-08 Zac MedicoAdd defaults for FETCHCOMMAND_RSYNC and RESUMECOMMAND_R...
2010-05-06 Zac MedicoAdd missing newline from previous commit.
2010-05-06 Zac MedicoBug #317775 - In depgraph.display() use writemsg_stdout...
2010-05-06 Zac MedicoEliminate redundant os.sep in vardbapi.getpath().
2010-05-06 Zac MedicoEliminate redundant os.sep in vardbapi._bump_mtime...
2010-05-06 Zac MedicoUpdate comment in econf about --disable-dependency...
2010-05-05 Zac MedicoMake myopts["--exclude"] a plain string in order to...
2010-05-04 Zac MedicoMake --exclude use whitespace to separate atoms since...
2010-05-03 Zac MedicoMake vardbapi.counter_tick_core() create the counter...
2010-05-03 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-05-03 Michał GórnyUse keep_going local var.
2010-05-02 Arfrever Frehtes... Fix another 'varable' typo.
2010-04-30 Zac MedicoBug #317921 - Fix spelling of "variable".
2010-04-30 Sebastian LutherAllow -C to remove packages referenced by sets in world...
2010-04-29 Michał GórnySupport per-package bashrc files.
2010-04-29 Zac MedicoBail out immediately if --exclude is given a bad atom.
2010-04-29 Zac MedicoTweak packages_with_invalid_use_config handling:
2010-04-29 Sebastian LutherAdd --exclude option
2010-04-28 Zac MedicoFix typo from previous commit.
2010-04-28 Zac MedicoInside bintree.inject(), discard cached metadata to...
2010-04-28 Zac MedicoRemove old portage module namespace compatibility that...
2010-04-28 Zac MedicoBug #315741 and bug #315709 - Handle whitespace and...
2010-04-28 Zac MedicoUse shlex_split for splitting PORTDIR_OVERLAY.
2010-04-28 Zac MedicoUse is_valid_flag.
2010-04-28 Zac MedicoAdd a Package.iuse.is_valid_flag() method to replace...
2010-04-28 Zac MedicoInitialize missing_iuse.
2010-04-27 Zac MedicoRevert formatting so chromioumos-overlay won't have...
2010-04-27 Zac MedicoIn bintree.inject(), ensure that _pkgindex_entry return...
2010-04-27 Zac MedicoCheck USE deps all in one place (and fix some bugs).
2010-04-27 Zac MedicoAdd a comment about special USE deps handling which...
2010-04-27 Zac MedicoMake iuse_implicit_re private for now.
2010-04-27 Sebastian Luther--update: don't ignore higher versions because of missi...
2010-04-27 Sebastian Luther--update: don't match lower versions if the higher...
2010-04-26 Zac MedicoAdd a SYNC sanity check to help prevent people like...
2010-04-26 Zac MedicoBug #317133 - s/execinto/exeinto/. Thanks to Denilson...
2010-04-24 Michał GórnyQuote paths for 'call stack' display.
2010-04-24 Michał GórnyMake metadata.xml <flag/> errors non-fatal to repoman.
2010-04-24 Michał GórnyQuote path for die snippet display.
2010-04-22 Zac MedicoPass in missing vartree parameter to doebuild(). Thanks...
2010-04-22 Zac MedicoAutomatically add PORTAGE_BIN_PATH to the front of...
2010-04-22 Zac MedicoSource isolated-functions.sh for vecho definition....
2010-04-20 Zac MedicoBug #316311 - Prefer -i18n option of doman to filename...
2010-04-15 Arfrever Frehtes... Fix typo in check for shared libraries lacking NEEDED...
2010-04-12 Zac MedicoRemove unused imports.
2010-04-12 Zac MedicoPass an ElementTree instance into parse_metadata_use...
2010-04-12 Zac MedicoPort parse_metadata_use() code from minidom to ElementTree.
2010-04-12 Zac MedicoAvoid XMLParser.doctype deprecation warnings with ...
2010-04-11 Zac MedicoUse assertFalse insead of failIf since failIf is deprec...
2010-04-10 Zac MedicoMake cpv_getversion handle invalid cpv and add cpv_getv...
2010-04-10 Sebastian LutherImplement REPLACING_VERSIONS and REPLACED_BY_VERSION
2010-04-10 Zac MedicoFix deprecated config.getvirtuals() usage that's trigge...
2010-04-10 Zac MedicoMake spawning of `id -G portage` happen lazily when...
2010-04-09 Zac MedicoHandle IOError when trying to cache the Packages file...
next