| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/660306
Signed-off-by: Michał Górny <mgorny@gentoo.org>
[Updated as discussed in -pms mailing list]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/371413
Signed-off-by: Michał Górny <mgorny@gentoo.org>
[Shortened "selective-uri-restrict" label to make it fit in the margin]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
This was originally proposed as a RESTRICT token for EAPI 8, but
implementing it retroactively in PROPERTIES (where it is optional
from the spec's point of view) appears to be more feasible.
Bug: https://bugs.gentoo.org/553696
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
| |
Taken from https://tex.stackexchange.com/a/2645.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
| |
The spec allows other tokens for RESTRICT but not for PROPERTIES.
There appears to be not good reason to treat the variables differently
in this respect.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The feature of using 'simple filename' to fetch from mirrors
is ill-defined (which mirrors?). The Portage implementation works only
if GENTOO_MIRRORS are explicitly set. It's not used in any ebuilds.
Let's remove it retroactively from the specification.
Bug: https://bugs.gentoo.org/695814
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
| |
It is DEPEND, BDEPEND, RDEPEND, PDEPEND elsewhere.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/690220
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Also rename label prefixes, "ch:" for chapters, "sec:" for sections,
as suggested by Michael Orlitzky.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Where appropriate, refer to the "Dependency Specification Format"
section, instead of the "Dependencies" chapter.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
SRC_URI, REQUIRED_USE, PROPERTIES, and RESTRICT are ebuild-defined
variables. Move them to that chapter.
Add reference to tab:uri-arrows-table in SRC_URI section. Otherwise,
no change of wording.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
| |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/317337
|
| |
|
|
|
|
| |
Use the command correctly throughout; it requires an argument.
|
| |
|
|
|
|
|
| |
This should contain all retroactive changes that were approved by the
council (and after EAPIs 0, 1 and 2 were finalised).
|
|
|
|
|
| |
Replacement was done using "sed -i 's/\\_/_/g' *.tex".
This does not change the resulting PDF and HTML output.
|
|
|
|
|
|
|
|
| |
Use title case for first and second level headings (i.e., \chapter
and \section in the main text, \section and \subsection in the EAPI
cheat sheet); use sentence case everywhere else.
https://archives.gentoo.org/gentoo-pms/message/cef75e03f1a3b692281a5b79065dc2b6
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Combine all lines with identical behaviour for different EAPIs.
Also use consistent indentation for tables in the LaTeX source.
|
| |
|
|
|
|
|
|
| |
Lines seem to be wrapped at 100 characters throughout, with the
exception of eapi-cheatsheet.tex which is wrapped at 70 characters.
Assign the "fill-column" file local variable for Emacs accordingly.
|
| |
|
|
|
|
| |
See bug 424429.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This gives us an easy way to grep and find every place that needs
updating when we add a new EAPI.
|
|
|
|
|
| |
Move HOMEPAGE, SRC_URI, LICENSE, KEYWORDS, and IUSE from the mandatory
to the optional variables list. Sort variables in canonical order.
|
|
|
|
| |
Clarify wording. Require a space before the trailing comment.
|
| |
|
|
|
|
|
|
|
| |
As worded, it could be taken to imply that ebuilds could grep RDEPEND in
a phase function and expect DEPEND-specified values (and possibly not
eclass-specified values) to appear in there. This goes against the
general rules for globally specified variables.
|
| |
|
| |
|
|
|
|
| |
Section "Conventions" says that \i should be used for technical terms.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Ulrich Mueller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
ulm prepared this patch to move all features that were currently found
in EAPI 3 to EAPI 4, as the new EAPI 3 will be added as an
intermediate version for Prefix support. Details about that still
need to be filled in.
|
|
|
|
|
|
| |
Set indentation level to 4
Fix some cosmetic spacing issues
Add missing local variables list
|