summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-07-301-1/+8
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-07-302-4/+31
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, branches/2.1.2 r7005...Zac Medico2007-07-301-2/+6
* dont break when the binhost url doesn't end with a slash (bug #144440, branch...Zac Medico2007-07-301-51/+24
* change default diff_command for emacs (bug #147558, branches/2.1.2 r7001)Zac Medico2007-07-300-0/+0
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-07-301-0/+8
* Document RESTRICT=bindist and add a note about allowance for conditional synt...Zac Medico2007-07-301-0/+4
* Clean up the profile masking code. (branches/2.1.2 r6936)Zac Medico2007-07-301-9/+5
* cache the result of --suffix to reduce testing overhead as suggested by Mr_Bo...Zac Medico2007-07-300-0/+0
* Add support for RSYNC_EXTRA_OPTS to webrsync (branches/2.1.2 r6927)Zac Medico2007-07-301-2/+2
* Some minor fixes for manifest code (branches/2.1.2 r6923)Zac Medico2007-07-301-10/+4
* Display message about --buildpkgonly restriction in pretend mode as well (bra...Zac Medico2007-07-301-0/+5
* default --help should be usable, so make the extended output require --verbos...Zac Medico2007-07-301-7/+4
* fix grammar in error output (branches/2.1.2 r6905)Zac Medico2007-07-301-1/+1
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ...Zac Medico2007-07-301-8/+11
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-304-15/+28
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-07-301-6/+16
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-07-301-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-07-301-0/+6
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-07-301-0/+4
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-07-301-2/+2
* For bug #182157, never chmod 0 symlinks before unlinking them. (branches/2.1....Zac Medico2007-07-301-1/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-07-301-2/+10
* Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)Zac Medico2007-07-301-1/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-07-301-9/+17
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-07-302-32/+37
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-07-302-4/+16
* For bug #181551, support slot deps in package.keywords. (branches/2.1.2 r6791)Zac Medico2007-07-301-3/+5
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-07-301-1/+2
* For bug #152828, run -ldconfig when != . (branches/2.1.2 r6771)Zac Medico2007-07-301-10/+20
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-07-301-110/+27
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-07-301-63/+38
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-302-17/+30