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 7833E1381F3 for ; Tue, 27 Aug 2013 15:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D303BE0C11; Tue, 27 Aug 2013 15:40:04 +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 645C4E0B8B for ; Tue, 27 Aug 2013 15:40:04 +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 6845B33ECA7 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 38E23E5469 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: <1377617629.7cf05a080255ad13a857ff2a8a4ab68a30c823f3.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/ X-VCS-Repository: proj/R_overlay X-VCS-Files: doc/rst/usage.rst X-VCS-Directories: doc/rst/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 7cf05a080255ad13a857ff2a8a4ab68a30c823f3 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: b6d53124-ead2-4a06-9ca0-5fce4386438a X-Archives-Hash: 406f1976f6d6d077d933d4235b2dd09c commit: 7cf05a080255ad13a857ff2a8a4ab68a30c823f3 Author: André Erdmann mailerd de> AuthorDate: Tue Aug 27 15:33:49 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Aug 27 15:33:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=7cf05a08 doc/rst: #! ERROR, deptype logging --- doc/rst/usage.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index 1379aad..10da45a 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -1402,7 +1402,7 @@ Keychars 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 * directive that defines that all rules until the next *deptype* directory or end of file, @@ -1424,7 +1424,9 @@ Keywords 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** @@ -3190,6 +3192,12 @@ DESCRIPTION_DIR LOG_FILE_UNRESOLVABLE A file where all unresolved dependency strings will be written into on *roverlay* exit. Primarily useful for creating new rules. + The file's format is ``, ``, + where the *dependency type mask* is usually + ``0x7`` (mandatory system dependency), + ``0x8`` (optional R package dependency) + or ``0xb`` (mandatory R package dependency). + Defaults to , which disables this feature.