| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con... | Zac Medico | 2007-06-01 | 1 | -2/+4 |
* | Don't repeatedly invoke the depend phase for ebuilds that are already known t... | Zac Medico | 2007-06-01 | 1 | -0/+4 |
* | For bug #149397, raise an InvalidDependString exception if a USE has no basen... | Zac Medico | 2007-06-01 | 1 | -0/+2 |
* | Add some additional variables to the Packages header. | Zac Medico | 2007-06-01 | 1 | -0/+17 |
* | Fix typo. | Zac Medico | 2007-05-31 | 1 | -1/+1 |
* | Raise a KeyError from bindbapi.aux_get() when appropriate. | Zac Medico | 2007-05-31 | 1 | -0/+2 |
* | Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba... | Zac Medico | 2007-05-31 | 1 | -3/+8 |
* | Replace deprecated binarytree.remotepkgs usage with binarytree._remotepkgs si... | Zac Medico | 2007-05-31 | 1 | -16/+11 |
* | Fix typos. | Zac Medico | 2007-05-31 | 1 | -2/+2 |
* | Add PORTAGE_BINHOST support for fetching a remote Packages index. If the ind... | Zac Medico | 2007-05-31 | 2 | -11/+102 |
* | Implement bindbapi.cpv_all() since the one from fakedbapi won't populate the ... | Zac Medico | 2007-05-31 | 1 | -0/+5 |
* | Don't define bindbapi.move_slot_ent() since the inherited one works fine. Ov... | Zac Medico | 2007-05-31 | 1 | -7/+2 |
* | Don't try to perform global updates on binary packages unless $PKGDIR is writ... | Zac Medico | 2007-05-31 | 1 | -9/+14 |
* | Trigger an update of the Packages index when a package is moved or aux_update... | Zac Medico | 2007-05-31 | 1 | -1/+2 |
* | Allow dbapi.aux_update() to prune empty metadata values from storage. | Zac Medico | 2007-05-31 | 2 | -1/+10 |
* | Create one unified dbapi.move_slot_ent() method to replace the corresponding ... | Zac Medico | 2007-05-31 | 3 | -68/+23 |
* | Make automatic "global updates" always use the config instance that's associa... | Zac Medico | 2007-05-31 | 2 | -5/+4 |
* | Create one unified dbapi.update_ents() method and use it for both fixpackages... | Zac Medico | 2007-05-31 | 4 | -36/+30 |
* | Only check ChangeLog if we're dealing with an ebuild (bug #170604) | Marius Mauch | 2007-05-31 | 1 | -2/+6 |
* | remove pointless $PORTDIR lock | Marius Mauch | 2007-05-31 | 1 | -26/+16 |
* | Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ... | Zac Medico | 2007-05-30 | 1 | -0/+2 |
* | For bug #180399, raise an appropriate InvalidDependString exception if there ... | Zac Medico | 2007-05-30 | 1 | -1/+12 |
* | Show deprecation warnings if the "clone" parameters are used for the binartre... | Zac Medico | 2007-05-30 | 3 | -0/+6 |
* | Return a copy of the cached result from match_from_list(). | Zac Medico | 2007-05-30 | 1 | -1/+1 |
* | For bug #61732, support -flag in USE (instead of just +flag). Given the curr... | Zac Medico | 2007-05-30 | 2 | -2/+7 |
* | Fix slot handling at the beginning of match_from_list(). | Zac Medico | 2007-05-30 | 1 | -2/+1 |
* | For bug #179870, correctly handle slot deps in the profile's package.* files. | Zac Medico | 2007-05-29 | 1 | -12/+12 |
* | Fix get_operator() and best_match_to_list() so that slot deps mesh properly w... | Zac Medico | 2007-05-29 | 1 | -1/+2 |
* | Fix dep_getcpv() so that it always properly removes the slot regardless of wh... | Zac Medico | 2007-05-29 | 1 | -3/+2 |
* | Don't pass slotted packages into pkgsplit since it doesn't handle them. | Zac Medico | 2007-05-29 | 1 | -4/+11 |
* | For bug #179870, add support for cpv:slot in match_from_list() and use it to ... | Zac Medico | 2007-05-29 | 2 | -14/+14 |
* | Fix binarytree.gettbz2() so that it works without $PKGDIR/All/ and inserts th... | Zac Medico | 2007-05-28 | 1 | -2/+4 |
* | Include IUSE in the Package index so that it can be used for --newuse calcula... | Zac Medico | 2007-05-28 | 1 | -1/+2 |
* | Cap the progress bar columns at 80 since it looks ridiculous when it gets too... | Zac Medico | 2007-05-28 | 1 | -0/+3 |
* | Add new emaint targets called "moveinst" and "movebin" for applying package m... | Zac Medico | 2007-05-28 | 3 | -16/+32 |
* | For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de... | Zac Medico | 2007-05-28 | 1 | -2/+10 |
* | For bug #180079, fix a KeyError so that a search for the empty string will go... | Zac Medico | 2007-05-28 | 1 | -2/+2 |
* | Fix typo. | Zac Medico | 2007-05-27 | 1 | -2/+2 |
* | Make emaint prune stale entires from $PKGDIR/Packages. | Zac Medico | 2007-05-27 | 1 | -1/+1 |
* | Add progress support to emaint (similar to wget's progress bar). | Zac Medico | 2007-05-27 | 1 | -1/+127 |
* | Add a get_term_size() function that uses the curses module if available and o... | Zac Medico | 2007-05-27 | 1 | -11/+24 |
* | Fix logic for USE_EXPAND variables that are incremental (there are none curre... | Zac Medico | 2007-05-26 | 1 | -9/+17 |
* | Fix broken dict.get logic. | Zac Medico | 2007-05-26 | 1 | -2/+4 |
* | Create the Packages index whether or not $PKGDIR/All/ exists so that improved... | Zac Medico | 2007-05-26 | 1 | -38/+37 |
* | Store flags as a set inside the USE incremental loop. | Zac Medico | 2007-05-25 | 1 | -10/+8 |
* | Call tcgetattr and tcsetattr on the slave end of the pty in order to avoid an... | Zac Medico | 2007-05-25 | 1 | -2/+2 |
* | For bug #179766, expand USE_EXPAND variables inside the USE incremental loop ... | Zac Medico | 2007-05-25 | 1 | -24/+25 |
* | To ease the namespace transition, automatically translate cache.* to portage.... | Zac Medico | 2007-05-25 | 2 | -2/+12 |
* | Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way... | Zac Medico | 2007-05-24 | 1 | -2/+3 |
* | Make PackageIndex.write() omit USE when appropriate. | Zac Medico | 2007-05-24 | 1 | -3/+4 |