summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Expand)AuthorAgeFilesLines
* For bug #186639, note that /etc/portage/profile/ supports all of the same fil...Zac Medico2007-07-271-2/+3
* For bug #186639, add more clarification about the relationship between /etc/m...Zac Medico2007-07-271-3/+5
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-241-0/+4
* Document --depclean and --prune enhancements. (trunk r7345)Zac Medico2007-07-221-13/+21
* For bug #185504, document profiles/repo_name. (trunk r7319)Zac Medico2007-07-201-0/+6
* Update --prune docs for bug #151653. (trunk r7315)Zac Medico2007-07-201-6/+4
* Add "reset" to the list of attributes in color.map.5 and add define NORMAL li...Zac Medico2007-07-121-0/+2
* Document PORTAGE_WORKDIR_MODE for bug #8688. (trunk r5904)Zac Medico2007-07-111-0/+3
* Update the FEATURES=strict docs for better clarity. (trunk r6357)Zac Medico2007-07-111-1/+1
* document FEATURES=sesandbox #161985 (trunk r5663)Zac Medico2007-07-111-0/+3
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt. (...Zac Medico2007-07-081-0/+6
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-061-25/+97
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-061-26/+2
* Update the location of output.py for the old namespace.Zac Medico2007-07-051-1/+1
* For bug #183861, allow a color class in color.map to specify a space separate...Zac Medico2007-07-051-0/+16
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-011-1/+1
* For bug #131030, update the warning about potential for emerge --sync overwri...Zac Medico2007-07-011-9/+14
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks to...Zac Medico2007-06-306-16/+125
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-281-0/+6
* Clarify RESUMECOMMAND requirements. (trunk r7005)Zac Medico2007-06-241-1/+3
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and r700...Zac Medico2007-06-241-1/+3
* Document RESTRICT=bindist and add a note about allowance for conditional synt...Zac Medico2007-06-221-0/+4
* remove confcache docs (trunk r5802)Zac Medico2007-06-222-7/+0
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ...Zac Medico2007-06-211-8/+11
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-131-0/+5
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-06-111-1/+5
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-081-3/+7
* Add ECONF_SOURCE to the econf docs. (trunk r6733)Zac Medico2007-06-081-1/+1
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (trunk r6732)Zac Medico2007-06-081-0/+4
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de...Zac Medico2007-05-281-0/+6
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ...Zac Medico2007-05-231-2/+2
* For bug #177601, add a reference the --verbose option documentation in the OU...Zac Medico2007-05-231-1/+2
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be...Zac Medico2007-05-101-1/+5
* document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471)v2.1.2.6Zac Medico2007-05-051-0/+7
* In the installsources docs, note that CFLAGS needs to be set to include debug...Zac Medico2007-04-281-1/+2
* document new version suffix style #166522 (trunk r6394:6395)Zac Medico2007-04-141-7/+8
* cleanup example ebuild to be more representative of a good ebuild #174260 by ...Zac Medico2007-04-121-11/+7
* remove references to EXEDESTTREE (trunk r6349:6350)Zac Medico2007-04-121-6/+6
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config (trunk r6...Zac Medico2007-04-121-0/+46
* tell people that the FILES section is not supposed to be complete (and sneak ...Zac Medico2007-04-121-8/+10
* remove references to DOCDESTTREE and INSDESTTREE (trunk r6345:6346)Zac Medico2007-04-121-8/+9
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. (tr...Zac Medico2007-03-281-1/+1
* update --help example to match current behavior #168678 by Arthur Hagen (trun...Zac Medico2007-03-031-1/+1
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so tha...Zac Medico2007-02-271-1/+1
* Document --config-root for bug #165334. (trunk r5888:5889)Zac Medico2007-02-051-2/+7
* add warning about storing data in PORTDIR (trunk r5865:5866)Zac Medico2007-02-031-3/+9
* Add new ** for package.keywords token to bypass keyword visibility layer (tru...Zac Medico2007-01-231-9/+17
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. ...Zac Medico2007-01-211-7/+7
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4