diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-11-22 15:11:55 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-11-22 15:11:55 +0000 |
commit | b37be99addbf6bb9cdf6cf448438add43e97e4af (patch) | |
tree | 5138adf7568edba66514983b98a33157dcffc228 /dev-lang/R/R-2.1.1.ebuild | |
parent | Stable on amd64, bug 112840. (diff) | |
download | historical-b37be99addbf6bb9cdf6cf448438add43e97e4af.tar.gz historical-b37be99addbf6bb9cdf6cf448438add43e97e4af.tar.bz2 historical-b37be99addbf6bb9cdf6cf448438add43e97e4af.zip |
Added version 2.2.0 with support for compilation with Intel(R) Fortran Compiler. Removed obsolete version 2.0.1. Fixed stale file Bug by running 64bit test in ${T} now.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-lang/R/R-2.1.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-2.1.1.ebuild b/dev-lang/R/R-2.1.1.ebuild index 06fa4c34f914..ade9ce8771e0 100644 --- a/dev-lang/R/R-2.1.1.ebuild +++ b/dev-lang/R/R-2.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.1.1.ebuild,v 1.5 2005/09/03 19:24:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.1.1.ebuild,v 1.6 2005/11/22 15:11:55 kugelfang Exp $ inherit fortran toolchain-funcs 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" +SRC_URI="mirror://cran/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/" |