summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7115
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-011-9/+14
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. (trunk r7112) svn path=/main/branches/2.1.2/; revision=7113
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-306-16/+125
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. (trunk r7100) svn path=/main/branches/2.1.2/; revision=7101
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-281-0/+6
| | | | svn path=/main/branches/2.1.2/; revision=7082
* Clarify RESUMECOMMAND requirements. (trunk r7005)Zac Medico2007-06-241-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=7007
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and ↵Zac Medico2007-06-241-1/+3
| | | | | | r7003:7005). svn path=/main/branches/2.1.2/; revision=7006
* Document RESTRICT=bindist and add a note about allowance for conditional ↵Zac Medico2007-06-221-0/+4
| | | | | | syntax. (trunk r6954) svn path=/main/branches/2.1.2/; revision=6957
* remove confcache docs (trunk r5802)Zac Medico2007-06-222-7/+0
| | | | svn path=/main/branches/2.1.2/; revision=6925
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ↵Zac Medico2007-06-211-8/+11
| | | | | | ||() as noted by ferringb (trunk r6324) svn path=/main/branches/2.1.2/; revision=6904
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge ↵Zac Medico2007-06-131-0/+5
| | | | | | to remove files more aggressively. If a file is not claimed by another package in the same slot and it is not protected by CONFIG_PROTECT, unmerge it even if the modification time or checksum differs from the file that was originally installed. This is enabled in make.globals since the vast majority of users probably want this. (trunk r6829) svn path=/main/branches/2.1.2/; revision=6830
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-1/+5
| | | | | | reporting. (trunk r6810) svn path=/main/branches/2.1.2/; revision=6811
* For bug #156536, update --resume docs to show that the resume history is ↵Zac Medico2007-06-081-3/+7
| | | | | | capable of storing two merge lists. (trunk r6742) svn path=/main/branches/2.1.2/; revision=6762
* Add ECONF_SOURCE to the econf docs. (trunk r6733)Zac Medico2007-06-081-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6755
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (trunk r6732)Zac Medico2007-06-081-0/+4
| | | | svn path=/main/branches/2.1.2/; revision=6754
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The ↵Zac Medico2007-05-281-0/+6
| | | | | | default is 15 seconds and it can be disabled by setting it to 0. (trunk r6650) svn path=/main/branches/2.1.2/; revision=6651
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-231-2/+2
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. (trunk r6522:6523) svn path=/main/branches/2.1.2/; revision=6602
* For bug #177601, add a reference the --verbose option documentation in the ↵Zac Medico2007-05-231-1/+2
| | | | | | OUTPUT section. svn path=/main/branches/2.1.2/; revision=6601
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵Zac Medico2007-05-101-1/+5
| | | | | | be reused. (trunk r6518:6519) svn path=/main/branches/2.1.2/; revision=6520
* document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471)v2.1.2.6Zac Medico2007-05-051-0/+7
| | | | svn path=/main/branches/2.1.2/; revision=6476
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-281-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. (trunk r6441:6442) svn path=/main/branches/2.1.2/; revision=6448
* document new version suffix style #166522 (trunk r6394:6395)Zac Medico2007-04-141-7/+8
| | | | svn path=/main/branches/2.1.2/; revision=6398
* cleanup example ebuild to be more representative of a good ebuild #174260 by ↵Zac Medico2007-04-121-11/+7
| | | | | | Timothy Redaelli (trunk r6378:6379) svn path=/main/branches/2.1.2/; revision=6382
* remove references to EXEDESTTREE (trunk r6349:6350)Zac Medico2007-04-121-6/+6
| | | | svn path=/main/branches/2.1.2/; revision=6376
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config (trunk ↵Zac Medico2007-04-121-0/+46
| | | | | | r6348:6349) svn path=/main/branches/2.1.2/; revision=6375
* tell people that the FILES section is not supposed to be complete (and sneak ↵Zac Medico2007-04-121-8/+10
| | | | | | in a few style fixups) (trunk r6347:6348) svn path=/main/branches/2.1.2/; revision=6374
* remove references to DOCDESTTREE and INSDESTTREE (trunk r6345:6346)Zac Medico2007-04-121-8/+9
| | | | svn path=/main/branches/2.1.2/; revision=6373
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. ↵Zac Medico2007-03-281-1/+1
| | | | | | (trunk r6302:6303) svn path=/main/branches/2.1.2/; revision=6304
* update --help example to match current behavior #168678 by Arthur Hagen ↵Zac Medico2007-03-031-1/+1
| | | | | | (trunk r6099:6100) svn path=/main/branches/2.1.2/; revision=6139
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. (trunk r6087:6088) svn path=/main/branches/2.1.2/; revision=6089
* Document --config-root for bug #165334. (trunk r5888:5889)Zac Medico2007-02-051-2/+7
| | | | svn path=/main/branches/2.1.2/; revision=5899
* add warning about storing data in PORTDIR (trunk r5865:5866)Zac Medico2007-02-031-3/+9
| | | | svn path=/main/branches/2.1.2/; revision=5884
* Add new ** for package.keywords token to bypass keyword visibility layer ↵Zac Medico2007-01-231-9/+17
| | | | | | (trunk r5758:5760) svn path=/main/branches/2.1.2/; revision=5762
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. ↵Zac Medico2007-01-211-7/+7
| | | | | | (trunk r5741:5742) svn path=/main/branches/2.1.2/; revision=5744
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5663
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
| | | | svn path=/main/trunk/; revision=5649
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
| | | | svn path=/main/trunk/; revision=5648
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted ↵Zac Medico2007-01-141-1/+3
| | | | | | filesystem mirrors. svn path=/main/trunk/; revision=5644
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes ↵Zac Medico2007-01-142-173/+184
| | | | | | CATEGORY, and lots of style/syntax fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <FFTA@WP.PL> from bug #161979. svn path=/main/trunk/; revision=5643
* Document PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.Zac Medico2007-01-131-0/+7
| | | | svn path=/main/trunk/; revision=5626
* Add note that any value enables EPAUSE_IGNOREMarius Mauch2007-01-111-0/+1
| | | | svn path=/main/trunk/; revision=5552
* Update CCACHE docs, patch by Ryan Hill (bug #156865)Marius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5543
* Remove RESTRICT=sandbox docs until bug #161045 is resolvedMarius Mauch2007-01-111-3/+0
| | | | svn path=/main/trunk/; revision=5542
* Make env variable example about USE shell independentMarius Mauch2007-01-101-2/+3
| | | | svn path=/main/trunk/; revision=5510
* Add elog related variables to make.conf(5) with a pointer to ↵Marius Mauch2007-01-102-3/+21
| | | | | | make.conf.example. Add elog() description to ebuild(5) and update einfo() description. svn path=/main/trunk/; revision=5506
* For bug #161003, disallow virtuals in package.provided and document it. ↵Zac Medico2007-01-091-0/+5
| | | | | | Thanks to Robin Johnson <robbat2@gentoo.org> for the initial patch. svn path=/main/trunk/; revision=5502
* Update emerge --metadata docs for more clarity.Zac Medico2006-12-281-4/+6
| | | | svn path=/main/trunk/; revision=5404
* try to give the emerge manpage a facelift, upgrade clean and prune docs, ↵Alec Warner2006-12-281-39/+42
| | | | | | change 'dependency' to 'atom', other minor fixes svn path=/main/trunk/; revision=5401
* Manpage fix for bug # 158983, thanks to Fabio Correa for the patchAlec Warner2006-12-241-1/+1
| | | | svn path=/main/trunk/; revision=5369
* Remove all traces of FEATURES=cvs since code for that feature no longer ↵Zac Medico2006-12-081-4/+0
| | | | | | exists (apparently since portage-2.1). svn path=/main/trunk/; revision=5228
* Update the RESTRICT=binchecks docs. Thanks to jakub for the suggestion and ↵Zac Medico2006-12-041-2/+5
| | | | | | antarus for the patch. svn path=/main/trunk/; revision=5168