diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-11-06 03:57:08 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-11-06 03:57:08 +0000 |
commit | a2cbef9b2d422ecafd323a0f419fb68a83f7765a (patch) | |
tree | 6a82c8927e97568f11dbc86ac98292426b6236c3 /sci-mathematics | |
parent | Marked stable on amd64 for bug #154176 (diff) | |
download | gentoo-2-a2cbef9b2d422ecafd323a0f419fb68a83f7765a.tar.gz gentoo-2-a2cbef9b2d422ecafd323a0f419fb68a83f7765a.tar.bz2 gentoo-2-a2cbef9b2d422ecafd323a0f419fb68a83f7765a.zip |
Added missing java dependency and inherited java-pkg-opt-2 eclass to properly set up build environment.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-4.0.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 60c0ffe6b7e2..33ac227c0d57 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.25 2006/09/17 01:50:25 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.26 2006/11/06 03:57:08 markusle Exp $ + + 06 Nov 2006; Markus Dittrich <markusle@gentoo.org> scilab-4.0.ebuild: + Added missing java dependency and inherited java-pkg-opt-2 eclass + to properly set up build environment. 16 Sep 2006; Markus Dittrich <markusle@gentoo.org> +files/scilab-4.0-configure-gfortran.patch, scilab-4.0.ebuild: diff --git a/sci-mathematics/scilab/scilab-4.0.ebuild b/sci-mathematics/scilab/scilab-4.0.ebuild index 8c121d5d8f88..0398122b745f 100644 --- a/sci-mathematics/scilab/scilab-4.0.ebuild +++ b/sci-mathematics/scilab/scilab-4.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.6 2006/09/17 01:50:25 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.7 2006/11/06 03:57:08 markusle Exp $ -inherit eutils fortran toolchain-funcs multilib autotools +inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" LICENSE="scilab" @@ -28,7 +28,8 @@ RDEPEND="virtual/blas tcltk? ( >=dev-lang/tk-8.4 >=dev-lang/tcl-8.4 ) Xaw3d? ( x11-libs/Xaw3d ) - ocaml? ( dev-lang/ocaml )" + ocaml? ( dev-lang/ocaml ) + java? ( >=virtual/jdk-1.4 )" DEPEND="${RDEPEND} app-text/sablotron" @@ -39,7 +40,7 @@ pkg_setup() { eerror 'scilab must be built with either USE="gtk" or USE="tcltk"' die fi - + java-pkg-opt-2_pkg_setup need_fortran gfortran g77 } |