Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108620 | Differences between
and this patch

Collapse All | Expand All

(-)R-2.2.0.ebuild (-2 / +7 lines)
Lines 6-14 Link Here
6
6
7
IUSE="blas jpeg nls png readline tcltk X"
7
IUSE="blas jpeg nls png readline tcltk X"
8
DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics."
8
DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics."
9
SRC_URI="http://cran.r-project.org/src/base/R-2/${P}.tar.gz"
9
MY_P="R-patched"
10
SRC_URI="ftp://ftp.stat.math.ethz.ch/Software/R/${MY_P}_2005-11-09.tar.bz2"
11
#SRC_URI="http://cran.r-project.org/src/base/R-2/${P}.tar.gz"
10
#There are daily release patches, don't know how to utilize these
12
#There are daily release patches, don't know how to utilize these
11
#"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz"
13
#"ftp://ftp.stat.math.ethz.ch/Software/${PN}/${PN}-release.diff.gz"
14
12
HOMEPAGE="http://www.r-project.org/"
15
HOMEPAGE="http://www.r-project.org/"
13
DEPEND="virtual/libc
16
DEPEND="virtual/libc
14
		>=dev-lang/perl-5.6.1-r3
17
		>=dev-lang/perl-5.6.1-r3
Lines 20-26 Link Here
20
		tcltk? ( dev-lang/tk )"
23
		tcltk? ( dev-lang/tk )"
21
SLOT="0"
24
SLOT="0"
22
LICENSE="GPL-2 LGPL-2.1"
25
LICENSE="GPL-2 LGPL-2.1"
23
KEYWORDS="amd64 ppc ppc64 sparc x86"
26
KEYWORDS="~x86"
27
28
S=${WORKDIR}/${MY_P}
24
29
25
pkg_setup() {
30
pkg_setup() {
26
	# Test for a 64 bit architecture - f2c won't work on 64 bit archs with R.
31
	# Test for a 64 bit architecture - f2c won't work on 64 bit archs with R.

Return to bug 108620