diff options
author | 2004-08-11 15:39:15 +0000 | |
---|---|---|
committer | 2004-08-11 15:39:15 +0000 | |
commit | 2dc1304d859a7bd6b3ce813abb858426bae78744 (patch) | |
tree | 3e858d8611b7e49eb8af70b211d380abb213ea8f /dev-lang/R | |
parent | Added nls IUSE flag. (diff) | |
download | historical-2dc1304d859a7bd6b3ce813abb858426bae78744.tar.gz historical-2dc1304d859a7bd6b3ce813abb858426bae78744.tar.bz2 historical-2dc1304d859a7bd6b3ce813abb858426bae78744.zip |
Oops. Typo ;-)
Diffstat (limited to 'dev-lang/R')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/Manifest | 6 | ||||
-rw-r--r-- | dev-lang/R/R-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/R/R-1.9.0-r1.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index caff39056eb0..e2e6d4ebba6a 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.27 2004/07/11 17:47:32 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.28 2004/08/11 15:39:15 kugelfang Exp $ + + 06 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> R-1.9.0-r1.ebuild: + Marked stable on amd64, ppc and x86. 11 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> R-1.8.1.ebuild, R-1.9.0-r1.ebuild, R-1.9.0.ebuild: diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest index c3628813fcb8..58af95303480 100644 --- a/dev-lang/R/Manifest +++ b/dev-lang/R/Manifest @@ -1,6 +1,6 @@ -MD5 2c18fd091cf3bf2140bcfca1b7c7d0d5 ChangeLog 4630 -MD5 16f543c6af90ae47ee3fef303785b2fc R-1.8.1.ebuild 3445 -MD5 1fa55104e2b70216f3d61f44b987bb57 R-1.9.0-r1.ebuild 3824 +MD5 3acb3ce407b32c91228eae895eae240f ChangeLog 4741 +MD5 4027c22b491e06111869bb623d88af28 R-1.8.1.ebuild 3444 +MD5 2abdc111b8847d10fb115d50ce5e328f R-1.9.0-r1.ebuild 3822 MD5 87962a83dd9d204aed08b5bd4adc8908 R-1.9.0.ebuild 3528 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 44015fe4137f1326769e89f2c2c2eda7 files/R-logo.png 4867 diff --git a/dev-lang/R/R-1.8.1.ebuild b/dev-lang/R/R-1.8.1.ebuild index 5574267ea2b1..1c61f6366c0b 100644 --- a/dev-lang/R/R-1.8.1.ebuild +++ b/dev-lang/R/R-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.11 2004/07/15 13:03:12 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.12 2004/08/11 15:39:15 kugelfang Exp $ IUSE="X atlas f77 gnome tcltk" @@ -33,7 +33,7 @@ DEPEND="virtual/libc >=dev-libs/glib-1.2.10 >=media-sound/esound-0.2.23 >=media-libs/audiofile-0.2.1 )" -S + SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 sparc ppc amd64" diff --git a/dev-lang/R/R-1.9.0-r1.ebuild b/dev-lang/R/R-1.9.0-r1.ebuild index 25f701287087..079a9ae24ee8 100644 --- a/dev-lang/R/R-1.9.0-r1.ebuild +++ b/dev-lang/R/R-1.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.7 2004/07/14 13:47:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.8 2004/08/11 15:39:15 kugelfang Exp $ IUSE="blas X tcltk gnome zlib bzlib pcre f2c" @@ -37,7 +37,7 @@ DEPEND="virtual/libc SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ppc amd64" pkg_setup() { if [ -z "$(which g77 2>/dev/null)" ]; then |