| … | |
… | |
| 13 | <style type="text/css"> |
13 | <style type="text/css"> |
| 14 | |
14 | |
| 15 | /* |
15 | /* |
| 16 | :Author: David Goodger |
16 | :Author: David Goodger |
| 17 | :Contact: goodger@users.sourceforge.net |
17 | :Contact: goodger@users.sourceforge.net |
| 18 | :date: $Date: 2006/10/27 15:45:26 $ |
18 | :date: $Date: 2007/01/25 03:25:53 $ |
| 19 | :version: $Revision: 1.3 $ |
19 | :version: $Revision: 1.5 $ |
| 20 | :copyright: This stylesheet has been placed in the public domain. |
20 | :copyright: This stylesheet has been placed in the public domain. |
| 21 | |
21 | |
| 22 | Default cascading style sheet for the PEP HTML output of Docutils. |
22 | Default cascading style sheet for the PEP HTML output of Docutils. |
| 23 | */ |
23 | */ |
| 24 | |
24 | |
| … | |
… | |
| 262 | <a href="http://www.gentoo.org/" title="Gentoo Linux Home Page"> |
262 | <a href="http://www.gentoo.org/" title="Gentoo Linux Home Page"> |
| 263 | <img src="http://www.gentoo.org/images/gentoo-new.gif" alt="[Gentoo]" |
263 | <img src="http://www.gentoo.org/images/gentoo-new.gif" alt="[Gentoo]" |
| 264 | border="0" width="150" height="35" /></a></td> |
264 | border="0" width="150" height="35" /></a></td> |
| 265 | <td class="textlinks" align="left"> |
265 | <td class="textlinks" align="left"> |
| 266 | [<b><a href="http://www.gentoo.org/">Gentoo Linux Home</a></b>] |
266 | [<b><a href="http://www.gentoo.org/">Gentoo Linux Home</a></b>] |
| 267 | [<b><a href="http://www.gentoo.org/peps">GLEP Index</a></b>] |
267 | [<b><a href="http://www.gentoo.org/proj/en/glep/">GLEP Index</a></b>] |
| 268 | [<b><a href="http://www.gentoo.org/proj/en/glep/glep-0052.txt">GLEP Source</a></b>] |
268 | [<b><a href="http://www.gentoo.org/proj/en/glep/glep-0052.txt">GLEP Source</a></b>] |
| 269 | </td></tr></table> |
269 | </td></tr></table> |
| 270 | <table class="rfc2822 docutils field-list" frame="void" rules="none"> |
270 | <table class="rfc2822 docutils field-list" frame="void" rules="none"> |
| 271 | <col class="field-name" /> |
271 | <col class="field-name" /> |
| 272 | <col class="field-body" /> |
272 | <col class="field-body" /> |
| 273 | <tbody valign="top"> |
273 | <tbody valign="top"> |
| 274 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">52</td> |
274 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">52</td> |
| 275 | </tr> |
275 | </tr> |
| 276 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">RESTRICT=unattended</td> |
276 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">RESTRICT=unattended</td> |
| 277 | </tr> |
277 | </tr> |
| 278 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.1</td> |
278 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.3</td> |
| 279 | </tr> |
279 | </tr> |
| 280 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/glep-0052.txt?cvsroot=gentoo">2006/10/13 22:48:15</a></td> |
280 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/glep/glep-0052.txt?cvsroot=gentoo">2006/10/27 15:45:26</a></td> |
| 281 | </tr> |
281 | </tr> |
| 282 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Marius Mauch <genone at gentoo.org>,</td> |
282 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Marius Mauch <genone at gentoo.org>,</td> |
| 283 | </tr> |
283 | </tr> |
| 284 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
284 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
| 285 | </tr> |
285 | </tr> |
| … | |
… | |
| 334 | this specification, but it's recommended to indicate it's presence to the user |
334 | this specification, but it's recommended to indicate it's presence to the user |
| 335 | whenever relevant.</p> |
335 | whenever relevant.</p> |
| 336 | <p>This new setting should be used in ebuilds if it is known that they _typically_ |
336 | <p>This new setting should be used in ebuilds if it is known that they _typically_ |
| 337 | require user attention during the build process. If an ebuild just has a limited |
337 | require user attention during the build process. If an ebuild just has a limited |
| 338 | <tt class="docutils literal"><span class="pre">risk</span></tt> of becoming interactive (like using the <tt class="docutils literal"><span class="pre">built_with_use</span></tt> function) |
338 | <tt class="docutils literal"><span class="pre">risk</span></tt> of becoming interactive (like using the <tt class="docutils literal"><span class="pre">built_with_use</span></tt> function) |
| 339 | it shouldn't be restricted.</p> |
339 | it shouldn't be restricted. Note that only package installation is covered here, |
|
|
340 | interactivity in package removals (in pkg_prerm and pkg_postrm) can not be |
|
|
341 | indicated with this feature.</p> |
| 340 | </div> |
342 | </div> |
| 341 | <div class="section"> |
343 | <div class="section"> |
| 342 | <h1><a class="toc-backref" href="#id7" id="rationale" name="rationale">Rationale</a></h1> |
344 | <h1><a class="toc-backref" href="#id7" id="rationale" name="rationale">Rationale</a></h1> |
| 343 | <p>The new RESTRICT=unattended metadata setting will give us the following benefits:</p> |
345 | <p>The new RESTRICT=unattended metadata setting will give us the following benefits:</p> |
| 344 | <ol class="arabic simple"> |
346 | <ol class="arabic simple"> |
| … | |
… | |
| 388 | |
390 | |
| 389 | </div> |
391 | </div> |
| 390 | <div class="footer"> |
392 | <div class="footer"> |
| 391 | <hr class="footer" /> |
393 | <hr class="footer" /> |
| 392 | <a class="reference" href="glep-0052.txt">View document source</a>. |
394 | <a class="reference" href="glep-0052.txt">View document source</a>. |
| 393 | Generated on: 2006-10-14 02:53 UTC. |
395 | Generated on: 2006-11-21 00:32 UTC. |
| 394 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
396 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
| 395 | |
397 | |
| 396 | </div> |
398 | </div> |
| 397 | </body> |
399 | </body> |
| 398 | </html> |
400 | </html> |