summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Document the additional color classes for bug #183861.Zac Medico2007-07-051-0/+16
| | | | svn path=/main/trunk/; revision=7150
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.Zac Medico2007-07-011-1/+1
| | | | svn path=/main/trunk/; revision=7114
* 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. svn path=/main/trunk/; revision=7112
* 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. svn path=/main/trunk/; revision=7100
* For bug #144333, document the new --reinstall=changed-use option.Zac Medico2007-06-281-0/+6
| | | | svn path=/main/trunk/; revision=7081
* Clarify RESUMECOMMAND requirements.Zac Medico2007-06-241-1/+3
| | | | svn path=/main/trunk/; revision=7005
* Update the FETCHCOMMAND docs to indicate that the command should be +written ↵Zac Medico2007-06-241-1/+2
| | | | | | to place the fetched file at ${DISTDIR}/${FILE}. svn path=/main/trunk/; revision=7004
* Add a pointer from FETCHCOMMAND to RESUMECOMMAND (bug #141550)Marius Mauch2007-06-231-0/+1
| | | | svn path=/main/trunk/; revision=6980
* Remove confcache docs.Zac Medico2007-06-221-3/+0
| | | | svn path=/main/trunk/; revision=6956
* Document RESTRICT=bindist and add a note about allowance for conditional syntax.Zac Medico2007-06-221-0/+4
| | | | svn path=/main/trunk/; revision=6954
* 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. svn path=/main/trunk/; revision=6829
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for ↵Zac Medico2007-06-111-1/+5
| | | | | | reporting. svn path=/main/trunk/; revision=6809
* For bug #156536, update --resume docs to show that the resume history is ↵Zac Medico2007-06-061-3/+7
| | | | | | capable of storing two merge lists. svn path=/main/trunk/; revision=6742
* Add ECONF_SOURCE to the econf docs.Zac Medico2007-06-051-1/+1
| | | | svn path=/main/trunk/; revision=6733
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057.Zac Medico2007-06-051-0/+4
| | | | svn path=/main/trunk/; revision=6732
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI ↵Zac Medico2007-06-021-3/+16
| | | | | | header field for the Packages index. If the URI header field is defined then the client will use it as a base URI for fetching packages. svn path=/main/trunk/; revision=6725
* 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. svn path=/main/trunk/; revision=6650
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ↵Zac Medico2007-05-121-2/+2
| | | | | | automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. svn path=/main/trunk/; revision=6523
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to ↵Zac Medico2007-05-101-3/+4
| | | | | | be reused. svn path=/main/trunk/; revision=6519
* fix typo from previous commitZac Medico2007-05-091-1/+1
| | | | svn path=/main/trunk/; revision=6512
* For bug #177763, document that FEATURES=keepwork can interfere with normal ↵Zac Medico2007-05-091-1/+4
| | | | | | emerge operation. svn path=/main/trunk/; revision=6511
* For bug #177601, add a reference the --verbose option documentation in the ↵Zac Medico2007-05-081-1/+2
| | | | | | OUTPUT section. svn path=/main/trunk/; revision=6504
* document the behavior of `ebuild` wrt FEATURES=noauto #175444Mike Frysinger2007-05-021-0/+7
| | | | svn path=/main/trunk/; revision=6471
* In the installsources docs, note that CFLAGS needs to be set to include ↵Zac Medico2007-04-261-1/+2
| | | | | | debug information. Thanks to tigger^ for reporting. svn path=/main/trunk/; revision=6442
* document new version suffix style #166522Mike Frysinger2007-04-141-7/+8
| | | | svn path=/main/trunk/; revision=6395
* cleanup example ebuild to be more representative of a "good" ebuild #174260 ↵Mike Frysinger2007-04-121-11/+7
| | | | | | by Timothy Redaelli svn path=/main/trunk/; revision=6379
* Update the FEATURES=strict docs for better clarity. Thanks to taviso for ↵Zac Medico2007-04-091-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=6357
* remove references to EXEDESTTREEMike Frysinger2007-04-071-6/+6
| | | | svn path=/main/trunk/; revision=6350
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/configMike Frysinger2007-04-071-0/+46
| | | | svn path=/main/trunk/; revision=6349
* tell people that the FILES section is not supposed to be complete (and sneak ↵Mike Frysinger2007-04-071-8/+10
| | | | | | in a few style fixups) svn path=/main/trunk/; revision=6348
* remove references to DOCDESTTREE and INSDESTTREEMike Frysinger2007-04-071-8/+9
| | | | svn path=/main/trunk/; revision=6346
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ↵Mike Frysinger2007-03-301-8/+11
| | | | | | ||() as noted by ferringb svn path=/main/trunk/; revision=6324
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6303
* Remove profile masking of system packages from the docs.Zac Medico2007-03-091-9/+6
| | | | svn path=/main/trunk/; revision=6198
* update --help example to match current behavior #168678 by Arthur HagenMike Frysinger2007-02-281-1/+1
| | | | svn path=/main/trunk/; revision=6100
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so ↵Zac Medico2007-02-271-1/+1
| | | | | | that hardlinks are automatically broken. svn path=/main/trunk/; revision=6088
* Update modules doc for the new portage namespace.Zac Medico2007-02-061-1/+1
| | | | svn path=/main/trunk/; revision=5906
* Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in ↵Zac Medico2007-02-061-0/+3
| | | | | | bug #164617. svn path=/main/trunk/; revision=5904
* Document --config-root for bug #165334.Zac Medico2007-02-051-2/+7
| | | | svn path=/main/trunk/; revision=5889
* add warning about storing data in PORTDIRAlec Warner2007-02-011-0/+9
| | | | svn path=/main/trunk/; revision=5866
* Add a warning about confcache to make.conf(5)Marius Mauch2007-01-281-4/+0
| | | | svn path=/main/trunk/; revision=5802
* Update package.keywords section in portage(5) with info about new ** tokenMarius Mauch2007-01-231-9/+17
| | | | svn path=/main/trunk/; revision=5760
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647.Zac Medico2007-01-201-7/+7
| | | | svn path=/main/trunk/; revision=5742
* 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