commit:     c914551d84b460cc9a43455ff0ffbb07da61ce35
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 10:18:37 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 10:18:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c914551d

general-concepts/features: Remove

Incomplete and outdated. make.conf(5) is a better reference and is
available in eclass-reference/.

Closes: https://bugs.gentoo.org/667536
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 general-concepts/features/text.xml | 64 --------------------------------------
 general-concepts/text.xml          |  1 -
 2 files changed, 65 deletions(-)

diff --git a/general-concepts/features/text.xml 
b/general-concepts/features/text.xml
deleted file mode 100644
index cba1cac..0000000
--- a/general-concepts/features/text.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0"?>
-<guide self="general-concepts/features/">
-<chapter>
-<title>FEATURES</title>
-
-<body>
-<p>
-The <c>FEATURES</c> variable specifies options which affect how Portage 
operates
-and how packages are compiled. It is <b>not</b> used for settings which have a
-substantial effect upon the resulting generated package.
-</p>
-
-<p>
-Relevant <c>FEATURES</c> for developers include:
-</p>
-
-<table>
-  <tr>
-    <th>Feature</th>
-    <th>Explanation</th>
-  </tr>
-  <tr>
-    <ti><c>collision-protect</c></ti>
-    <ti>
-      Raise an error if an installing package attempts to overwrite a file 
which
-      is provided by a different package.
-    </ti>
-  </tr>
-  <tr>
-    <ti><c>noauto</c></ti>
-    <ti>When utilizing <c>ebuild</c>, only run the function requested.</ti>
-  </tr>
-  <tr>
-    <ti><c>sandbox</c></ti>
-    <ti>Enable the sandbox.</ti>
-  </tr>
-  <tr>
-    <ti><c>sign</c></ti>
-    <ti>GPG sign <c>Manifest</c> files.</ti>
-  </tr>
-  <tr>
-    <ti><c>strict</c></ti>
-    <ti>
-      Do some extra checks for potentially dangerous situations (eg missing
-      <c>Manifest</c> files).
-    </ti>
-  </tr>
-  <tr>
-    <ti><c>test</c></ti>
-    <ti>Enable the <c>src_test</c> phase.</ti>
-  </tr>
-  <tr>
-    <ti><c>userpriv</c></ti>
-    <ti>Drop to non-root privileges for certain phases.</ti>
-  </tr>
-  <tr>
-    <ti><c>usersandbox</c></ti>
-    <ti>Enables the sandbox even when running non-privileged.</ti>
-  </tr>
-</table>
-
-</body>
-</chapter>
-</guide>

diff --git a/general-concepts/text.xml b/general-concepts/text.xml
index dd7a7c2..90a8d0f 100644
--- a/general-concepts/text.xml
+++ b/general-concepts/text.xml
@@ -26,7 +26,6 @@ writing ebuilds or working with the Gentoo repository.
 <include href="dependencies/"/>
 <include href="ebuild-revisions/"/>
 <include href="emerge-and-ebuild/"/>
-<include href="features/"/>
 <include href="filesystem/"/>
 <include href="git-to-rsync/"/>
 <include href="install-destinations/"/>

Reply via email to