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 6E9581381F3 for ; Tue, 20 Aug 2013 07:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FB7E0B9A; Tue, 20 Aug 2013 07:50:32 +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 E7BF6E0B9A for ; Tue, 20 Aug 2013 07:50:31 +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 B13AF33E94D for ; Tue, 20 Aug 2013 07:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2D51FE468F for ; Tue, 20 Aug 2013 07:50:29 +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: <1376984949.cffdc1c8405d1c74d8188e161ccdd91af39e5c7d.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: doc/rst/, doc/html/ X-VCS-Repository: proj/R_overlay X-VCS-Files: doc/html/usage.html doc/rst/usage.rst X-VCS-Directories: doc/rst/ doc/html/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: cffdc1c8405d1c74d8188e161ccdd91af39e5c7d X-VCS-Branch: master Date: Tue, 20 Aug 2013 07:50:29 +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: d647c3e8-4976-46f7-b406-c339b1738370 X-Archives-Hash: 4c6db66ad3171a15e3952293ed57cf5f commit: cffdc1c8405d1c74d8188e161ccdd91af39e5c7d Author: André Erdmann mailerd de> AuthorDate: Tue Aug 20 07:49:09 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Aug 20 07:49:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=cffdc1c8 doc/: clarify package rule example --- doc/html/usage.html | 5 +++-- doc/rst/usage.rst | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/html/usage.html b/doc/html/usage.html index 0f32e56..82d3f0e 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -2415,7 +2415,8 @@ MATCH: any ACTION: # set category - # CRAN->CRAN, CRAN-Archive->CRAN, BIOC-2.10/experimental->BIOC, ... + # CRAN->sci-CRAN, CRAN-Archive->sci-CRAN, + # BIOC-2.10/experimental->sci-BIOC, ... # rename category s=^(?P<repo>[^-/]+)([-/].*)?$=sci-\g<repo>= END; @@ -4780,7 +4781,7 @@ becomes "loop until resolver closes".

diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst index e493420..991a4b9 100644 --- a/doc/rst/usage.rst +++ b/doc/rst/usage.rst @@ -2048,7 +2048,8 @@ A more generic rule that sets per-repo categories: any ACTION: # set category - # CRAN->CRAN, CRAN-Archive->CRAN, BIOC-2.10/experimental->BIOC, ... + # CRAN->sci-CRAN, CRAN-Archive->sci-CRAN, + # BIOC-2.10/experimental->sci-BIOC, ... # rename category s=^(?P[^-/]+)([-/].*)?$=sci-\g= END;