aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ebuild-writing/functions/src_prepare: Rename epatch chapter to eapplyUlrich Müller2024-04-211-187/+0
| | | | | | Update references throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix internal linksUlrich Müller2023-10-301-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Explicitly specify UTF-8 encoding in XML declarationsUlrich Müller2022-10-091-1/+1
| | | | | | As specified by the DevBook XML guide. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ebuild-writing/functions/src_prepare/epatch: fix whitespaceSam James2021-02-261-1/+1
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ebuild-writing/eapi: Move EAPI=2 information to other sections.Ulrich Müller2020-01-231-21/+2
| | | | | | | | | | | | | | | | - doman language support: incorporated into function-reference/install-functions - Blockers incorporated into general-concepts/dependencies (also say "weak" and "strong" blockers instead of "soft" and "hard", in order to agree with the terms used in PMS) - USE dependencies: already in general-concepts/dependencies - SRC_URI arrows: incorporated into ebuild-writing/variables - src_prepare: already in ebuild-writing/functions/src_prepare - src_configure: already in ebuild-writing/functions/src_configure - Execution order: already in ebuild-writing/functions - Default phase functions moved to ebuild-writing/functions Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Use source form of URI fragment identifiers throughout.Ulrich Müller2020-01-151-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Element <br> is not supported.Ulrich Müller2019-12-081-2/+6
| | | | | | Replace by paragraph break, or drop. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix nesting of elements.Ulrich Müller2019-12-081-1/+2
| | | | | | | | - Lists inside <p> are not allowed. - <ul> is not a direct child of <ul>; it must be inside <li>. - <p>, <note>, etc. are no children of <p>. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ebuild-writing/.../epatch: eapply does't support compressed files.Ulrich Müller2019-08-111-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Tidy up formatting, links and typo for BDEPENDBrian Evans2018-10-241-3/+3
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* ebuild-writing/epatch: Fix typoBrian Evans2018-10-241-1/+1
| | | | | | "olds ebuild" -> "old ebuilds" Signed-off-by: Brian Evans <grknight@gentoo.org>
* Fix XML syntax in epatch documentBrian Evans2018-10-241-2/+2
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Clean up whitespace, syntax and wordingsBrian Evans2018-10-241-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Change src_prepare/epatch document to include eapply as wellBrian Evans2018-10-241-3/+60
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* Change the indentation for ebuild <codesample/> snippets from spaces to tabsGöktürk Yüksek2018-01-031-12/+12
|
* ebuild-writing: Delete obsolete sections about CVS keyword expansion.Ulrich Müller2017-02-281-14/+0
| | | | | Git doesn't by default expand any keywords like $Id$ or $Date$, so patches can be committed like any other file.
* ebuild-writing/.../epatch: use the term 'inherit' as opposed to importGöktürk Yüksek2016-06-181-1/+1
| | | | Reported-by: Amy Winston <amynka@gentoo.org>
* ebuild-writing/.../epatch: suggest compressing patches with xzGöktürk Yüksek2016-06-151-5/+8
| | | | | | | | | | With app-arch/xz-utils being in @system, suggest patches to be compressed with xz as it achieves higher compression rates than bzip2. Also replace 'files/' with '${FILESDIR}' and add a link to the variables page. Reported-by: dracwyrm <j.scruggs@gmail.com>
* Update years in example ebuild and eclass headers.Ulrich Müller2016-04-021-2/+2
| | | | Also escape any VCS keywords that could potentially be expanded.
* Update header linesJohannes Huber2015-08-191-6/+6
| | | | Due to git migration.
* Consistent EAPI declarationJohannes Huber2015-08-171-1/+1
| | | | | Most of occurrence of the EAPI declarations are without the quotes, so align the rest for more consistency.
* epatch: Reword "larger patches"Markos Chandras2013-09-281-1/+1
| | | | | | Make it mention the devspace instead of mirrors Bug 483292
* TypoMarkos Chandras2010-08-241-1/+1
|
* Move epatch section to src_prepare thanks to Markus Meier <maekke@gentoo.org>Markos Chandras2010-08-241-0/+155
* Some of the patches didn't apply since there were formed based on an older * MASTER head * PATCHES * 007 and 0013 from bug #275551