summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-16 15:15:48 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-16 15:15:48 +0000
commit9b1f0d9e34a577c893c853f889b25e245f67237b (patch)
tree163c715925b2460b87c91458d271589f68395e61 /sci-mathematics/scilab
parentRemoval of fortran.eclass, #348851 (diff)
downloadgentoo-2-9b1f0d9e34a577c893c853f889b25e245f67237b.tar.gz
gentoo-2-9b1f0d9e34a577c893c853f889b25e245f67237b.tar.bz2
gentoo-2-9b1f0d9e34a577c893c853f889b25e245f67237b.zip
Removal of fortran.eclass, #348851
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r--sci-mathematics/scilab/ChangeLog6
-rw-r--r--sci-mathematics/scilab/scilab-4.1.2-r1.ebuild6
-rw-r--r--sci-mathematics/scilab/scilab-4.1.2-r2.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index 008d87cc218c..d5a84e3421e1 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/scilab
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.50 2010/11/08 17:51:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.51 2010/12/16 15:15:48 jlec Exp $
+
+ 16 Dec 2010; Justin Lecher <jlec@gentoo.org> scilab-4.1.2-r1.ebuild,
+ scilab-4.1.2-r2.ebuild:
+ Removal of fortran.eclass, #348851
08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org>
scilab-4.1.2-r1.ebuild, scilab-4.1.2-r2.ebuild:
diff --git a/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild b/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild
index d37d2bdea71d..dcb2f9eff07c 100644
--- a/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild,v 1.5 2010/11/08 17:51:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild,v 1.6 2010/12/16 15:15:48 jlec Exp $
-inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
+inherit eutils toolchain-funcs multilib autotools java-pkg-opt-2
DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)"
LICENSE="scilab"
@@ -86,7 +86,7 @@ src_compile() {
# the tk interface is the default
myopts="${myopts} --with-tk"
- if [[ ${FORTRANC} == gfortran ]]; then
+ if [[ $(tc-getFC) == gfortran ]]; then
myopts="${myopts} --with-gfortran"
fi
diff --git a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
index b368d87713b9..4ef0a0967b8b 100644
--- a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.3 2010/11/08 17:51:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.4 2010/12/16 15:15:48 jlec Exp $
-inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
+inherit eutils toolchain-funcs multilib autotools java-pkg-opt-2
DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)"
LICENSE="scilab"
@@ -87,7 +87,7 @@ src_compile() {
# the tk interface is the default
myopts="${myopts} --with-tk"
- if [[ ${FORTRANC} == gfortran ]]; then
+ if [[ $(tc-getFC) == gfortran ]]; then
myopts="${myopts} --with-gfortran"
fi