From 246a7fa1c7e692894f33c3d513779046759213ae Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 22 Feb 2020 17:35:48 +0100 Subject: Introduce PGnnnn identifiers for policies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce stable numeric identifiers for policies, and create permalinks from them. Signed-off-by: Michał Górny --- ebuild-format.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ebuild-format.rst') diff --git a/ebuild-format.rst b/ebuild-format.rst index ed9bde0..a5bf5aa 100644 --- a/ebuild-format.rst +++ b/ebuild-format.rst @@ -8,6 +8,7 @@ Ebuild file format Coding style ------------ +:PG: 0101 :Source: QA :Reported: partially via repoman and pkgcheck @@ -32,6 +33,7 @@ the ebuild. Code must be contained within ebuild and eclasses ------------------------------------------------- +:PG: 0102 :Source: QA :Reference: https://bugs.gentoo.org/612630 :Reported: no @@ -54,6 +56,7 @@ that possibility, including linting tools. HOMEPAGE must not contain variables ----------------------------------- +:PG: 0103 :Source: QA :Reported: by pkgcheck, highlighted as error by gentoo-syntax @@ -73,6 +76,7 @@ as reducing the usefulness of plain tools such as grep. SRC_URI must not refer to HOMEPAGE ---------------------------------- +:PG: 0104 :Source: QA :Reported: by pkgcheck @@ -92,6 +96,7 @@ index. KEYWORDS must be defined on a single line ----------------------------------------- +:PG: 0105 :Source: QA :Reported: no -- cgit v1.2.3-65-gdbad