| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...v2.1.2.10 | Zac Medico | 2007-06-09 | 1 | -1/+2 |
* | Don't forget to rename the temporary binpkg after it's created. | Zac Medico | 2007-06-09 | 1 | -1/+3 |
* | Only execute $PROMPT_COMMAND when appropriate. (trunk r6772) | Zac Medico | 2007-06-09 | 1 | -1/+2 |
* | For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. (trunk r6770) | Zac Medico | 2007-06-09 | 1 | -10/+20 |
* | For bug #139383, in xtermTitleReset() use os.system() instead of commands.get... | Zac Medico | 2007-06-08 | 1 | -1/+2 |
* | For bug #181104, make econf give an appropriate error message when configure ... | Zac Medico | 2007-06-08 | 1 | -0/+2 |
* | Ignore InvalidDependString exceptions from the RESTRICT of nomerge nodes. (tr... | Zac Medico | 2007-06-08 | 1 | -4/+7 |
* | Make all the python code respect USE conditionals in RESTRICT. It's already ... | Zac Medico | 2007-06-08 | 2 | -17/+27 |
* | Return copies of the cached values from pkgsplit and catpkgsplit. (trunk r6746) | Zac Medico | 2007-06-08 | 1 | -2/+2 |
* | For bug #156536, update --resume docs to show that the resume history is capa... | Zac Medico | 2007-06-08 | 2 | -7/+16 |
* | For bug #153967, use -O / in the default FETCHCOMMAND. (trunk r6741) | Zac Medico | 2007-06-08 | 1 | -2/+2 |
* | For bug #181021, preserve timestamps from during merge. For replacement ope... | Zac Medico | 2007-06-08 | 1 | -94/+51 |
* | Fix typo, split SPACE_SEPARATED variables on whitespace. (trunk r6738) | Zac Medico | 2007-06-08 | 1 | -1/+1 |
* | When dblink.treewalk() looks for an installed instance in the same slot, make... | Zac Medico | 2007-06-08 | 1 | -0/+8 |
* | Remove duplicate entries from special variables processed by env_update() (bu... | Zac Medico | 2007-06-08 | 1 | -2/+6 |
* | Use user-provided for -5 (bug #47442) (trunk r6735) | Zac Medico | 2007-06-08 | 1 | -1/+2 |
* | Add ECONF_SOURCE to the econf docs. (trunk r6733) | Zac Medico | 2007-06-08 | 1 | -1/+1 |
* | Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (trunk r6732) | Zac Medico | 2007-06-08 | 1 | -0/+4 |
* | For bug #164655, port quickpkg to python and use the tarfile module for prope... | Zac Medico | 2007-06-08 | 2 | -177/+209 |
* | For bug #82378, only set permissions on PORT_LOGDIR if it is created automati... | Zac Medico | 2007-06-06 | 1 | -2/+4 |
* | Improve support for slot deps atoms given on the command line. (trunk r6730) | Zac Medico | 2007-06-04 | 1 | -2/+5 |
* | Don't complain when is missing unless manifest1 compatibility is enabled. (t... | Zac Medico | 2007-06-01 | 1 | -9/+7 |
* | 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 |
* | Raise a KeyError from bindbapi.aux_get() when appropriate. (trunk r6699) | Zac Medico | 2007-06-01 | 1 | -3/+6 |
* | Make automatic "global updates" always use the config instance that's associa... | Zac Medico | 2007-05-31 | 3 | -6/+5 |
* | Only check ChangeLog if we're dealing with an ebuild (bug #170604) (trunk r6685) | Zac Medico | 2007-05-31 | 1 | -2/+6 |
* | For bug #172886, catch GetoptError. (trunk r6684) | Zac Medico | 2007-05-31 | 1 | -1/+5 |
* | Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba... | Zac Medico | 2007-05-31 | 1 | -3/+8 |
* | Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ...v2.1.2.9 | 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 | 1 | -0/+6 |
* | Return a copy of the cached result from match_from_list(). (trunk r6673) | 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 | 3 | -3/+8 |
* | Fix slot handling at the beginning of match_from_list(). (trunk r6669) | Zac Medico | 2007-05-30 | 1 | -2/+1 |
* | For bug #180222, make ecompressdir use -f for the automatic decompression pha... | Zac Medico | 2007-05-30 | 1 | -3/+3 |
* | 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. (trun... | 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 |
* | For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de... | Zac Medico | 2007-05-28 | 2 | -2/+16 |
* | 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 logic for USE_EXPAND variables that are incremental (there are none curre... | Zac Medico | 2007-05-26 | 1 | -9/+17 |
* | xmlint can produce garbage output even on success, so only dump the ouput whe... | Zac Medico | 2007-05-26 | 1 | -3/+8 |
* | Store flags as a set inside the USE incremental loop. (trunk r6627) | Zac Medico | 2007-05-25 | 1 | -10/+8 |
* | For bug #179766, expand USE_EXPAND variables inside the USE incremental loop ... | Zac Medico | 2007-05-25 | 1 | -24/+25 |
* | Skip fetching of metadata.dtd when mymode == "manifest". (trunk r6618)v2.1.2.8 | Zac Medico | 2007-05-25 | 1 | -2/+4 |
* | Fix the ignore-previously-merged option so that it compares the original file... | Zac Medico | 2007-05-24 | 1 | -1/+2 |