Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: config/simple-deprules.d/, config/simple-deprules.d/selfdeps.d/
Date: Tue, 27 Aug 2013 15:40:18
Message-Id: 1377617899.3ed6ae45fdc67fedd3886c00b0117709c9c90ebe.dywi@gentoo
1 commit: 3ed6ae45fdc67fedd3886c00b0117709c9c90ebe
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Tue Aug 27 15:38:19 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Tue Aug 27 15:38:19 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3ed6ae45
7
8 per-repo selfdep rule files
9
10 ---
11 config/simple-deprules.d/selfdeps | 49 ++++------------------------
12 config/simple-deprules.d/selfdeps.d/README | 11 +++++++
13 config/simple-deprules.d/selfdeps.d/sci-BIOC | 13 ++++++++
14 config/simple-deprules.d/selfdeps.d/sci-CRAN | 40 +++++++++++++++++++++++
15 4 files changed, 71 insertions(+), 42 deletions(-)
16
17 diff --git a/config/simple-deprules.d/selfdeps b/config/simple-deprules.d/selfdeps
18 index 2037de2..63e49bc 100644
19 --- a/config/simple-deprules.d/selfdeps
20 +++ b/config/simple-deprules.d/selfdeps
21 @@ -1,16 +1,11 @@
22 -#deptype pkg,selfdep
23 +#! NOPARSE
24 +#! ERROR
25 +# Replaced by the selfdeps.d directory, which contains per-repo selfdep files.
26 +#
27 +# This file lists old rules, which are not yet included there.
28 +#
29
30 -# FIXME: this may be incorrect
31 -~sci-R/BSgenome {
32 - BSgenome.Celegans.UCSC.ce2
33 - BSgenome.Dmelanogaster.UCSC.dm3
34 - BSgenome.Ecoli.NCBI.20080805
35 - BSgenome.Hsapiens.UCSC.hg18
36 - BSgenome.Hsapiens.UCSC.hg19
37 - BSgenome.Mmusculus.UCSC.mm9
38 - BSgenome.Rnorvegicus.UCSC.rn4
39 - BSgenome.Scerevisiae.UCSC.sacCer2
40 -}
41 +#deptype pkg,selfdep
42
43 sci-R/chron :: get.hist.quote needs packagechron.
44
45 @@ -20,38 +15,8 @@ sci-R/chron :: get.hist.quote needs packagechron.
46 CoCoObjects
47 CoCoRaw
48 }
49 -
50 -sci-R/csound {
51 - A valid copy of the Csound library must be present.Csound can be downloaded from http://www.csounds.com. Thelibrary is included in the default Windows and Mac OS Xdistributions
52 - playitbyr creates sound using the csound package
53 - which requires the free and open source software synthesizerCsound
54 -}
55 -
56 -~sci-R/mimR :: mim
57 -
58 -sci-R/MVA {
59 - white.test needs packagemva
60 - white.test needs package mva
61 -}
62 -
63 -sci-R/quadprog :: portfolio.optim needs package quadprog
64 -
65 -sci-R/rgl :: rgl packages for rendering
66 -
67 -~sci-R/sgeostat {
68 - sgeostat.
69 - geostat.
70 -}
71 -
72 sci-R/survival4 :: survival4 if survival models are to be used.
73 ~sci-R/survival5 :: survival5 for some examples
74 sci-R/survival5 :: survival5 if survival models are to be used.
75
76 ~sci-R/VhayuR :: Vhayu
77 -
78 -sci-R/xgobi {
79 - xgobi must be installed additionally
80 - xgobi & xgvis programs: http://www.research.att.com/areas/stat/xgobi/
81 -}
82 -
83 -~sci-R/BayesFactor :: BayesFactorPCL
84
85 diff --git a/config/simple-deprules.d/selfdeps.d/README b/config/simple-deprules.d/selfdeps.d/README
86 new file mode 100644
87 index 0000000..30b0051
88 --- /dev/null
89 +++ b/config/simple-deprules.d/selfdeps.d/README
90 @@ -0,0 +1,11 @@
91 +#! NOPARSE
92 +#
93 +# Use one file per repo "group" (=same category), so that category moves
94 +# can be edited easily (e.g. with sed).
95 +#
96 +# Don't forget one of
97 +# #deptype sys,selfdep
98 +# #deptype pkg,selfdep
99 +# at the top of each rule file.
100 +#
101 +#! ERROR
102
103 diff --git a/config/simple-deprules.d/selfdeps.d/sci-BIOC b/config/simple-deprules.d/selfdeps.d/sci-BIOC
104 new file mode 100644
105 index 0000000..4ade538
106 --- /dev/null
107 +++ b/config/simple-deprules.d/selfdeps.d/sci-BIOC
108 @@ -0,0 +1,13 @@
109 +#deptype pkg,selfdep
110 +
111 +# FIXME: this may be incorrect
112 +~sci-R/BSgenome {
113 + BSgenome.Celegans.UCSC.ce2
114 + BSgenome.Dmelanogaster.UCSC.dm3
115 + BSgenome.Ecoli.NCBI.20080805
116 + BSgenome.Hsapiens.UCSC.hg18
117 + BSgenome.Hsapiens.UCSC.hg19
118 + BSgenome.Mmusculus.UCSC.mm9
119 + BSgenome.Rnorvegicus.UCSC.rn4
120 + BSgenome.Scerevisiae.UCSC.sacCer2
121 +}
122
123 diff --git a/config/simple-deprules.d/selfdeps.d/sci-CRAN b/config/simple-deprules.d/selfdeps.d/sci-CRAN
124 new file mode 100644
125 index 0000000..5935939
126 --- /dev/null
127 +++ b/config/simple-deprules.d/selfdeps.d/sci-CRAN
128 @@ -0,0 +1,40 @@
129 +#deptype pkg,selfdep
130 +
131 +sci-CRAN/csound {
132 + A valid copy of the Csound library must be present.Csound can be downloaded from http://www.csounds.com. Thelibrary is included in the default Windows and Mac OS Xdistributions
133 + playitbyr creates sound using the csound package
134 + which requires the free and open source software synthesizerCsound
135 +}
136 +
137 +~sci-CRAN/mimR :: mim
138 +
139 +sci-CRAN/quadprog :: portfolio.optim needs package quadprog
140 +
141 +sci-CRAN/rgl :: rgl packages for rendering
142 +
143 +sci-CRAN/MVA {
144 + white.test needs packagemva
145 + white.test needs package mva
146 +}
147 +
148 +~sci-CRAN/sgeostat {
149 + sgeostat.
150 + geostat.
151 +}
152 +
153 +# the following rule is _not_ correct
154 +# (the dependency strings listed here want the "xgobi" program from
155 +# http://www.research.att.com/areas/stat/xgobi/, not the R package)
156 +#
157 +## sci-CRAN/xgobi {
158 +## xgobi must be installed additionally
159 +## xgobi & xgvis programs: http://www.research.att.com/areas/stat/xgobi/
160 +## }
161 +
162 +~sci-CRAN/BayesFactor :: BayesFactorPCL
163 +
164 +>=sci-CRAN/adimpro-0.4.2 :: adimpro (>= 0.4.2)The R-package 'adimpro' (for reading
165 +
166 +sci-CRAN/adimpro {
167 + The R-package 'adimpro' (for reading
168 +}