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