From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SjXvk-0000A2-Jf for garchives@archives.gentoo.org; Tue, 26 Jun 2012 15:43:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D8D5E0DCD; Tue, 26 Jun 2012 15:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D1E4E0DCD for ; Tue, 26 Jun 2012 15:43:05 +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 C64A31B459B for ; Tue, 26 Jun 2012 15:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A0D7DE5448 for ; Tue, 26 Jun 2012 15:42:56 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1340725353.895e95d2bfcf84dd956cc2e745e73d8ad5dca005.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: R-overlay.conf repo.list X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 895e95d2bfcf84dd956cc2e745e73d8ad5dca005 X-VCS-Branch: master Date: Tue, 26 Jun 2012 15:42:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 514c2379-8763-4300-932a-261d51c3ae06 X-Archives-Hash: cddebaa3762354b7b1607c695d55e162 commit: 895e95d2bfcf84dd956cc2e745e73d8ad5dca005 Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Tue Jun 26 15:42:33 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Tue Jun 26 15:42:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3D895e95d2 config files --- R-overlay.conf | 14 ++++++++------ repo.list | 24 +++++++++++++++++------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/R-overlay.conf b/R-overlay.conf index cfada43..2f67d32 100644 --- a/R-overlay.conf +++ b/R-overlay.conf @@ -3,11 +3,11 @@ =20 LOG_FILE =3D log/roverlay.log =20 -LOG_FILE_RESOLVED =3D log/dep_resolved.log +LOG_FILE_RESOLVED =3D log/dep_resolved.log LOG_FILE_UNRESOLVABLE =3D log/dep_unresolvable.log =20 # SIMPLE_RULES_FILE lists the rule files for dependency resolution -# SIMPLE_RULES_FILE ::=3D "[, ]" +# SIMPLE_RULES_FILE ::=3D "[ ]" SIMPLE_RULES_FILE =3D "simple-deprules.conf" =20 OVERLAY_NAME =3D ROverlay @@ -15,12 +15,14 @@ OVERLAY_DIR =3D /tmp/ROverlay_1 OVERLAY_CATEGORY =3D sci-R ECLASS =3D eclass/R-packages.eclass =20 -#REPO =3D "x;/somewhere;rsync://?;http://? a;;rsync://?;ftp://?" - # FIXME/TODO setting a bandwidth limit while testing on vulture. # TODO: what's a reasonable value? # using <~100mbit/s (12000 kilobytes/s) now -RSYNC_BWLIMIT =3D 12000 +# RSYNC_BWLIMIT =3D +###RSYNC_BWLIMIT =3D 12000 =20 # the repo config file, this can also be a whitespace-separated list of = files -repo_config =3D repo.list +# REPO_CONFIG ::=3D "[ ]" +REPO_CONFIG =3D repo.list + +DISTFILES =3D distfiles-root diff --git a/repo.list b/repo.list index 59fed5d..3b6c8cb 100644 --- a/repo.list +++ b/repo.list @@ -1,12 +1,22 @@ -#[CRAN/contrib] -#type =3D rsync -#rsync_uri =3D cran.r-project.org::CRAN/src/contrib -#src_uri =3D http://cran.r-project.org/src/contrib +[CRAN] +type =3D rsync +rsync_uri =3D cran.r-project.org::CRAN/src/contrib +src_uri =3D http://cran.r-project.org/src/contrib +# directory =3D / +#extra_rsync_opts =3D --list-only =20 #[BIOC] #rsync_uri =3D bioconductor.org::2.10/bioc/src/contrib #src_uri =3D ?? =20 -[testing] -type =3D local -directory =3D /tmp/rdist +#[testing] +#type =3D local +#directory =3D /tmp/rdist + +#[testing2] +#type =3D rsync +#directory =3D /tmp/rdist0 +#rsync_uri =3D /tmp/rdist +#recursive =3D yes + +