diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-14 18:02:07 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-14 18:02:07 +0000 |
commit | c01abc0ff380714b6c00ea787ea9312103f00b57 (patch) | |
tree | 3554e0ee2adadbe35d57e6da755003d59c50ab3f | |
parent | Marked ppc (diff) | |
download | historical-c01abc0ff380714b6c00ea787ea9312103f00b57.tar.gz historical-c01abc0ff380714b6c00ea787ea9312103f00b57.tar.bz2 historical-c01abc0ff380714b6c00ea787ea9312103f00b57.zip |
Fixed BUG #53872.
-rw-r--r-- | app-sci/scilab/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/scilab/Manifest | 6 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.7-r1.ebuild | 2 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.7-r3.ebuild | 11 |
4 files changed, 19 insertions, 7 deletions
diff --git a/app-sci/scilab/ChangeLog b/app-sci/scilab/ChangeLog index cb8458059328..d02d2b1e3431 100644 --- a/app-sci/scilab/ChangeLog +++ b/app-sci/scilab/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/scilab # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.15 2004/06/06 16:47:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/ChangeLog,v 1.16 2004/06/14 18:02:07 kugelfang Exp $ + + 14 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> scilab-2.7-r1.ebuild, + scilab-2.7-r3.ebuild: + Added (already) global USE flag "ifc" and appropriate dependency as well as the + g77/ifc warning routine from app-sci/octave. Fixes BUG #53872. 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> scilab-2.7-r3.ebuild: Marked stable on amd64. diff --git a/app-sci/scilab/Manifest b/app-sci/scilab/Manifest index 6ffba2be7c69..1b0a59fdfea1 100644 --- a/app-sci/scilab/Manifest +++ b/app-sci/scilab/Manifest @@ -1,9 +1,9 @@ -MD5 09e401f00532e4888f64a707ee690a9e ChangeLog 2724 +MD5 1eca921a3c6fb54dd49ab58e3b6cd1db ChangeLog 2970 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 61e61c194c1fb0870b5f9fc8134488cf scilab-2.6.ebuild 2841 -MD5 f7e616c488b1639cc1c58ee2cbe22e89 scilab-2.7-r1.ebuild 3508 +MD5 3c1225a93c0c76cb8cc51bfd55ed957e scilab-2.7-r1.ebuild 3507 MD5 725d9ba1ebc1ca8dfd289a103e8479bb scilab-2.7-r2.ebuild 3631 -MD5 b5a77af89091724512179579561bb7ce scilab-2.7-r3.ebuild 3765 +MD5 b625d7d24cce334818e158c6158e6f02 scilab-2.7-r3.ebuild 4019 MD5 015dc3de8e879f47211e082704607efb scilab-2.7.ebuild 3039 MD5 1d6cf95b60df9aed59392d68189bb25d files/digest-scilab-2.6 67 MD5 08e3affe50b12d19408b7e389b08a964 files/digest-scilab-2.7 67 diff --git a/app-sci/scilab/scilab-2.7-r1.ebuild b/app-sci/scilab/scilab-2.7-r1.ebuild index deb50ea8c2f6..2ca7fcaede26 100644 --- a/app-sci/scilab/scilab-2.7-r1.ebuild +++ b/app-sci/scilab/scilab-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r1.ebuild,v 1.2 2004/04/21 18:07:11 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r1.ebuild,v 1.3 2004/06/14 18:02:07 kugelfang Exp $ DESCRIPTION="scientific software package for numerical computations" SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz diff --git a/app-sci/scilab/scilab-2.7-r3.ebuild b/app-sci/scilab/scilab-2.7-r3.ebuild index ec2871ce637d..ed7c64f9faf2 100644 --- a/app-sci/scilab/scilab-2.7-r3.ebuild +++ b/app-sci/scilab/scilab-2.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r3.ebuild,v 1.4 2004/06/06 16:47:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r3.ebuild,v 1.5 2004/06/14 18:02:07 kugelfang Exp $ inherit virtualx eutils @@ -12,12 +12,13 @@ HOMEPAGE="http://www.scilab.org/" LICENSE="scilab" SLOT="0" KEYWORDS="~x86 amd64" -IUSE="tcltk gtk" +IUSE="tcltk gtk ifc" DEPEND="virtual/x11 x11-libs/Xaw3d sys-libs/ncurses tcltk? ( dev-lang/tk ) + x86? ( ifc? ( dev-lang/ifc ) ) gtk? ( =x11-libs/gtk+-1.2* >=gnome-base/gnome-libs-1.4.2 >=dev-libs/glib-2.2 @@ -34,6 +35,12 @@ pkg_setup() { ewarn 'Please uninstall it with "emerge unmerge scilab" before continuig' die fi + use ifc || if [ -z `which g77` ]; then + #if ifc is defined then the dep was already checked + eerror "No fortran compiler found on the system!" + eerror "Please add f77 to your USE flags and reemerge gcc!" + die + fi } src_unpack() { |