diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-02-02 13:46:17 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-02-02 13:46:17 +0000 |
commit | 00b97303a510536b2f55c5afb563c54e351ae00e (patch) | |
tree | 103dfff48f8caffdaaa7aba3346c95f5bddfb194 /dev-lang | |
parent | Added dependency on rdesktop. (diff) | |
download | gentoo-2-00b97303a510536b2f55c5afb563c54e351ae00e.tar.gz gentoo-2-00b97303a510536b2f55c5afb563c54e351ae00e.tar.bz2 gentoo-2-00b97303a510536b2f55c5afb563c54e351ae00e.zip |
GNU Fortran 77 profile name changed to g77 in fortran.eclass
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/R/R-1.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/R/R-1.9.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/R/R-2.0.0.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index bbd61ec90672..10443d2cd8d9 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.36 2004/11/17 16:44:42 corsair Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.37 2005/02/02 13:46:17 kugelfang Exp $ + + 02 Feb 2005; Danny van Dyk <kugelfang@gentoo.org> R-2.0.0.ebuild: + GNU Fortran 77 profile name changed to g77 in fortran.eclass 17 Nov 2004; Markus Rothe <corsair@gentoo.org> R-2.0.0.ebuild: stable on ppc64 diff --git a/dev-lang/R/R-1.9.0-r1.ebuild b/dev-lang/R/R-1.9.0-r1.ebuild index 1f3314e61bee..ab4dd5ea1429 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 +# 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-1.9.0-r1.ebuild,v 1.13 2004/10/10 18:53:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.14 2005/02/02 13:46:17 kugelfang Exp $ inherit 64-bit diff --git a/dev-lang/R/R-1.9.1.ebuild b/dev-lang/R/R-1.9.1.ebuild index 1416544d6a85..cdc6e0fc5689 100644 --- a/dev-lang/R/R-1.9.1.ebuild +++ b/dev-lang/R/R-1.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-1.9.1.ebuild,v 1.3 2004/09/12 20:51:09 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.1.ebuild,v 1.4 2005/02/02 13:46:17 kugelfang Exp $ inherit 64-bit diff --git a/dev-lang/R/R-2.0.0.ebuild b/dev-lang/R/R-2.0.0.ebuild index 8eb6cf8eb57c..fc0c7e5c5158 100644 --- a/dev-lang/R/R-2.0.0.ebuild +++ b/dev-lang/R/R-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.0.0.ebuild,v 1.3 2004/11/17 16:44:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.0.0.ebuild,v 1.4 2005/02/02 13:46:17 kugelfang Exp $ inherit 64-bit fortran @@ -41,7 +41,7 @@ SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="~x86 ~sparc ~ppc ppc64 ~amd64" -64-bit || FORTRAN="f77 f2c" # No f2c on 64-bit systems :-/ +64-bit || FORTRAN="g77 f2c" # No f2c on 64-bit systems :-/ src_unpack() { unpack ${A} |