Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/, general-concepts/features/
Date: Sun, 05 Jun 2022 19:24:04
Message-Id: 1654337917.c914551d84b460cc9a43455ff0ffbb07da61ce35.ulm@gentoo
1 commit: c914551d84b460cc9a43455ff0ffbb07da61ce35
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 10:18:37 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 10:18:37 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c914551d
7
8 general-concepts/features: Remove
9
10 Incomplete and outdated. make.conf(5) is a better reference and is
11 available in eclass-reference/.
12
13 Closes: https://bugs.gentoo.org/667536
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 general-concepts/features/text.xml | 64 --------------------------------------
17 general-concepts/text.xml | 1 -
18 2 files changed, 65 deletions(-)
19
20 diff --git a/general-concepts/features/text.xml b/general-concepts/features/text.xml
21 deleted file mode 100644
22 index cba1cac..0000000
23 --- a/general-concepts/features/text.xml
24 +++ /dev/null
25 @@ -1,64 +0,0 @@
26 -<?xml version="1.0"?>
27 -<guide self="general-concepts/features/">
28 -<chapter>
29 -<title>FEATURES</title>
30 -
31 -<body>
32 -<p>
33 -The <c>FEATURES</c> variable specifies options which affect how Portage operates
34 -and how packages are compiled. It is <b>not</b> used for settings which have a
35 -substantial effect upon the resulting generated package.
36 -</p>
37 -
38 -<p>
39 -Relevant <c>FEATURES</c> for developers include:
40 -</p>
41 -
42 -<table>
43 - <tr>
44 - <th>Feature</th>
45 - <th>Explanation</th>
46 - </tr>
47 - <tr>
48 - <ti><c>collision-protect</c></ti>
49 - <ti>
50 - Raise an error if an installing package attempts to overwrite a file which
51 - is provided by a different package.
52 - </ti>
53 - </tr>
54 - <tr>
55 - <ti><c>noauto</c></ti>
56 - <ti>When utilizing <c>ebuild</c>, only run the function requested.</ti>
57 - </tr>
58 - <tr>
59 - <ti><c>sandbox</c></ti>
60 - <ti>Enable the sandbox.</ti>
61 - </tr>
62 - <tr>
63 - <ti><c>sign</c></ti>
64 - <ti>GPG sign <c>Manifest</c> files.</ti>
65 - </tr>
66 - <tr>
67 - <ti><c>strict</c></ti>
68 - <ti>
69 - Do some extra checks for potentially dangerous situations (eg missing
70 - <c>Manifest</c> files).
71 - </ti>
72 - </tr>
73 - <tr>
74 - <ti><c>test</c></ti>
75 - <ti>Enable the <c>src_test</c> phase.</ti>
76 - </tr>
77 - <tr>
78 - <ti><c>userpriv</c></ti>
79 - <ti>Drop to non-root privileges for certain phases.</ti>
80 - </tr>
81 - <tr>
82 - <ti><c>usersandbox</c></ti>
83 - <ti>Enables the sandbox even when running non-privileged.</ti>
84 - </tr>
85 -</table>
86 -
87 -</body>
88 -</chapter>
89 -</guide>
90
91 diff --git a/general-concepts/text.xml b/general-concepts/text.xml
92 index dd7a7c2..90a8d0f 100644
93 --- a/general-concepts/text.xml
94 +++ b/general-concepts/text.xml
95 @@ -26,7 +26,6 @@ writing ebuilds or working with the Gentoo repository.
96 <include href="dependencies/"/>
97 <include href="ebuild-revisions/"/>
98 <include href="emerge-and-ebuild/"/>
99 -<include href="features/"/>
100 <include href="filesystem/"/>
101 <include href="git-to-rsync/"/>
102 <include href="install-destinations/"/>