summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml. (trunk...Zac Medico2007-08-222-4/+5
* filter out kernel modules from ELF QA checks #184443 (trunk r7645)Zac Medico2007-08-191-4/+5
* remove "risky" message about -O2 (trunk r7644)Zac Medico2007-08-192-6/+2
* Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647)Zac Medico2007-08-191-1/+3
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Make etc-update copy owner and group bits when it merges config files. (trunk...Zac Medico2007-08-161-1/+3
* make -f/-F distinction clearer (trunk r7632)Zac Medico2007-08-161-3/+2
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-35/+25
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* Add some floating point vercmp cases. (trunk r7622)Zac Medico2007-08-151-1/+4
* For bug #188807, add nocreate and delaycompress options for logrotate. (trunk...Zac Medico2007-08-151-0/+2
* 'decent' CFLAGS should not feature -O3. Bug 188619 (trunk r7595:7597)Zac Medico2007-08-155-9/+9
* For bug #188449, since python floats have limited range, we multiply both flo...Zac Medico2007-08-151-2/+11
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension. (trunk r7602)Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* For bug #188559, invalidate dblink._contents_inodes as necessary to prevent F...Zac Medico2007-08-121-0/+6
* Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily w...Zac Medico2007-08-111-1/+12
* Don't generate a QA Notice if the ${S} directory doesn't exist since it might...Zac Medico2007-08-101-3/+0
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-062-3/+6
* For bug #187795, remove pointless digest.disjointed and digest.notadded warni...Zac Medico2007-08-061-12/+0
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first. (trun...Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741. (trunk r7564)Zac Medico2007-08-041-1/+4
* Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exis...Zac Medico2007-08-041-0/+9
* Remove the depend phase from the doebuild actionmap since it's never used. (t...Zac Medico2007-08-041-2/+0
* Make droppriv for the depend phase conditional on userpriv in FEATURES. (trun...Zac Medico2007-08-031-2/+4
* In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode j...Zac Medico2007-08-031-15/+11
* For bug #187518, handle EISDIR thrown from mkdir when the directory already e...Zac Medico2007-08-021-1/+1
* For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)Zac Medico2007-08-021-1/+1
* Fix TestCase import.Zac Medico2007-08-011-1/+1
* Copy the portage.spawn() test from trunk.Zac Medico2007-08-011-0/+36
* Like older versions of portage, don't show the repo display if [0] is all tha...Zac Medico2007-08-011-2/+4
* For bug #187375, handle an ImportError when portage is downgraded to a versio...Zac Medico2007-08-011-2/+6
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* As a workaround for bug #185305, make quickpkg break hardlinks during creatio...Zac Medico2007-07-301-0/+3
* For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP...Zac Medico2007-07-301-1/+1
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-302-2/+8
* For bug #186960, try to create a directory for $ROOT if it doesn't exist. (tr...Zac Medico2007-07-301-0/+1
* Always pass a dbapi instance into a setcpv call. (trunk r7496)Zac Medico2007-07-301-1/+1
* For bug #139670, update the dohtml docs to show all supported file extensions...Zac Medico2007-07-301-2/+2
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-303-46/+40
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-293-4/+12
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the s...Zac Medico2007-07-291-2/+10
* For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)Zac Medico2007-07-281-3/+10
* When the fetch phase fails inside doebuild(), create an eerror log since the ...v2.1.3Zac Medico2007-07-281-0/+13
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+14