summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable EAPI 3 and deprecate EAPI 3_pre2.Zac Medico2010-01-291-10/+10
| | | | svn path=/main/trunk/; revision=15221
* * Fix type in econf --host argument.Zac Medico2009-12-121-18/+20
| | | | | | | * Add missing econf --build and --target arguments. * Use tabs instead of spaces for indentation. svn path=/main/trunk/; revision=15048
* Update for EAPI 3_pre2.Zac Medico2009-12-121-6/+93
| | | | svn path=/main/trunk/; revision=15043
* Bug #272063 - Use <para> elements inside <listitem> elements.Zac Medico2009-06-071-22/+18
| | | | svn path=/main/trunk/; revision=13630
* Document EAPI 3_pre1.Zac Medico2009-02-092-0/+16
| | | | svn path=/main/trunk/; revision=12597
* Note that USE dependencies appear on the right hand side of SLOT dependencies.Zac Medico2008-11-141-0/+4
| | | | svn path=/main/trunk/; revision=11899
* Rename the EAPI 2 docs and to indicate that they are no longer a draft, andZac Medico2008-09-261-298/+19
| | | | | | remove the EAPI 2_pre* docs. svn path=/main/trunk/; revision=11551
* Add a "EAPI 2_pre3" section to show what's changed.Zac Medico2008-09-201-0/+61
| | | | svn path=/main/trunk/; revision=11523
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-181-58/+0
| | | | | | are not included in the current EAPI 2 draft. svn path=/main/trunk/; revision=11515
* Remove docs for the proposed eapi* default phase functions since they areZac Medico2008-09-111-61/+0
| | | | | | unpopular. svn path=/main/trunk/; revision=11502
* Remove docs for the proposed unpack() gitweb snapshot extension since it'sZac Medico2008-09-111-12/+0
| | | | | | unpopular. svn path=/main/trunk/; revision=11501
* Split the doman language code documentation into it's own section.Zac Medico2008-09-041-0/+3
| | | | svn path=/main/trunk/; revision=11495
* Document EAPI 2 support in the unpack helper function for gitweb snapshots.Zac Medico2008-09-041-0/+12
| | | | | | A patch implementing this feature has been submitted by Daniel Robbins. svn path=/main/trunk/; revision=11494
* Add EAPI 2 documentation for customization of output file names in SRC_URIZac Medico2008-09-041-0/+14
| | | | | | (bug #177863). svn path=/main/trunk/; revision=11493
* Nest the EAPI 2 "Dependencies" section inside a "Metadata" section.Zac Medico2008-09-041-7/+10
| | | | svn path=/main/trunk/; revision=11492
* s/blocking/conflicting/ for consistencyZac Medico2008-09-041-1/+1
| | | | svn path=/main/trunk/; revision=11491
* Document EAPI 2 blocker atom extensions (not yet implemented).Zac Medico2008-09-041-0/+28
| | | | svn path=/main/trunk/; revision=11490
* Nest the EAPI 2 "USE Dependencies" section inside a "Dependencies" section.Zac Medico2008-09-041-3/+6
| | | | svn path=/main/trunk/; revision=11489
* Add a new "EAPI 2 Draft" section which unifies the content of the EAPI 2_pre*Zac Medico2008-09-031-6/+285
| | | | | | sections. svn path=/main/trunk/; revision=11487
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-1/+14
| | | | | | | and src_configure (and bump EAPI to 2_pre3). Thanks to Ciaran McCreesh for the suggestion. svn path=/main/trunk/; revision=11454
* Add an 'IUSE defaults' section.Zac Medico2008-08-191-0/+8
| | | | svn path=/main/trunk/; revision=11438
* Create a single EAPI section to contain all of the EAPI subsections andZac Medico2008-08-126-60/+63
| | | | | | | replace sect[1-3] elements with "section" elements which have unbounded depth. svn path=/main/trunk/; revision=11402
* Add sample code for the new src_configure and src_compile phase functions.Zac Medico2008-08-101-0/+13
| | | | svn path=/main/trunk/; revision=11385
* Document the differences between EAPIs 0 and 1.Zac Medico2008-08-102-0/+67
| | | | svn path=/main/trunk/; revision=11384
* Add new sections for EAPI 0 and 1 (currently empty).Zac Medico2008-08-103-0/+8
| | | | svn path=/main/trunk/; revision=11383
* Add missing default_src_configure() function to table. Thanks to Arfrever.Zac Medico2008-08-081-0/+3
| | | | svn path=/main/trunk/; revision=11353
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-081-2/+85
| | | | | | new eapi* functions. svn path=/main/trunk/; revision=11351
* Add support in EAPI 2_pre2 for a function named "default" is redefined forZac Medico2008-08-071-0/+10
| | | | | | | | each phase so that it will call the default_* function corresponding to the current phase. Thanks to Thomas Anderson <gentoofan23> for the initial patch. svn path=/main/trunk/; revision=11342
* Add some docs for EAPI 2_pre2.Zac Medico2008-08-041-1/+69
| | | | svn path=/main/trunk/; revision=11328
* Update foo[!bar=] syntax.Zac Medico2008-07-301-1/+1
| | | | svn path=/main/trunk/; revision=11283
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-301-3/+3
| | | | | | | | | | | | | | Conditional syntax examples: Compact Form Equivalent Expanded Form foo[bar?] bar? ( foo[bar] ) !bar? ( foo ) foo[!bar?] bar? ( foo ) !bar? ( foo[-bar] ) foo[bar=] bar? ( foo[bar] ) !bar? ( foo[-bar] ) foo[!bar=] bar? ( foo[-bar] ) !bar? ( foo[bar] ) svn path=/main/trunk/; revision=11274
* Add syntax examples for unconditional USE deps.Zac Medico2008-07-281-0/+29
| | | | svn path=/main/trunk/; revision=11255
* Tweak the conditional USE deps examples.Zac Medico2008-07-281-4/+4
| | | | svn path=/main/trunk/; revision=11253
* Document the doman language code path translation extension from bug #222439.Zac Medico2008-07-281-0/+31
| | | | svn path=/main/trunk/; revision=11252
* Create a table to document conditional USE dependency syntax.Zac Medico2008-07-282-0/+40
| | | | svn path=/main/trunk/; revision=11235
* Remove eblank docs.Zac Medico2008-06-171-7/+0
| | | | svn path=/main/trunk/; revision=10698
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-172-0/+58
| | | | | | | | * Create "Ebuild Helper Functions" section docbook format, including all the functions documented in the ebuild.5 man page. svn path=/main/trunk/; revision=10687
* Add a "Interaction with previous installed version" section to document theZac Medico2008-06-171-0/+57
| | | | | | upgrade/downgrade phase execution order change from bug #226505. svn path=/main/trunk/; revision=10683
* Add some documentation for ebuild phases and pre/post phaseZac Medico2007-12-092-0/+47
hooks that can be defined via bashrc. svn path=/main/trunk/; revision=8876