summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...v2.1.2.12Zac Medico2007-08-171-5/+7
* Make etc-update copy owner and group bits when it merges config files. (branc...Zac Medico2007-08-161-1/+3
* make -f/-F distinction clearer (branches/2.1.2 r7634)Zac Medico2007-08-161-3/+2
* For bug #187016, add env.d to the default USE_ORDER. (branches/2.1.2 r7429)Zac Medico2007-08-163-4/+12
* The "myuse" parameter to depgraph.create() is still needed in this branch.Zac Medico2007-08-161-1/+0
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-32/+25
* Add some floating point vercmp cases. (branches/2.1.2 r7623)Zac Medico2007-08-151-1/+4
* 'decent' CFLAGS should not feature -O3. Bug 188619 (branches/2.1.2 r7608)Zac Medico2007-08-155-18/+17
* 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/+38
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-151-4/+2
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-152-3/+6
* For bug #187795, remove pointless digest.disjointed and digest.notadded warni...Zac Medico2007-08-151-12/+0
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-151-4/+4
* Make sure that portage always has all of it's RDEPENDs installed first. (bran...Zac Medico2007-08-151-0/+7
* Make config updates get counted correctly for bug #187741. (branches/2.1.2 r7...Zac Medico2007-08-151-1/+4
* cd to ${WORKDIR} if the ${S} directory does not exist. (branches/2.1.2 r7557 ...Zac Medico2007-08-151-0/+6
* For bug #187518, handle EISDIR thrown from mkdir when the directory already e...Zac Medico2007-08-021-4/+4
* For bug #187480, fix writemsg args in portdbapi.gvisible(). (branches/2.1.2 r...Zac Medico2007-08-021-1/+1
* In dblink.treewalk(), handle the case where the current cpv is already instal...v2.1.2.11Zac Medico2007-07-311-0/+5
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* Initialize dblink.contentscache to None since getcontents() expects that now.Zac Medico2007-07-301-1/+1
* For bug #186960, try to create a directory for $ROOT if it doesn't exist. (br...Zac Medico2007-07-301-0/+1
* Remove some useless dircache code. (branches/2.1.2 r6819)Zac Medico2007-07-301-6/+1
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-301-6/+22
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-07-301-5/+13
* 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 #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak...Zac Medico2007-07-301-2/+2
* For bug #186639, note that /etc/portage/profile/ supports all of the same fil...Zac Medico2007-07-301-3/+6
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-301-0/+2
* use ${MAKE:-make} rather than make in einstall() (branches/2.1.2 r7404)Zac Medico2007-07-301-2/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-301-5/+5
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-301-1/+1
* For bug #169500, detect when the cvs server puts /Attic/ inside the path and...Zac Medico2007-07-301-0/+17
* For bug #185930, direct all FETCHCOMMAND output to stdout. (branches/2.1.2 r7...Zac Medico2007-07-301-0/+8
* For bug #162923, when digest verification of a distfile fails, rename instead...Zac Medico2007-07-301-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-301-2/+10
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-301-3/+3
* For bug #185504, document profiles/repo_name. (branches/2.1.2 r7320)Zac Medico2007-07-301-13/+5
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren...Zac Medico2007-07-301-0/+3
* Document PORTAGE_WORKDIR_MODE for bug #8688. (branches/2.1.2 r7236)Zac Medico2007-07-301-0/+3
* Update the FEATURES=strict docs for better clarity. (branches/2.1.2 r7235)Zac Medico2007-07-301-1/+1
* document FEATURES=sesandbox #161985 (branches/2.1.2 r7234)Zac Medico2007-07-301-0/+3
* remove readable bits for debug files if the souce ELF is setXid (branches/2.1...Zac Medico2007-07-301-81/+48
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-301-0/+7
* Remove redundant config update notification (bug #184116, branches/2.1.2 r7160)Zac Medico2007-07-301-3/+2
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. (branches/2...Zac Medico2007-07-301-0/+7
* For bug #131030, update the warning about potential for emerge --sync overwri...Zac Medico2007-07-302-11/+26
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ...Zac Medico2007-07-301-33/+82