summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a typo.Zac Medico2007-09-261-1/+1
| | | | svn path=/main/trunk/; revision=7840
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-131-1/+2
| | | | | | FEATURES=assume-digests docs. svn path=/main/trunk/; revision=7778
* Add some additional notes about the behavior of FEATURES=assume-digests underZac Medico2007-09-131-1/+5
| | | | | | various conditions. svn path=/main/trunk/; revision=7777
* Document FEATURES=webrsync-gpg. Thanks to Arfrever Frehtes Taifersar ↵Zac Medico2007-08-061-0/+3
| | | | | | Arahesis in bug #130039. svn path=/main/trunk/; revision=7582
* Update USE_ORDER docs for bug #187016.Zac Medico2007-07-291-2/+10
| | | | svn path=/main/trunk/; revision=7428
* Add FEATURES=fakeroot support which causes install and package phases to run ↵Zac Medico2007-07-231-0/+4
| | | | | | inside fakeroot when a non-root user runs the ebuild command. Thanks to swegener for the initial patch. svn path=/main/trunk/; revision=7379
* 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-301-5/+8
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100
* 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
* 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
* 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
* 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
* 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
* Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now.Zac Medico2007-03-281-1/+1
| | | | svn path=/main/trunk/; revision=6303
* 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
* 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
* 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
* 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-141-33/+39
| | | | | | 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
* Add elog related variables to make.conf(5) with a pointer to ↵Marius Mauch2007-01-101-0/+13
| | | | | | make.conf.example. Add elog() description to ebuild(5) and update einfo() description. svn path=/main/trunk/; revision=5506
* 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
* Fix the USE_ORDER docs for bug #153764. Thanks to Alec Warner for the ↵Zac Medico2006-11-021-7/+22
| | | | | | initial patch. svn path=/main/trunk/; revision=4912
* Remove ACCEPT_LICENSE docs until they're really implemented.Zac Medico2006-10-251-6/+0
| | | | svn path=/main/trunk/; revision=4813
* Add some ACCEPT_LICENSE docs.Zac Medico2006-10-221-0/+6
| | | | svn path=/main/trunk/; revision=4797
* For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.Zac Medico2006-10-081-6/+1
| | | | svn path=/main/trunk/; revision=4618
* Update CONFIG_PROTECT docs to reflect that files are now supported.Zac Medico2006-09-291-4/+4
| | | | svn path=/main/trunk/; revision=4565
* Update installsources docs for bug #149491.Zac Medico2006-09-291-2/+2
| | | | svn path=/main/trunk/; revision=4564
* Document the new COLLISION_IGNORE variable.Zac Medico2006-09-291-0/+6
| | | | svn path=/main/trunk/; revision=4563
* document FEATURES=buildsyspkg #147729Mike Frysinger2006-09-161-0/+3
| | | | svn path=/main/trunk/; revision=4463
* note that you need to use an absolute path for ROOT #147427 by Brad PlantMike Frysinger2006-09-141-1/+1
| | | | svn path=/main/trunk/; revision=4443
* some INSTALL_MASK docs by compnerdMike Frysinger2006-08-191-0/+7
| | | | svn path=/main/trunk/; revision=4308
* Add notes about nostrip and installsources to the splitdebug docs.Zac Medico2006-08-051-1/+2
| | | | svn path=/main/trunk/; revision=4157
* Add some docs for the installsources feature.Zac Medico2006-08-051-0/+4
| | | | svn path=/main/trunk/; revision=4156