| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a 'ignore-previously-merged' config option which gives similar behavior t... | Zac Medico | 2007-05-23 | 2 | -0/+13 |
* | Punt the portdbapi.getsize() function since it's unused and broken (mysum ref... | Zac Medico | 2007-05-23 | 1 | -13/+0 |
* | hardlink basic suid protection (trunk r6580) | Zac Medico | 2007-05-23 | 1 | -0/+6 |
* | Use device number and i-node number (like os.path.samefile does) to check if ... | Zac Medico | 2007-05-23 | 1 | -1/+18 |
* | In --tree output, keep track of which graph edges have already been displayed... | Zac Medico | 2007-05-23 | 1 | -0/+9 |
* | For bug #176539, add a manifest target to repoman so that there's a simple wa... | Zac Medico | 2007-05-23 | 1 | -2/+16 |
* | s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ... | Zac Medico | 2007-05-23 | 2 | -8/+33 |
* | For bug #177601, add a reference the --verbose option documentation in the OU... | Zac Medico | 2007-05-23 | 1 | -1/+2 |
* | For forward compatibility, make binarytree.populate() work even when $PKGDIR/... | Zac Medico | 2007-05-22 | 1 | -2/+0 |
* | Use bash to spawn FETCHCOMMAND under selinux since most other binaries are fo... | Zac Medico | 2007-05-22 | 1 | -0/+2 |
* | For bug #179008, just use metadata.dtd directly from $DISTDIR. (trunk r6561:6... | Zac Medico | 2007-05-22 | 1 | -14/+13 |
* | In fetch(), don't try to parse digests unless the "O" variable is defined. (t... | Zac Medico | 2007-05-22 | 1 | -2/+7 |
* | For bug #179206, improve efficiency by using a containment test instead of st... | Zac Medico | 2007-05-22 | 1 | -2/+2 |
* | fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 (trunk r6552:6... | Zac Medico | 2007-05-22 | 1 | -3/+4 |
* | Don't protect USE_EXPAND variables from -* anymore because the really critica... | Zac Medico | 2007-05-22 | 1 | -1/+1 |
* | For bug #178293, don't write digest-* files unnecessarily when SRC_URI is emp... | Zac Medico | 2007-05-13 | 1 | -2/+5 |
* | Fix the varexpand quotes tests since quotes are no longer removed by this fun... | Zac Medico | 2007-05-13 | 1 | -2/+2 |
* | For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be... | Zac Medico | 2007-05-10 | 1 | -1/+5 |
* | Make sure FEATURES=test and USE=test are consistently enabled for all request... | Zac Medico | 2007-05-10 | 1 | -8/+9 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-10 | 1 | -1/+6 |
* | For bug #177591, increase shell compatibility by preserving quotes in varexpa... | Zac Medico | 2007-05-09 | 1 | -2/+4 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-09 | 2 | -0/+5 |
* | Prevent blockers that are only partially resolvable by merge order from accid...v2.1.2.7 | Zac Medico | 2007-05-07 | 1 | -1/+10 |
* | Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_... | Zac Medico | 2007-05-06 | 1 | -9/+15 |
* | Use shlex for better splitting of FETCHCOMMAND. (trunk r6489:6490) | Zac Medico | 2007-05-06 | 1 | -4/+4 |
* | Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. (trunk r6486:6487) | Zac Medico | 2007-05-06 | 1 | -6/+7 |
* | For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ... | Zac Medico | 2007-05-05 | 1 | -3/+5 |
* | Use match_from_list in order to potentially avoid more blocks. (trunk r6481:6... | Zac Medico | 2007-05-05 | 1 | -10/+10 |
* | For bug #177211, use chmod -R on the children of the current directory in ord... | Zac Medico | 2007-05-05 | 1 | -1/+2 |
* | For bug #175058, comment #15, expand all possible variables in each argument.... | Zac Medico | 2007-05-05 | 1 | -3/+3 |