Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/, doc/html/
Date: Thu, 29 Aug 2013 12:36:45
Message-Id: 1377779757.a66b4c2e97c9e8ec14e30a68f3fd3ecaa0356b0b.dywi@gentoo
1 commit: a66b4c2e97c9e8ec14e30a68f3fd3ecaa0356b0b
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Thu Aug 29 12:35:57 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Thu Aug 29 12:35:57 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=a66b4c2e
7
8 doc/: add depstr_ignore action
9
10 ---
11 doc/html/usage.html | 9 ++++++++-
12 doc/rst/usage.rst | 3 +++
13 2 files changed, 11 insertions(+), 1 deletion(-)
14
15 diff --git a/doc/html/usage.html b/doc/html/usage.html
16 index 153084d..dd321ea 100644
17 --- a/doc/html/usage.html
18 +++ b/doc/html/usage.html
19 @@ -2227,6 +2227,13 @@ information</td>
20 <tr><td>add_&lt;key&gt;</td>
21 <td>1</td>
22 </tr>
23 +<tr><td>depstr_ignore
24 +depres_ignore</td>
25 +<td>ebuild creation</td>
26 +<td>1</td>
27 +<td>ignore
28 +<em>dependency strings</em></td>
29 +</tr>
30 <tr><td>null</td>
31 <td rowspan="2"><em>n/a</em></td>
32 <td rowspan="2">none</td>
33 @@ -4810,7 +4817,7 @@ becomes &quot;loop until resolver closes&quot;.</p>
34 </div>
35 <div class="footer">
36 <hr class="footer" />
37 -Generated on: 2013-08-27.
38 +Generated on: 2013-08-29.
39
40 </div>
41 </body>
42
43 diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
44 index 10da45a..9db0ff3 100644
45 --- a/doc/rst/usage.rst
46 +++ b/doc/rst/usage.rst
47 @@ -1870,6 +1870,9 @@ control *where*) and the number of values they accept:
48 | | | | overwriting existing |
49 | | | | information |
50 +----------------+-------------------+-------------+------------------------+
51 + | depstr_ignore | ebuild creation | 1 | ignore |
52 + | depres_ignore | | | *dependency strings* |
53 + +----------------+-------------------+-------------+------------------------+
54 | null | *n/a* | none | does nothing |
55 +----------------+ | | (can be used for |
56 | pass | | | improving readability) |