portage.git
2007-12-28 Zac Medico- small UI cleanups. *should* not cause problems with...
2007-12-21 Zac MedicoAdd support for --usepkg and --usepkgonly options toget...
2007-12-21 Zac MedicoImplement a `portageq contents <root> <category/package...
2007-12-21 Zac MedicoEnhance the portageq match command to list all installe...
2007-12-21 Zac MedicoMake vardbapi cache DESCRIPTION and HOMEPAGE in order...
2007-12-21 Zac Medicoemerge --search enhancements:
2007-12-21 Zac MedicoMake the "test" flag that's enabled by FEATURES=test...
2007-12-21 Zac MedicoEliminate redundant "notadded" error filtering. (trunk...
2007-12-21 Zac MedicoTweak profile validation and warning logic a bit. ...
2007-12-21 Zac MedicoFix xmatch "match-all" typo. (trunk r9020)
2007-12-21 Zac MedicoIn portage.process.spawn(), make the default fd_pipes...
2007-12-21 Zac MedicoIn portage.spawn(), make the default fd_pipes value...
2007-12-21 Zac MedicoUse regex category validation in binarytree.populate().
2007-12-21 Zac MedicoUse a regex to validate package directory names in...
2007-12-21 Zac MedicoAdd "metadata" and "licenses" to _non_category_dirs...
2007-12-21 Zac MedicoSlightly improved the masked package check inside dep_z...
2007-12-20 Zac MedicoHardcode #!/bin/bash for consistency with other scripts...
2007-12-20 Zac MedicoRemove an accidental redundant loop from portdbapi...
2007-12-20 Zac MedicoFix a typo in the _non_category_dirs regex. (trunk...
2007-12-20 Zac MedicoRemove some redunant categories code.
2007-12-20 Zac MedicoFix broken indentation in portdbapi.cp_all().
2007-12-20 Zac MedicoFor simplicity and consistency, always use a regular...
2007-12-20 Zac MedicoFix portdbapi.cp_list() so that it can cope with a
2007-12-20 Zac MedicoMake dep_zapdeps() fall back to installed packages...
2007-12-20 Zac MedicoMerge missing db keys from trunk, for bug #149816.
2007-12-20 Zac MedicoMerge the unified package masking output from trunk...
2007-12-20 Zac MedicoBug #149816 - Implement visibility filtering for binary...
2007-12-20 Zac MedicoMake vartree.cpv_all() stop relying on having a categories
2007-12-20 Zac MedicoEnable emerge search actions for binary packages when...
2007-12-20 Zac MedicoFix a typo: eclasses -> eclass. (trunk r8978)
2007-12-20 Zac MedicoMake some adjustments so that it's possible to install...
2007-12-20 Zac MedicoBug #202748 - When merging a binary package, only clean up
2007-12-20 Zac MedicoWhitespace only: remove extra indentation. (trunk r8969)
2007-12-20 Zac MedicoAlways add ARCH to USE without relying on it being...
2007-12-19 Zac MedicoBug #140180 - Ignore missing HOMEPAGE and LICENSE varia...
2007-12-19 Zac MedicoKeep filtered USE in the PORTAGE_USE variable to keep
2007-12-19 Zac MedicoTrigger a config.regenerate() call inside setcpv()...
2007-12-18 Zac MedicoStore filtered USE for config.environ() calls in a...
2007-12-18 Zac MedicoFix USE filtering code so that it doesn't rely on confi...
2007-12-18 Zac MedicoMake special build and bootstrap flags into implicit...
2007-12-18 Zac MedicoDisplay the merge list with blockers any time that...
2007-12-18 Zac MedicoOnly enable the PORTAGE_IUSE check during build time...
2007-12-18 Zac MedicoInclude masked flags in PORTAGE_IUSE to avoid more...
2007-12-18 Zac MedicoCreate a PORTAGE_IUSE variable containing an egrep...
2007-12-18 Zac MedicoBug #176467 - Filter out USE flags that aren't part...
2007-12-18 Zac MedicoGeneralize the sed -> gsed wrapper script so that it's
2007-12-15 Zac MedicoIn "QA Notice: Precompiled python" messages, use sed...
2007-12-15 Zac MedicoFix punctuation and spelling. Thanks to Arfrever Frehte...
2007-12-15 Zac MedicoSplit out a format_qa_output() function to eliminate...
2007-12-15 Zac MedicoInstead of all modes, only in commit mode save an extra...
2007-12-15 Zac MedicoSave QA output so that it can be conveniently displayed
2007-12-14 Zac MedicoPrompt the user before letting the editor
2007-12-14 Zac Medico* Add support for multi-line commit message input by...
2007-12-13 Zac MedicoFix the bug #198398 code from trunk to be compatible...
2007-12-13 Zac MedicoAdd --buildpkgonly to the options lists that exempt...
2007-12-13 Zac MedicoDisable the "QA Notice: Pre-stripped files" message...
2007-12-13 Zac MedicoBug #202126 - Replace an obsolete reference to `emerge...
2007-12-13 Zac MedicoMake sure that PORTAGE_SANDBOX_* variables can never...
2007-12-13 Zac MedicoAllow FEATURES to persist between phases since the...
2007-12-13 Zac MedicoProperly filter SANDBOX_ON from the environment. When...
2007-12-13 Zac MedicoUse the BAD color class instead of hardcoded red. ...
2007-12-13 Zac MedicoBug #201771 - Make unpack() detect common errors such...
2007-12-13 Zac MedicoBug #201848 - Make the ebuild command reject ebuilds...
2007-12-13 Zac MedicoBug #201848 - Mask ebuilds that do not define SLOT...
2007-12-13 Zac Medico* In filter_readonly_variables(), replace 'declare...
2007-12-13 Zac MedicoBug #198398 - Make repoman bail out if support for...
2007-12-13 Zac MedicoBug #202036 - In case of blockers, bail out earlier...
2007-12-11 Zac MedicoInstead of calling sys.exit when a ParseError occurs...
2007-12-11 Zac Medico* Raise PermissionDenied from getconfig() when appropriate.
2007-12-11 Zac Medico* When installing a binary package, export the file...
2007-12-11 Zac MedicoAdd a "Quality Assurance" <part> tag so that all chapte...
2007-12-11 Zac MedicoAdd some documentation for ebuild phases and pre/post...
2007-12-08 Zac MedicoDo an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild()
2007-12-08 Zac MedicoQuote $PORTDIR. Thanks to Chris Kerr in bug #52208.
2007-12-07 Zac MedicoBug #189417 - Explicitly whitelist any remaining variab...
2007-12-06 Zac MedicoDeclare retval as a local variable. (trunk r8859)
2007-12-06 Zac MedicoPrevent the filter_opts local variable from leaking...
2007-12-06 Zac MedicoRemove redundant successful exit call from the "depend...
2007-12-06 Zac MedicoTo avoid false positives during the transition
2007-12-06 Zac MedicoBug #201506 - Make preprocess_ebuild_env() preserve
2007-12-05 Zac MedicoShow ? if the installed package is missing a
2007-12-03 Zac MedicoRemove redundant config.load_infodir() calls from
2007-12-03 Zac MedicoSynchronize the conditional that triggers "${T}"/enviro...
2007-12-03 Zac Medico* Don't load the CATEGORY in config.load_infodir()...
2007-12-03 Zac MedicoBug #201090 - When portage creates a temp PORTAGE_BIN_P...
2007-12-03 Zac MedicoMake config.load_infodir() more fault tolerant for...
2007-12-03 Zac MedicoBug #201082 - Don't call config.load_infodir() prior...
2007-12-03 Zac Medico* whitelist CCACHE_* and DISTCC_* variables in config...
2007-12-02 Zac MedicoFor compatibility with cvs.eclass, do not unset CVS_RSH in
2007-12-02 Zac MedicoFix useq() so that it won't generate a bogus IUSE QA...
2007-12-02 Zac MedicoSynchronize self-reinstallation logic so that emerge...
2007-12-02 Zac MedicoIn dblink.treewalk(), tweak the "Safely unmerging
2007-12-02 Zac MedicoFix portage_exec namespace.
2007-12-02 Zac MedicoFor portage.spawn() calls, use a _shell_quote() functio...
2007-12-01 Zac Medico* whitelist some misc variables from the calling enviro...
2007-12-01 Zac MedicoShow the pid in the "starting parallel fetching" messag...
2007-12-01 Zac MedicoAfter each merge, collect status from child processes
2007-12-01 Zac MedicoMove duplicate module loading code into a function...
2007-12-01 Zac MedicoAdd missing newline after message. (trunk r8787)
2007-12-01 Zac MedicoIn create_trees(), when isolating the environment of...
next