From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 761CB138204 for ; Tue, 27 Aug 2013 15:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD58FE0B7A; Tue, 27 Aug 2013 15:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D42DE0B4B for ; Tue, 27 Aug 2013 15:39:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7164433ECAC for ; Tue, 27 Aug 2013 15:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6F8B6E546B for ; Tue, 27 Aug 2013 15:39:55 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1377617643.3ce975f9963111ad440c7e626552ed4de496e302.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/html/ X-VCS-Repository: proj/R_overlay X-VCS-Files: doc/html/usage.html X-VCS-Directories: doc/html/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 3ce975f9963111ad440c7e626552ed4de496e302 X-VCS-Branch: master Date: Tue, 27 Aug 2013 15:39:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8907a605-66b6-4271-a83c-1dbff0237060 X-Archives-Hash: fce55b76faafd0e23b8b2b05da3facbd commit: 3ce975f9963111ad440c7e626552ed4de496e302 Author: André Erdmann mailerd de> AuthorDate: Tue Aug 27 15:34:03 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Aug 27 15:34:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3ce975f9 doc/html: #! ERROR, deptype logging --- doc/html/usage.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/html/usage.html b/doc/html/usage.html index dfa9c70..153084d 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -1706,7 +1706,7 @@ is ignored.

simple rule.

Keywords
-

There are two keywords that control how a rule file is read.

+

There are three keywords that control how a rule file is read.

The important one is the #deptype <dependency type> directive that defines that all rules until the next deptype directory or end of file, whatever comes first, will only match dependency strings @@ -1725,7 +1725,9 @@ Specifying selfdep alone does not resolve anything.

Hint

Check the dependency type if a newly added rule has no effect.

-

The other keyword is #! NOPARSE which stops parsing of a rule file.

+

The other keywords are #! NOPARSE, which stops parsing of a rule file +(ignore remaining file content), and #! ERROR, which raises a python +exception (program exits).

Dependencies

are strings that are recognized by portage as Dynamic DEPENDs @@ -3543,7 +3545,12 @@ results.

LOG_FILE_UNRESOLVABLE

A file where all unresolved dependency strings will be written into -on roverlay exit. Primarily useful for creating new rules.

+on roverlay exit. Primarily useful for creating new rules. +The file's format is <dependency type mask in hex>, <dependency string>, +where the dependency type mask is usually +0x7 (mandatory system dependency), +0x8 (optional R package dependency) +or 0xb (mandatory R package dependency).

Defaults to <not set>, which disables this feature.

@@ -4803,7 +4810,7 @@ becomes "loop until resolver closes".