aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-06-04 12:18:37 +0200
committerUlrich Müller <ulm@gentoo.org>2022-06-04 12:18:37 +0200
commitc914551d84b460cc9a43455ff0ffbb07da61ce35 (patch)
tree71dc89583ae8eb3ac7c66578c2f7510cfacb9bac
parentebuild-writing/misc-files/metadata: Update restrict attribute (diff)
downloaddevmanual-c914551d.tar.gz
devmanual-c914551d.tar.bz2
devmanual-c914551d.zip
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@gentoo.org>
-rw-r--r--general-concepts/features/text.xml64
-rw-r--r--general-concepts/text.xml1
2 files changed, 0 insertions, 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/"/>