Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only show extra whitespace where there are some news items to display. | Zac Medico | 2007-05-18 | 1 | -4/+6 |
| | | | | svn path=/main/trunk/; revision=6551 | ||||
* | Catch a potential OSError if the child process has already died. | Zac Medico | 2007-05-18 | 1 | -1/+4 |
| | | | | svn path=/main/trunk/; revision=6550 | ||||
* | Update for glep42, preserve-libs and elog | Marius Mauch | 2007-05-18 | 1 | -0/+4 |
| | | | | svn path=/main/trunk/; revision=6549 | ||||
* | Enable elog functionality for the python side of portage | Marius Mauch | 2007-05-18 | 10 | -119/+213 |
| | | | | svn path=/main/trunk/; revision=6548 | ||||
* | Display notification about unread news in all situations specified by glep 42 | Marius Mauch | 2007-05-18 | 1 | -16/+28 |
| | | | | svn path=/main/trunk/; revision=6547 | ||||
* | - store newsid in unread file, not the path to the news item | Marius Mauch | 2007-05-18 | 1 | -52/+52 |
| | | | | | | | | - use octal numbers to specify file permissions - use descriptive exceptions when (not) creating NewsItem objects - code style cleanups svn path=/main/trunk/; revision=6546 | ||||
* | Add registration support for preserved library objects, move the ↵ | Marius Mauch | 2007-05-18 | 2 | -45/+168 |
| | | | | | | | | | library->consumer map code out of vardbapi and fix a bug in the setup code for preserve-libs and collision-protect caused by using relative paths with os.path.islink() svn path=/main/trunk/; revision=6545 | ||||
* | 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 |
| | | | | svn path=/main/trunk/; revision=6544 | ||||
* | Check to see if I have svn.g.o fixed, no actual file changes. | Robin H. Johnson | 2007-05-18 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6543 | ||||
* | wrap lines | Zac Medico | 2007-05-17 | 1 | -9/+9 |
| | | | | svn path=/main/trunk/; revision=6542 | ||||
* | For bug #162404, use a pseudo-terminal device pair (instead of a normal ↵ | Zac Medico | 2007-05-17 | 1 | -25/+47 |
| | | | | | | pipe) for moving ouput out of the sesandbox domain. svn path=/main/trunk/; revision=6541 | ||||
* | Don't protect USE_EXPAND variables from -* anymore because the really ↵ | Zac Medico | 2007-05-16 | 1 | -1/+1 |
| | | | | | | critical ones should all be in use.force now (typically kernel_linux, elibc_glibc, and userland_GNU). svn path=/main/trunk/; revision=6540 | ||||
* | fix syntax (merged from branches/prefix r6534) | Zac Medico | 2007-05-14 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6537 | ||||
* | For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty. | Zac Medico | 2007-05-13 | 1 | -2/+5 |
| | | | | svn path=/main/trunk/; revision=6535 | ||||
* | the profile check is spammy and should be squelched when --quiet is given | Alec Warner | 2007-05-13 | 1 | -1/+2 |
| | | | | svn path=/main/trunk/; revision=6530 | ||||
* | remove old import | Zac Medico | 2007-05-13 | 1 | -1/+0 |
| | | | | svn path=/main/trunk/; revision=6529 | ||||
* | import dispatch_conf from the new namespace | Zac Medico | 2007-05-13 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6528 | ||||
* | tabs -> spaces | Zac Medico | 2007-05-13 | 1 | -3/+3 |
| | | | | svn path=/main/trunk/; revision=6527 | ||||
* | Fix the varexpand quotes tests since quotes are no longer removed by this ↵ | Zac Medico | 2007-05-13 | 1 | -2/+2 |
| | | | | | | function. svn path=/main/trunk/; revision=6525 | ||||
* | Add TODO note about support for blocks within slots. Thanks to Brian ↵ | Zac Medico | 2007-05-12 | 1 | -6/+5 |
| | | | | | | Harring for reporting. svn path=/main/trunk/; revision=6524 | ||||
* | s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵ | Zac Medico | 2007-05-12 | 2 | -4/+4 |
| | | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. svn path=/main/trunk/; revision=6523 | ||||
* | For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵ | Zac Medico | 2007-05-10 | 1 | -3/+4 |
| | | | | | | be reused. svn path=/main/trunk/; revision=6519 | ||||
* | Make sure FEATURES=test and USE=test are consistently enabled for all ↵ | Zac Medico | 2007-05-10 | 1 | -8/+9 |
| | | | | | | requested phases when the test phase is forced via the ebuild command. svn path=/main/trunk/; revision=6517 | ||||
* | Make sure USE=test is properly enabled when the test phase is forced via the ↵ | Zac Medico | 2007-05-10 | 1 | -1/+6 |
| | | | | | | ebuild command, even when USE from ${T}/environment doen't have it. svn path=/main/trunk/; revision=6513 | ||||
* | fix typo from previous commit | Zac Medico | 2007-05-09 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6512 | ||||
* | For bug #177763, document that FEATURES=keepwork can interfere with normal ↵ | Zac Medico | 2007-05-09 | 1 | -1/+4 |
| | | | | | | emerge operation. svn path=/main/trunk/; revision=6511 | ||||
* | Make sure USE=test is properly enabled when the test phase is forced via the ↵ | Zac Medico | 2007-05-09 | 2 | -0/+5 |
| | | | | | | ebuild command. Thanks to Caster for reporting. svn path=/main/trunk/; revision=6508 | ||||
* | fix spacing in loaders | Alec Warner | 2007-05-09 | 1 | -3/+3 |
| | | | | svn path=/main/trunk/; revision=6506 | ||||
* | For bug #177591, increase shell compatibility by preserving quotes in ↵ | Zac Medico | 2007-05-08 | 1 | -2/+4 |
| | | | | | | varexpand() since quote removal is handled by shlex. svn path=/main/trunk/; revision=6505 | ||||
* | For bug #177601, add a reference the --verbose option documentation in the ↵ | Zac Medico | 2007-05-08 | 1 | -1/+2 |
| | | | | | | OUTPUT section. svn path=/main/trunk/; revision=6504 | ||||
* | antarus fears it, and fears it often | Alec Warner | 2007-05-08 | 1 | -6/+6 |
| | | | | svn path=/main/trunk/; revision=6503 | ||||
* | imports are one module per line, remove type module in favor of the new ↵ | Alec Warner | 2007-05-08 | 1 | -9/+14 |
| | | | | | | hotness, isinstance. svn path=/main/trunk/; revision=6500 | ||||
* | Honestly if they are missing sys, that error message probably won't help any ↵ | Alec Warner | 2007-05-08 | 1 | -6/+1 |
| | | | | | | more than the other one (zomg broken) svn path=/main/trunk/; revision=6499 | ||||
* | validators++ | Alec Warner | 2007-05-08 | 2 | -11/+15 |
| | | | | svn path=/main/trunk/; revision=6498 | ||||
* | Prevent blockers that are only partially resolvable by merge order from ↵ | Zac Medico | 2007-05-07 | 1 | -1/+10 |
| | | | | | | accidentally being ignored. svn path=/main/trunk/; revision=6494 | ||||
* | Use shlex for better splitting of PORTAGE_RSYNC_OPTS and ↵ | Zac Medico | 2007-05-06 | 1 | -9/+15 |
| | | | | | | PORTAGE_RSYNC_EXTRA_OPTS. svn path=/main/trunk/; revision=6492 | ||||
* | Use shlex for better splitting of FETCHCOMMAND. | Zac Medico | 2007-05-06 | 1 | -4/+4 |
| | | | | svn path=/main/trunk/; revision=6490 | ||||
* | Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. | Zac Medico | 2007-05-06 | 1 | -6/+7 |
| | | | | svn path=/main/trunk/; revision=6487 | ||||
* | For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ↵ | Zac Medico | 2007-05-05 | 1 | -3/+5 |
| | | | | | | Thanks to TGL <degrenier@easyconnect.fr> for the patch. svn path=/main/trunk/; revision=6485 | ||||
* | Add missing base class. | Zac Medico | 2007-05-05 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6484 | ||||
* | Use match_from_list in order to potentially avoid more blocks. | Zac Medico | 2007-05-05 | 1 | -10/+10 |
| | | | | svn path=/main/trunk/; revision=6482 | ||||
* | For bug #177211, use chmod -R on the children of the current directory in ↵ | Zac Medico | 2007-05-05 | 1 | -1/+2 |
| | | | | | | order to reduce the size of the argument list. svn path=/main/trunk/; revision=6480 | ||||
* | For bug #175058, comment #15, expand all possible variables in each argument. | Zac Medico | 2007-05-05 | 1 | -3/+3 |
| | | | | svn path=/main/trunk/; revision=6478 | ||||
* | For bug #176765, when a new package is blocked by another one that is being ↵ | Zac Medico | 2007-05-03 | 1 | -3/+17 |
| | | | | | | replaced, handle another case where the conflict can be avoided. svn path=/main/trunk/; revision=6473 | ||||
* | Remove news about profile masking which has been reverted pending resolution ↵ | Zac Medico | 2007-05-02 | 1 | -2/+0 |
| | | | | | | of bug #170697. Thanks to Arfrever Frehtes Taifersar Arahesis in #149508. svn path=/main/trunk/; revision=6472 | ||||
* | document the behavior of `ebuild` wrt FEATURES=noauto #175444 | Mike Frysinger | 2007-05-02 | 1 | -0/+7 |
| | | | | svn path=/main/trunk/; revision=6471 | ||||
* | s/dir/actual_dir/ (branches/prefix r6463:6464 | Zac Medico | 2007-05-02 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=6469 | ||||
* | Fix eend so that it works properly on a standard BSD console. Thanks to ↵ | Zac Medico | 2007-05-02 | 2 | -0/+5 |
| | | | | | | UberLord. svn path=/main/trunk/; revision=6467 | ||||
* | Handle KeyError when the ebuild is corrupt. | Zac Medico | 2007-04-30 | 1 | -1/+5 |
| | | | | svn path=/main/trunk/; revision=6461 | ||||
* | Fix -* handling in gvisible to match incremental semantics | Marius Mauch | 2007-04-30 | 4 | -10/+28 |
| | | | | svn path=/main/trunk/; revision=6459 |