summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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