root/releases/pkgcore/0.2.14/doc/portage-configuration.rst @ masterdriverz%2540gentoo.org-20070309221744-6u30xw5rb8n13cjj

Revision masterdriverz%2540gentoo.org-20070309221744-6u30xw5rb8n13cjj, 1.5 KB (checked in by Charlie Shepherd <masterdriverz@…>, 22 months ago)

Whitespace fixes

Line 
1========
2overview
3========
4
5pkgcore supports several configuration formats, portage's make.conf included.
6This file documents the current state of the support.
7
8FEATURES
9========
10
11supported:
12
13* ccache
14* distcc
15* sandbox
16* usersandbox
17* userpriv
18* test
19* nodoc
20* noinfo
21* noman
22* userfetch (forced on)
23* collision-protect
24* metadata-transfer (does not do the actual transfer however)
25* nostrip
26
27partially supported:
28
29* strict (mostly there, just missing a few additions)
30
31unsupported digest related:
32
33* assume-digests
34* cvs
35* digest
36
37unsupported misc:
38
39* severe
40* keeptemp
41* keepwork
42* distlocks
43* selinux
44* sesandox (selinux context sandbox)
45* fixpackages
46* notitles
47
48unsupported, unlikely to be implemented:
49
50* noauto  (too tool specific)
51* mirror  (possible to implement it via a custom fetcher,
52           but there are betters ways.  use mirror-dist if you want a mirror)
53* lmirror (same)
54
55Aside from that... everything else make.conf wise should be supported with
56out issue- if not, please open a ticket at http://pkgcore.org/
57
58For /etc/portage/, we don't support modules (define custom cache modules)
59due the fact our cache subsystem has grown a bit beyond what got imported into
60portage in 2.1; additionally, we do not support package.provided.
61
62
63For /etc/portage/package.* files, we support an extended atom syntax which
64can be used in place of normal atoms (goes without saying portage doesn't
65support the extension yet, thus introducing incompatibility if used)- read
66extended-atom-syntax.rst for the details.
Note: See TracBrowser for help on using the browser.