summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix "arguments" spelling.v2.2_rc33Zac Medico2009-05-031-1/+1
| | | | svn path=/main/trunk/; revision=13608
* Bug #268398 - Document econf's automatic die behavior.Zac Medico2009-05-031-2/+3
| | | | svn path=/main/trunk/; revision=13600
* Clarify RESTRICT=bindist docs by referring to 'built' packages. Thanks toZac Medico2009-04-291-1/+1
| | | | | | Thomas Sachau <tommy@g.o> for reporting. svn path=/main/trunk/; revision=13414
* Fix die() usage in ebuild phase examples. Thanks to Jeremy OlexaZac Medico2009-01-251-4/+3
| | | | | | <darkside@g.o> for this patch. svn path=/main/trunk/; revision=12556
* Specify that metadata variable values should only contain ASCII as per GLEP 31.Zac Medico2008-12-291-0/+3
| | | | svn path=/main/trunk/; revision=12367
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings ↵Zac Medico2008-12-241-0/+5
| | | | | | | | about pre-stripped files. svn path=/main/trunk/; revision=12296
* Add a note about negative IUSE default settings being ineffective givenZac Medico2008-11-231-1/+3
| | | | | | | the default USE_ORDER setting which causes profile and user configuration settings to override them. svn path=/main/trunk/; revision=12057
* Use a table to condense the docs for the default_* phase functions.Zac Medico2008-11-141-23/+22
| | | | svn path=/main/trunk/; revision=11902
* Bug #244485 - Document the !!atom blocker syntax.Zac Medico2008-11-141-0/+6
| | | | svn path=/main/trunk/; revision=11901
* Add newlines so that first lines of tables display properly with man2html.Zac Medico2008-11-141-0/+2
| | | | svn path=/main/trunk/; revision=11900
* Bug #244485 - Document USE dependencies.Zac Medico2008-11-141-0/+33
| | | | svn path=/main/trunk/; revision=11898
* Bug #244485 - Document SRC_URI arrows for output file customization.Zac Medico2008-11-131-0/+4
| | | | svn path=/main/trunk/; revision=11894
* Rename the "FUNCTIONS" section to "PHASE FUNCTIONS".Zac Medico2008-11-131-1/+1
| | | | svn path=/main/trunk/; revision=11893
* Bug #244485 - Document the default phase function helpers.Zac Medico2008-11-131-0/+29
| | | | svn path=/main/trunk/; revision=11892
* Bug #244485 - Document src_prepare() and src_configure() phase functions.Zac Medico2008-11-131-1/+15
| | | | svn path=/main/trunk/; revision=11891
* Bug #244485 - Document the doman enhancement from bug #222439.Zac Medico2008-11-131-0/+6
| | | | svn path=/main/trunk/; revision=11890
* Fix grammar.Zac Medico2008-10-221-1/+1
| | | | svn path=/main/trunk/; revision=11718
* Document PROPERTIES=interactive.Zac Medico2008-10-221-0/+10
| | | | svn path=/main/trunk/; revision=11716
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-091-1/+1
| | | | svn path=/main/trunk/; revision=11374
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-271-0/+5
| | | | | | | | | | | | | this only works when LDFLAGS contains --hash-style=gnu since in this case the the elf files should not contain .hash sections and we can use scanelf to check whether or not the those sections exist. This adds a QA_DT_HASH variable that is analogous to existing QA control variables documented in the ebuild.5 man page. There is also a complementary QA_STRICT_DT_HASH variable that can be set in make.conf in order to ignore QA_DT_HASH settings in ebuilds. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch which I've tweaked in just a few minor ways. svn path=/main/trunk/; revision=11205
* Remove eblank docs.Zac Medico2008-06-171-4/+0
| | | | svn path=/main/trunk/; revision=10698
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-171-0/+7
| | | | | | | | * Create "Ebuild Helper Functions" section docbook format, including all the functions documented in the ebuild.5 man page. svn path=/main/trunk/; revision=10687
* Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is usedZac Medico2008-02-091-1/+2
| | | | | | as the default expression if none other is given. svn path=/main/trunk/; revision=9313
* Bug #208743 - Clarify dosed docs to indicate that sed is performedZac Medico2008-02-081-1/+1
| | | | | | in place of a file in ${D}. svn path=/main/trunk/; revision=9287
* Bug #203887 - Implement RESTRICT=installsources for binaries that areZac Medico2008-01-111-0/+4
| | | | | | not compatible with debugedit. svn path=/main/trunk/; revision=9167
* Document that docinto works for dohtml.Zac Medico2007-12-291-1/+2
| | | | svn path=/main/trunk/; revision=9109
* Document dohtml -p. Thanks to robbat2 for reporting.Zac Medico2007-11-221-1/+1
| | | | svn path=/main/trunk/; revision=8599
* Document IUSE defaults.Zac Medico2007-10-051-1/+5
| | | | svn path=/main/trunk/; revision=7966
* Document SLOT dependencies.Zac Medico2007-10-051-0/+12
| | | | svn path=/main/trunk/; revision=7962
* Fix spelling of backward.Zac Medico2007-10-051-1/+1
| | | | svn path=/main/trunk/; revision=7950
* Document the EAPI variable.Zac Medico2007-10-051-0/+11
| | | | svn path=/main/trunk/; revision=7949
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml.Zac Medico2007-08-221-1/+1
| | | | svn path=/main/trunk/; revision=7653
* For bug #139670, update the dohtml docs to show all supported file ↵Zac Medico2007-07-301-2/+2
| | | | | | extensions. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. svn path=/main/trunk/; revision=7432
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-301-5/+9
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100
* 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
* Add ECONF_SOURCE to the econf docs.Zac Medico2007-06-051-1/+1
| | | | svn path=/main/trunk/; revision=6733
* 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
* remove references to EXEDESTTREEMike Frysinger2007-04-071-6/+6
| | | | svn path=/main/trunk/; revision=6350
* 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
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes ↵Zac Medico2007-01-141-140/+145
| | | | | | 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
* Remove RESTRICT=sandbox docs until bug #161045 is resolvedMarius Mauch2007-01-111-3/+0
| | | | svn path=/main/trunk/; revision=5542
* Add elog related variables to make.conf(5) with a pointer to ↵Marius Mauch2007-01-101-3/+8
| | | | | | make.conf.example. Add elog() description to ebuild(5) and update einfo() description. svn path=/main/trunk/; revision=5506
* 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
* recommend people use `emake` rather than `make` when installing with DESTDIRMike Frysinger2006-10-311-1/+1
| | | | svn path=/main/trunk/; revision=4889
* document ROOT #144331Mike Frysinger2006-08-191-0/+5
| | | | svn path=/main/trunk/; revision=4309
* Remove the dopython docs for bug #141935.Zac Medico2006-08-071-3/+0
| | | | svn path=/main/trunk/; revision=4186
* Remove dojar docs for bug #108517.Zac Medico2006-08-021-4/+0
| | | | svn path=/main/trunk/; revision=4090