| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #179008, just use metadata.dtd directly from $DISTDIR. | Zac Medico | 2007-05-20 | 1 | -14/+13 |
* | In fetch(), don't try to parse digests unless the "O" variable is defined. | Zac Medico | 2007-05-20 | 1 | -2/+7 |
* | For bug #179206, improve efficiency by using a containment test instead of st... | Zac Medico | 2007-05-20 | 1 | -2/+2 |
* | Use device number and i-node number (like os.path.samefile does) to check if ... | Zac Medico | 2007-05-19 | 1 | -1/+18 |
* | For bug #178378, make the default src_compile() check for configure in ${ECON... | Zac Medico | 2007-05-19 | 1 | -1/+1 |
* | Add edges to shown_edges at the first oportunity. | Zac Medico | 2007-05-19 | 1 | -6/+3 |
* | In --tree output, keep track of which graph edges have already been displayed... | Zac Medico | 2007-05-19 | 1 | -2/+14 |
* | Avoid permission errors when trying to lock repo_path. Note that the lock fi... | Zac Medico | 2007-05-19 | 1 | -1/+6 |
* | For bug #176539, add a "manifest" target to repoman so that there's a simple ... | Zac Medico | 2007-05-19 | 1 | -2/+16 |
* | fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 | Mike Frysinger | 2007-05-19 | 1 | -3/+4 |
* | Fall back to pickle if cPickle is unavailable. Thanks to Michael Haubenwalln... | Zac Medico | 2007-05-18 | 1 | -1/+5 |
* | Only show extra whitespace where there are some news items to display. | Zac Medico | 2007-05-18 | 1 | -4/+6 |
* | Catch a potential OSError if the child process has already died. | Zac Medico | 2007-05-18 | 1 | -1/+4 |
* | Update for glep42, preserve-libs and elog | Marius Mauch | 2007-05-18 | 1 | -0/+4 |
* | Enable elog functionality for the python side of portage | Marius Mauch | 2007-05-18 | 10 | -119/+213 |
* | Display notification about unread news in all situations specified by glep 42 | Marius Mauch | 2007-05-18 | 1 | -16/+28 |
* | - store newsid in unread file, not the path to the news item | Marius Mauch | 2007-05-18 | 1 | -52/+52 |
* | Add registration support for preserved library objects, move the library->con... | Marius Mauch | 2007-05-18 | 2 | -45/+168 |
* | Check to see if I have svn.g.o fixed, no actual file changes, pass #2 | Robin H. Johnson | 2007-05-18 | 1 | -1/+1 |
* | Check to see if I have svn.g.o fixed, no actual file changes. | Robin H. Johnson | 2007-05-18 | 1 | -1/+1 |
* | wrap lines | Zac Medico | 2007-05-17 | 1 | -9/+9 |
* | For bug #162404, use a pseudo-terminal device pair (instead of a normal pipe)... | Zac Medico | 2007-05-17 | 1 | -25/+47 |
* | Don't protect USE_EXPAND variables from -* anymore because the really critica... | Zac Medico | 2007-05-16 | 1 | -1/+1 |
* | fix syntax (merged from branches/prefix r6534) | Zac Medico | 2007-05-14 | 1 | -1/+1 |
* | For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty. | Zac Medico | 2007-05-13 | 1 | -2/+5 |
* | the profile check is spammy and should be squelched when --quiet is given | Alec Warner | 2007-05-13 | 1 | -1/+2 |
* | remove old import | Zac Medico | 2007-05-13 | 1 | -1/+0 |
* | import dispatch_conf from the new namespace | Zac Medico | 2007-05-13 | 1 | -1/+1 |
* | tabs -> spaces | Zac Medico | 2007-05-13 | 1 | -3/+3 |
* | Fix the varexpand quotes tests since quotes are no longer removed by this fun... | Zac Medico | 2007-05-13 | 1 | -2/+2 |
* | Add TODO note about support for blocks within slots. Thanks to Brian Harring... | Zac Medico | 2007-05-12 | 1 | -6/+5 |
* | s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ... | Zac Medico | 2007-05-12 | 2 | -4/+4 |
* | For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be... | Zac Medico | 2007-05-10 | 1 | -3/+4 |
* | 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 |
* | fix typo from previous commit | Zac Medico | 2007-05-09 | 1 | -1/+1 |
* | For bug #177763, document that FEATURES=keepwork can interfere with normal em... | Zac Medico | 2007-05-09 | 1 | -1/+4 |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-09 | 2 | -0/+5 |
* | fix spacing in loaders | Alec Warner | 2007-05-09 | 1 | -3/+3 |
* | For bug #177591, increase shell compatibility by preserving quotes in varexpa... | Zac Medico | 2007-05-08 | 1 | -2/+4 |
* | For bug #177601, add a reference the --verbose option documentation in the OU... | Zac Medico | 2007-05-08 | 1 | -1/+2 |
* | antarus fears it, and fears it often | Alec Warner | 2007-05-08 | 1 | -6/+6 |
* | imports are one module per line, remove type module in favor of the new hotne... | Alec Warner | 2007-05-08 | 1 | -9/+14 |
* | Honestly if they are missing sys, that error message probably won't help any ... | Alec Warner | 2007-05-08 | 1 | -6/+1 |
* | validators++ | Alec Warner | 2007-05-08 | 2 | -11/+15 |
* | Prevent blockers that are only partially resolvable by merge order from accid... | 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. | Zac Medico | 2007-05-06 | 1 | -4/+4 |
* | Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. | 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 |