From dcc14c2f62399bab71d7b22b41c2e8f449a0c515 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 15 Jan 2020 19:46:10 +0100 Subject: Use source form of URI fragment identifiers throughout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- ebuild-maintenance/maintenance-tasks/text.xml | 2 +- ebuild-writing/eapi/text.xml | 2 +- ebuild-writing/file-format/text.xml | 2 +- ebuild-writing/functions/src_prepare/epatch/text.xml | 2 +- ebuild-writing/misc-files/metadata/text.xml | 8 ++++---- ebuild-writing/misc-files/patches/text.xml | 2 +- ebuild-writing/variables/text.xml | 6 +++--- general-concepts/mirrors/text.xml | 4 ++-- general-concepts/use-flags/text.xml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml index 4affaea..0de2f6d 100644 --- a/ebuild-maintenance/maintenance-tasks/text.xml +++ b/ebuild-maintenance/maintenance-tasks/text.xml @@ -38,7 +38,7 @@ files should be placed in the mycat/mypkg/files directory to keep the main mycat/mypkg directory uncluttered. Exceptions to this rule are for larger patch files (we recommend this for patches above 20KB) which should be distributed as tarballs via the -Gentoo +Gentoo mirror system so that people do not waste excessive amounts of bandwidth and hard drive space. Also, you should not add binary (non-ASCII) files to the git tree. Also, speaking of merging changes, diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index f1bdfed..642cfe7 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -1094,7 +1094,7 @@ src_install() {
  • ver_rs replaces separators in a version string

  • ver_test compares two versions

  • -

    See Version and Name Formatting Issues +

    See for examples of common uses or an in-depth look

    diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index cc125b8..e899f7b 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -124,7 +124,7 @@ is $(upcoming-version)_preYYYYMMDD.

    The policy for so-called live ebuilds -(see ) +(see ) is to use 9999 as the version (or as the last version component).

    diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml index 59987fc..ad05830 100644 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml @@ -100,7 +100,7 @@ src_unpack() {

    For larger patches, using - + your devspace rather than ${FILESDIR} is more appropriate. In these situations, it is diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index 54b7bd2..d7f883a 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -79,7 +79,7 @@ metadata.xml: This tag contains a description for a category or a package. For packages, it is used to augment the - + DESCRIPTION field in the ebuilds themselves. This tag has two optional subtags: <pkg> and <cat>. @@ -143,8 +143,8 @@ metadata.xml: <use> - This tag contains descriptions of USE flags. + This tag contains descriptions of + USE flags. This tag is optional and, if specified, has one required subtag: <flag>. @@ -294,7 +294,7 @@ There are also some attributes that can be used with these tags: When this attribute is required on the <flag> tag, it simply contains the name of the USE flag. For the <slot> tag, it specifies the - + slot name to which it applies. A slot name of "*" allows for a single <slot> tag to match all the slots of a package, in which case no other slot tags may be present. diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml index 8e87c2c..87cc328 100644 --- a/ebuild-writing/misc-files/patches/text.xml +++ b/ebuild-writing/misc-files/patches/text.xml @@ -25,7 +25,7 @@ number in the patch name as a suffix to the version part

    Larger patches should be - + mirrored, preferably on the Gentoo Infrastructure. When mirroring patches, choosing a name that will not cause conflicts is important — the ${P} prefix is highly recommended diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 7e1d37b..b9310a1 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -301,7 +301,7 @@ The following variables may or must be defined by every ebuild. An array or space-delimited list of documentation files for the default src_install function to install using dodoc. If undefined, a reasonable default list is used. (Requires - EAPI>=4.) + EAPI>=4.) @@ -310,7 +310,7 @@ The following variables may or must be defined by every ebuild. An array or space-delimited list of documentation files or directories for the einstalldocs function to install recursively. (Requires - EAPI>=6.) + EAPI>=6.) @@ -752,7 +752,7 @@ Finally, to state "at least one of foo, bar, or baz must be set": REQUIRED_USE="|| ( foo bar baz )" -See section +See section for when (and when not) to use REQUIRED_USE. diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml index 9319012..409ff57 100644 --- a/general-concepts/mirrors/text.xml +++ b/general-concepts/mirrors/text.xml @@ -154,8 +154,8 @@ doing so can cause all kinds of problems with strict firewalls.

    Usage of third-party mirrors and the mirror:// - pseudo-protocol is described in the SRC_URI + pseudo-protocol is described in the + SRC_URI variable documentation.

    diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index b880fa4..772791f 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -291,7 +291,7 @@ src_compile() { In some exceptional cases, above policy would break reverse USE dependencies. To avoid this, the ebuild can specify allowed USE flag combinations with REQUIRED_USE (available in EAPI 4). See section - for a description + for a description of its syntax.

    -- cgit v1.2.3-18-g5258