Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: /
Date: Tue, 26 Jun 2012 15:43:52
Message-Id: 1340725353.895e95d2bfcf84dd956cc2e745e73d8ad5dca005.dywi@gentoo
1 commit: 895e95d2bfcf84dd956cc2e745e73d8ad5dca005
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Tue Jun 26 15:42:33 2012 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Tue Jun 26 15:42:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=895e95d2
7
8 config files
9
10 ---
11 R-overlay.conf | 14 ++++++++------
12 repo.list | 24 +++++++++++++++++-------
13 2 files changed, 25 insertions(+), 13 deletions(-)
14
15 diff --git a/R-overlay.conf b/R-overlay.conf
16 index cfada43..2f67d32 100644
17 --- a/R-overlay.conf
18 +++ b/R-overlay.conf
19 @@ -3,11 +3,11 @@
20
21 LOG_FILE = log/roverlay.log
22
23 -LOG_FILE_RESOLVED = log/dep_resolved.log
24 +LOG_FILE_RESOLVED = log/dep_resolved.log
25 LOG_FILE_UNRESOLVABLE = log/dep_unresolvable.log
26
27 # SIMPLE_RULES_FILE lists the rule files for dependency resolution
28 -# SIMPLE_RULES_FILE ::= "<file>[, <file>]"
29 +# SIMPLE_RULES_FILE ::= "<file>[ <file>]"
30 SIMPLE_RULES_FILE = "simple-deprules.conf"
31
32 OVERLAY_NAME = ROverlay
33 @@ -15,12 +15,14 @@ OVERLAY_DIR = /tmp/ROverlay_1
34 OVERLAY_CATEGORY = sci-R
35 ECLASS = eclass/R-packages.eclass
36
37 -#REPO = "x;/somewhere;rsync://?;http://? a;;rsync://?;ftp://?"
38 -
39 # FIXME/TODO setting a bandwidth limit while testing on vulture.
40 # TODO: what's a reasonable value?
41 # using <~100mbit/s (12000 kilobytes/s) now
42 -RSYNC_BWLIMIT = 12000
43 +# RSYNC_BWLIMIT = <integer (in kilobytes per second)>
44 +###RSYNC_BWLIMIT = 12000
45
46 # the repo config file, this can also be a whitespace-separated list of files
47 -repo_config = repo.list
48 +# REPO_CONFIG ::= "<file>[ <file>]"
49 +REPO_CONFIG = repo.list
50 +
51 +DISTFILES = distfiles-root
52
53 diff --git a/repo.list b/repo.list
54 index 59fed5d..3b6c8cb 100644
55 --- a/repo.list
56 +++ b/repo.list
57 @@ -1,12 +1,22 @@
58 -#[CRAN/contrib]
59 -#type = rsync
60 -#rsync_uri = cran.r-project.org::CRAN/src/contrib
61 -#src_uri = http://cran.r-project.org/src/contrib
62 +[CRAN]
63 +type = rsync
64 +rsync_uri = cran.r-project.org::CRAN/src/contrib
65 +src_uri = http://cran.r-project.org/src/contrib
66 +# directory = <distfiles root>/<name of this repo>
67 +#extra_rsync_opts = --list-only
68
69 #[BIOC]
70 #rsync_uri = bioconductor.org::2.10/bioc/src/contrib
71 #src_uri = ??
72
73 -[testing]
74 -type = local
75 -directory = /tmp/rdist
76 +#[testing]
77 +#type = local
78 +#directory = /tmp/rdist
79 +
80 +#[testing2]
81 +#type = rsync
82 +#directory = /tmp/rdist0
83 +#rsync_uri = /tmp/rdist
84 +#recursive = yes
85 +
86 +