public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/, doc/html/
Date: Fri,  6 Sep 2013 11:10:59 +0000 (UTC)	[thread overview]
Message-ID: <1378465807.d1a648e7e859382dddd81636754ee1877b36bc73.dywi@gentoo> (raw)

commit:     d1a648e7e859382dddd81636754ee1877b36bc73
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Sep  6 11:10:07 2013 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Sep  6 11:10:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=d1a648e7

usage doc: package rules 'license' action

+ error codes for git hooks

---
 doc/html/usage.html | 14 ++++++++++++--
 doc/rst/usage.rst   | 10 +++++++++-
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/doc/html/usage.html b/doc/html/usage.html
index b5fe42f..754daff 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -2176,11 +2176,15 @@ an ebuild for it</td>
 <tr><td>do-not-process</td>
 </tr>
 <tr><td>keywords</td>
-<td>ebuild variables</td>
+<td rowspan="2">ebuild variables</td>
 <td>&gt;= 1</td>
 <td>set per-package
 <tt class="docutils literal">KEYWORDS</tt></td>
 </tr>
+<tr><td>license</td>
+<td>1</td>
+<td>set <tt class="docutils literal">LICENSE</tt></td>
+</tr>
 <tr><td rowspan="2">trace</td>
 <td rowspan="2">package rules</td>
 <td>none</td>
@@ -2776,6 +2780,12 @@ when included in the hook script, most of the enviroment variables readonly.</p>
 <tr><td>EX_ARG_ERR</td>
 <td>default exit code for arg errors</td>
 </tr>
+<tr><td>EX_GIT_ERR
+EX_GIT_ADD_ERR
+EX_GIT_COMMIT_ERR
+EX_GIT_PUSH_ERR</td>
+<td>git-related error codes</td>
+</tr>
 <tr><td>SCRIPT_FILENAME</td>
 <td>file name of the hook script</td>
 </tr>
@@ -2843,7 +2853,7 @@ function files</td>
 # int qwhich ( *command )
 #  Returns 0 if all listed commands are found by &quot;which&quot;, else 1.
 #
-# int  sync_allowed ( action_name, [msg_nosync], [msg_sync] )
+# int sync_allowed ( action_name, [msg_nosync], [msg_sync] )
 #  Returns 0 if syncing for the given action is allowed, else 1.
 #  Also prints a message.
 #

diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index 0b670fc..6a48e99 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -1844,6 +1844,8 @@ control *where*) and the number of values they accept:
    +----------------+-------------------+-------------+------------------------+
    | keywords       | ebuild variables  | >= 1        | set per-package        |
    |                |                   |             | ``KEYWORDS``           |
+   +----------------+                   +-------------+------------------------+
+   | license        |                   | 1           | set ``LICENSE``        |
    +----------------+-------------------+-------------+------------------------+
    | trace          | package rules     | none        | mark a package as      |
    |                |                   |             | modified               |
@@ -2345,6 +2347,12 @@ when included in the hook script, most of the enviroment variables readonly.
    +-----------------+-------------------------------------------------------+
    | EX_ARG_ERR      | default exit code for arg errors                      |
    +-----------------+-------------------------------------------------------+
+   | EX_GIT_ERR      | git-related error codes                               |
+   | EX_GIT_ADD_ERR  |                                                       |
+   | EX_GIT_COMMIT\  |                                                       |
+   | _ERR            |                                                       |
+   | EX_GIT_PUSH_ERR |                                                       |
+   +-----------------+-------------------------------------------------------+
    | SCRIPT_FILENAME | file name of the hook script                          |
    +-----------------+-------------------------------------------------------+
    | SCRIPT_NAME     | name of the hook script (without file extension)      |
@@ -2410,7 +2418,7 @@ when included in the hook script, most of the enviroment variables readonly.
    # int qwhich ( *command )
    #  Returns 0 if all listed commands are found by "which", else 1.
    #
-   # int  sync_allowed ( action_name, [msg_nosync], [msg_sync] )
+   # int sync_allowed ( action_name, [msg_nosync], [msg_sync] )
    #  Returns 0 if syncing for the given action is allowed, else 1.
    #  Also prints a message.
    #


             reply	other threads:[~2013-09-06 11:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-06 11:10 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-26 17:41 [gentoo-commits] proj/R_overlay:master commit in: doc/rst/, doc/html/ André Erdmann
2014-02-21 17:36 André Erdmann
2013-09-26 22:34 André Erdmann
2013-09-23 15:30 André Erdmann
2013-08-29 12:36 André Erdmann
2013-08-20  7:50 André Erdmann
2013-06-05 18:11 [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann
2013-06-13 16:34 ` [gentoo-commits] proj/R_overlay:master " André Erdmann
2012-08-20 14:04 André Erdmann
2012-08-13 16:34 André Erdmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1378465807.d1a648e7e859382dddd81636754ee1877b36bc73.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox