summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() c...Zac Medico2007-05-221-1/+3
* Add a missing newline to the writemsg output.Zac Medico2007-05-211-1/+2
* - blind chmod 0 before unlinking files to avoid anybody doing sneaky stuff vi...Ned Ludd2007-05-211-0/+4
* For bug #179008, just use metadata.dtd directly from $DISTDIR.Zac Medico2007-05-201-14/+13
* In fetch(), don't try to parse digests unless the "O" variable is defined.Zac Medico2007-05-201-2/+7
* For bug #179206, improve efficiency by using a containment test instead of st...Zac Medico2007-05-201-2/+2
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-191-1/+18
* For bug #178378, make the default src_compile() check for configure in ${ECON...Zac Medico2007-05-191-1/+1
* Add edges to shown_edges at the first oportunity.Zac Medico2007-05-191-6/+3
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-191-2/+14
* Avoid permission errors when trying to lock repo_path. Note that the lock fi...Zac Medico2007-05-191-1/+6
* For bug #176539, add a "manifest" target to repoman so that there's a simple ...Zac Medico2007-05-191-2/+16
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
* Fall back to pickle if cPickle is unavailable. Thanks to Michael Haubenwalln...Zac Medico2007-05-181-1/+5
* Only show extra whitespace where there are some news items to display.Zac Medico2007-05-181-4/+6
* Catch a potential OSError if the child process has already died.Zac Medico2007-05-181-1/+4
* Update for glep42, preserve-libs and elogMarius Mauch2007-05-181-0/+4
* Enable elog functionality for the python side of portageMarius Mauch2007-05-1810-119/+213
* Display notification about unread news in all situations specified by glep 42Marius Mauch2007-05-181-16/+28
* - store newsid in unread file, not the path to the news itemMarius Mauch2007-05-181-52/+52
* Add registration support for preserved library objects, move the library->con...Marius Mauch2007-05-182-45/+168
* Check to see if I have svn.g.o fixed, no actual file changes, pass #2Robin H. Johnson2007-05-181-1/+1
* Check to see if I have svn.g.o fixed, no actual file changes.Robin H. Johnson2007-05-181-1/+1
* wrap linesZac Medico2007-05-171-9/+9
* For bug #162404, use a pseudo-terminal device pair (instead of a normal pipe)...Zac Medico2007-05-171-25/+47
* Don't protect USE_EXPAND variables from -* anymore because the really critica...Zac Medico2007-05-161-1/+1
* fix syntax (merged from branches/prefix r6534)Zac Medico2007-05-141-1/+1
* For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty.Zac Medico2007-05-131-2/+5
* the profile check is spammy and should be squelched when --quiet is givenAlec Warner2007-05-131-1/+2
* remove old importZac Medico2007-05-131-1/+0
* import dispatch_conf from the new namespaceZac Medico2007-05-131-1/+1
* tabs -> spacesZac Medico2007-05-131-3/+3
* Fix the varexpand quotes tests since quotes are no longer removed by this fun...Zac Medico2007-05-131-2/+2
* Add TODO note about support for blocks within slots. Thanks to Brian Harring...Zac Medico2007-05-121-6/+5
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ...Zac Medico2007-05-122-4/+4
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be...Zac Medico2007-05-101-3/+4
* Make sure FEATURES=test and USE=test are consistently enabled for all request...Zac Medico2007-05-101-8/+9
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-101-1/+6
* fix typo from previous commitZac Medico2007-05-091-1/+1
* For bug #177763, document that FEATURES=keepwork can interfere with normal em...Zac Medico2007-05-091-1/+4
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-092-0/+5
* fix spacing in loadersAlec Warner2007-05-091-3/+3
* For bug #177591, increase shell compatibility by preserving quotes in varexpa...Zac Medico2007-05-081-2/+4
* For bug #177601, add a reference the --verbose option documentation in the OU...Zac Medico2007-05-081-1/+2
* antarus fears it, and fears it oftenAlec Warner2007-05-081-6/+6
* imports are one module per line, remove type module in favor of the new hotne...Alec Warner2007-05-081-9/+14
* Honestly if they are missing sys, that error message probably won't help any ...Alec Warner2007-05-081-6/+1
* validators++Alec Warner2007-05-082-11/+15
* Prevent blockers that are only partially resolvable by merge order from accid...Zac Medico2007-05-071-1/+10
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_...Zac Medico2007-05-061-9/+15