… | |
… | |
75 | <li><a class="reference internal" href="#id3" id="id19">MISC</a></li> |
75 | <li><a class="reference internal" href="#id3" id="id19">MISC</a></li> |
76 | <li><a class="reference internal" href="#manifest-new" id="id20">MANIFEST (new)</a></li> |
76 | <li><a class="reference internal" href="#manifest-new" id="id20">MANIFEST (new)</a></li> |
77 | <li><a class="reference internal" href="#eclass-new" id="id21">ECLASS (new)</a></li> |
77 | <li><a class="reference internal" href="#eclass-new" id="id21">ECLASS (new)</a></li> |
78 | <li><a class="reference internal" href="#data-new" id="id22">DATA (new)</a></li> |
78 | <li><a class="reference internal" href="#data-new" id="id22">DATA (new)</a></li> |
79 | <li><a class="reference internal" href="#exec-new" id="id23">EXEC (new)</a></li> |
79 | <li><a class="reference internal" href="#exec-new" id="id23">EXEC (new)</a></li> |
80 | <li><a class="reference internal" href="#unknown-new" id="id24">UNKNOWN (new)</a></li> |
80 | <li><a class="reference internal" href="#other-new" id="id24">OTHER (new)</a></li> |
81 | </ul> |
81 | </ul> |
82 | </li> |
82 | </li> |
83 | <li><a class="reference internal" href="#on-bloat" id="id25">On Bloat</a></li> |
83 | <li><a class="reference internal" href="#on-bloat" id="id25">On Bloat</a></li> |
84 | <li><a class="reference internal" href="#chosing-a-filetype" id="id26">Chosing a filetype</a></li> |
84 | <li><a class="reference internal" href="#chosing-a-filetype" id="id26">Chosing a filetype</a></li> |
85 | </ul> |
85 | </ul> |
… | |
… | |
255 | filetype.</li> |
255 | filetype.</li> |
256 | <li>This filetype should be used for the scripts directories of a |
256 | <li>This filetype should be used for the scripts directories of a |
257 | repository for important files.</li> |
257 | repository for important files.</li> |
258 | </ul> |
258 | </ul> |
259 | </div> |
259 | </div> |
260 | <div class="section" id="unknown-new"> |
260 | <div class="section" id="other-new"> |
261 | <h3><a class="toc-backref" href="#id24">UNKNOWN (new)</a></h3> |
261 | <h3><a class="toc-backref" href="#id24">OTHER (new)</a></h3> |
262 | <ul class="simple"> |
262 | <ul class="simple"> |
263 | <li>uses _CRIT.</li> |
263 | <li>uses _CRIT.</li> |
264 | <li>All other files that are not covered by another type should be |
264 | <li>All other files that are not covered by another type should be |
265 | considered as 'UNKNOWN'.</li> |
265 | considered as 'OTHER'.</li> |
266 | </ul> |
266 | </ul> |
267 | </div> |
267 | </div> |
268 | </div> |
268 | </div> |
269 | <div class="section" id="on-bloat"> |
269 | <div class="section" id="on-bloat"> |
270 | <h2><a class="toc-backref" href="#id25">On Bloat</a></h2> |
270 | <h2><a class="toc-backref" href="#id25">On Bloat</a></h2> |
… | |
… | |
324 | </dd> |
324 | </dd> |
325 | </dl> |
325 | </dl> |
326 | </li> |
326 | </li> |
327 | <li><dl class="first docutils"> |
327 | <li><dl class="first docutils"> |
328 | <dt>not matched by any other rule</dt> |
328 | <dt>not matched by any other rule</dt> |
329 | <dd><p class="first last">=> UNKNOWN, stop.</p> |
329 | <dd><p class="first last">=> OTHER, stop.</p> |
330 | </dd> |
330 | </dd> |
331 | </dl> |
331 | </dl> |
332 | </li> |
332 | </li> |
333 | </ol> |
333 | </ol> |
334 | <p>The logic behind 5, 6, 7 is ensuring that every item that by it's |
334 | <p>The logic behind 5, 6, 7 is ensuring that every item that by it's |
… | |
… | |
345 | <h1><a class="toc-backref" href="#id27">Backwards Compatibility</a></h1> |
345 | <h1><a class="toc-backref" href="#id27">Backwards Compatibility</a></h1> |
346 | <p>For generation of existing package Manifests, the AUX entries must |
346 | <p>For generation of existing package Manifests, the AUX entries must |
347 | continue to be present for the standard Portage deprecation cycle. |
347 | continue to be present for the standard Portage deprecation cycle. |
348 | The new entries may be included already in all Manifest files, as they |
348 | The new entries may be included already in all Manifest files, as they |
349 | will be ignored by older Portage versions. Over time, ECLASS, DATA, |
349 | will be ignored by older Portage versions. Over time, ECLASS, DATA, |
350 | EXEC, UNKNOWN may replace the existing AUX type.</p> |
350 | EXEC, OTHER may replace the existing AUX type.</p> |
351 | <p>The adoption of this proposal does also affect [#GLEP58] as part of |
351 | <p>The adoption of this proposal does also affect [#GLEP58] as part of |
352 | this GLEP series, however this GLEP was an offset of the research in |
352 | this GLEP series, however this GLEP was an offset of the research in |
353 | that GLEP.</p> |
353 | that GLEP.</p> |
354 | </div> |
354 | </div> |
355 | <div class="section" id="thanks-to"> |
355 | <div class="section" id="thanks-to"> |