| Commit message (Expand) | Author | Age | Files | Lines |
* | Make save_ebuild_env() filter NOCOLOR, and remove related code from ebuild.sh | Zac Medico | 2009-02-18 | 2 | -13/+1 |
* | Call depgraph._dep_check_composite_db._clear_cache() inside | Zac Medico | 2009-02-18 | 1 | -1/+2 |
* | Bug #253904 - Add a lookahead mechanism inside | Zac Medico | 2009-02-17 | 1 | -0/+14 |
* | Fix grabfile_package() to preprocess atoms before passing them to | Zac Medico | 2009-02-17 | 1 | -1/+4 |
* | Bug #259124 - Inside EbuildFetcher._start(), pass the NOCOLOR variable into | Zac Medico | 2009-02-16 | 1 | -0/+4 |
* | unify code for unpacking of tar files | Mike Frysinger | 2009-02-16 | 1 | -23/+13 |
* | Fix broken references to DepPriority attributes. | Zac Medico | 2009-02-15 | 1 | -4/+6 |
* | In dyn_package(), show a more informative die message if an error occurs when | Zac Medico | 2009-02-15 | 1 | -1/+1 |
* | Add a test case for the new case which is detected by isvalidatom(). | Zac Medico | 2009-02-15 | 1 | -0/+1 |
* | Fix more false positives in isvalidatom() from previous commits. | Zac Medico | 2009-02-15 | 1 | -2/+3 |
* | Fix isvalidatom() logic from previous commit to avoid false positives. | Zac Medico | 2009-02-15 | 1 | -1/+1 |
* | Fix isvalidatom to properly identify an invalid atom such as | Zac Medico | 2009-02-15 | 1 | -0/+2 |
* | Fix merge order calculation so that the circular runtime path isn't entered | Zac Medico | 2009-02-15 | 1 | -1/+2 |
* | Bug #250020 - When calculating merge order, try to ensure that packages | Zac Medico | 2009-02-14 | 1 | -90/+197 |
* | In depgraph._serialize_tasks(), when appropriate, execute uninstall tasks | Zac Medico | 2009-02-14 | 1 | -4/+15 |
* | For the --buildpkgonly digraph.hasallzeros() check, remove "nomerge" nodes | Zac Medico | 2009-02-14 | 1 | -8/+10 |
* | Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl Porcel | Zac Medico | 2009-02-14 | 1 | -0/+3 |
* | In depgraph._serialize_tasks(), verify that an uninstall task has at least one | Zac Medico | 2009-02-13 | 1 | -22/+48 |
* | Fix Scheduler._prevent_builddir_collisions() to skip non-Package instances | Zac Medico | 2009-02-13 | 1 | -0/+3 |
* | Add a new "portage.internal" warning for prepalldocs usage since the council | Zac Medico | 2009-02-12 | 4 | -1/+15 |
* | * Remove outdated comment about qa_source() return value (with typo). | Zac Medico | 2009-02-12 | 1 | -2/+2 |
* | Inside portage.fetch(), check for the case where FETCOMMAND creates a | Zac Medico | 2009-02-12 | 1 | -0/+29 |
* | Bug #258433 - In portage.fetch(), check for missing ${FILE} parameter in | Zac Medico | 2009-02-12 | 1 | -17/+50 |
* | Inside depgraph._select_atoms(), only trigger the circular dependency | Zac Medico | 2009-02-11 | 1 | -2/+11 |
* | Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requirements wrt ${FILE} | Zac Medico | 2009-02-10 | 1 | -0/+4 |
* | Document EAPI 3_pre1. | Zac Medico | 2009-02-09 | 3 | -0/+17 |
* | Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlier | Zac Medico | 2009-02-09 | 2 | -4/+13 |
* | Keep 2_pre* EAPI values in the deprecated list so that uninstalls still | Zac Medico | 2009-02-09 | 1 | -1/+1 |
* | Remove support for deprecated 2_pre* EAPI values. | Zac Medico | 2009-02-09 | 3 | -10/+7 |
* | add support for .xz compressed files like .lzma | Mike Frysinger | 2009-02-08 | 1 | -0/+8 |
* | Filter the new hasg and hasgq functions inside save_ebuild_env(). | Zac Medico | 2009-02-07 | 1 | -1/+2 |
* | Escape globs in hasgq arguments in order to prevent bash from trying | Zac Medico | 2009-02-07 | 1 | -3/+3 |
* | cleanup econf() code -- use hasg* funcs in multilib code to avoid wrong/dupli... | Mike Frysinger | 2009-02-07 | 1 | -49/+20 |
* | fix previous commit -- hasq isnt as cool as i thought and doesnt accept globs... | Mike Frysinger | 2009-02-07 | 1 | -1/+7 |
* | fix --libdir detection when econf is passed whitespace/empty arguments ... th... | Mike Frysinger | 2009-02-07 | 1 | -1/+1 |
* | Fix digraph.clone() to properly clone priority lists. | Zac Medico | 2009-02-05 | 1 | -2/+8 |
* | Make DepPriority.__str__() indicate optional deps. | Zac Medico | 2009-02-05 | 1 | -0/+2 |
* | Inside depgraph._serialize_tasks(), simplify the logic which delays selection | Zac Medico | 2009-02-05 | 1 | -51/+39 |
* | For python-3.0 compatibility, make dict-like classes modify their keys(), | Zac Medico | 2009-02-04 | 5 | -0/+29 |
* | Warn about WANT_AUTO(CONF|MAKE)=latest settings since they are redundant. | Zac Medico | 2009-02-04 | 1 | -1/+13 |
* | Fix the priorities display in digraph.debug_print() so it shows the highest | Zac Medico | 2009-02-04 | 1 | -3/+2 |
* | Fix Scheduler._find_system_deps() so that it only traverses runtime deps. | Zac Medico | 2009-02-04 | 1 | -3/+10 |
* | Add support in digraph for multiple priorities per edge and support for | Zac Medico | 2009-02-04 | 1 | -34/+78 |
* | Add UnmergeDepPriority.optional attribute, to avoid traceback. | Zac Medico | 2009-02-04 | 1 | -1/+1 |
* | Bug #256616 - Also consider deep runtime dependencies of system packages when | Zac Medico | 2009-02-03 | 1 | -2/+43 |
* | For optional deps pulled in by --with-bdeps=y, set DepPriority.buildtime to | Zac Medico | 2009-02-03 | 1 | -1/+2 |
* | Add a DepPriority.optional attribute for optional build time deps that are | Zac Medico | 2009-02-03 | 1 | -10/+13 |
* | Make emerge --regen return non-zero if that are any failures. Thanks to Daniel | Zac Medico | 2009-02-03 | 1 | -1/+6 |
* | Use portage.util.cmp_sort_key for python-3.0 compatibility. | Zac Medico | 2009-02-03 | 1 | -6/+6 |
* | Use portage.util.cmp_sort_key for python-3.0 compatibility. | Zac Medico | 2009-02-03 | 1 | -2/+2 |