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 4B5371381F3 for ; Thu, 13 Jun 2013 16:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794E3E09A5; Thu, 13 Jun 2013 16:34:44 +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 EF5E1E09A5 for ; Thu, 13 Jun 2013 16:34:33 +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 A0EE933E4AF for ; Thu, 13 Jun 2013 16:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3BDDEE5464 for ; Thu, 13 Jun 2013 16:34: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: <1370455551.e1d57a113226f2a8147ebdd26d47e3224bda4179.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: e1d57a113226f2a8147ebdd26d47e3224bda4179 X-VCS-Branch: master Date: Thu, 13 Jun 2013 16:34: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: ea346452-d2e7-40e0-81fc-afca178f888e X-Archives-Hash: 798ad24d8066a186eb211bf82cecfd8a Message-ID: <20130613163429.jS-8BWec1SOqteLCJBDjaWPaffuB-FZJa8BTcEfaRyA@z> commit: e1d57a113226f2a8147ebdd26d47e3224bda4179 Author: André Erdmann mailerd de> AuthorDate: Wed Jun 5 18:05:51 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Jun 5 18:05:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=e1d57a11 doc/html, package rules: set/rename actions --- doc/html/usage.html | 263 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 188 insertions(+), 75 deletions(-) diff --git a/doc/html/usage.html b/doc/html/usage.html index 62e4e9a..a02a772 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -329,111 +329,111 @@ ul.auto-toc {

Contents

@@ -1988,8 +2100,9 @@ location (see repo con
EBUILD_PROG

Name or path of the ebuild executables that is required for (external) -Manifest file creation. A wrong value will cause ebuild creation late, -which is a huge time loss, so make sure that this option is properly set.

+Manifest file creation. A wrong value will cause ebuild creation to fail +late, which is a huge time loss, so make sure that this option is properly +set.

Defaults to ebuild, which should be fine in most cases.

@@ -2639,8 +2752,8 @@ functionality:

  • sync all repos and nosync all repos (offline mode)
  • create PackageInfo instances for R packages from all repositories
  • -
    -

    11.2.1   Repositories

    +
    +

    11.2.1   Repository

    The functionality described above is an abstraction layer that calls the respective function for each repository and collects the result. So, while the RepoList object knows what to do for all repositories, @@ -3116,7 +3229,7 @@ becomes "loop until resolver closes".