From a5c213d53976e7b9ef0a5206a5f4f6fc4128f1c4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 23 Mar 2024 18:23:37 +0100 Subject: Rebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- ebuild-format.html | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) (limited to 'ebuild-format.html') diff --git a/ebuild-format.html b/ebuild-format.html index a1cacbd..df4d239 100644 --- a/ebuild-format.html +++ b/ebuild-format.html @@ -5,22 +5,23 @@ - + Ebuild file format — Gentoo Policy Guide documentation - - - + + + - - + + + - - - + + + @@ -133,9 +134,9 @@
-

Ebuild file format

+

Ebuild file format

-

Coding style

+

Coding style

PG:

0101

@@ -162,7 +163,7 @@ Consistency avoids unnecessary changes when other developers edit the ebuild.

-

Code must be contained within ebuild and eclasses

+

Code must be contained within ebuild and eclasses

PG:

0102

@@ -189,7 +190,7 @@ confuses other developers and tools that do not explicitly account for that possibility, including linting tools.

-

HOMEPAGE must not contain variables

+

HOMEPAGE must not contain variables

PG:

0103

@@ -211,7 +212,7 @@ preprocessing, breaking URI support in terminals and editors, as well as reducing the usefulness of plain tools such as grep.

-

SRC_URI must not refer to HOMEPAGE

+

SRC_URI must not refer to HOMEPAGE

PG:

0104

@@ -234,7 +235,7 @@ it hard to copy-paste part of the URI e.g. to investigate the directory index.

-

KEYWORDS must be defined on a single line

+

KEYWORDS must be defined on a single line

PG:

0105

@@ -255,7 +256,7 @@ ability to process and modify ebuilds, and therefore developers must make sure that it works correctly on their ebuilds.

-

LICENSE must not contain variables

+

LICENSE must not contain variables

PG:

0106

@@ -276,7 +277,7 @@ package versions), using variables there has little advantage. On the other hand, variables reduce the usefulness of plain tools such as grep.

-

D must be used only in src_install and pkg_preinst

+

D must be used only in src_install and pkg_preinst

PG:

0107

@@ -383,7 +384,7 @@ does not exist in other phases.

Gentoo Policy Guide

@@ -397,16 +398,13 @@ does not exist in other phases.

-
- +
- © 2001–2023 Gentoo Authors
+ © 2001–2024 Gentoo Authors
- Gentoo is a trademark of the Gentoo Foundation, Inc. + Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V. The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license. The Gentoo Name and Logo Usage Guidelines apply. -- cgit v1.2.3-65-gdbad