summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 14:44:22 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 14:44:22 +0000
commit1e762734920e7e38fa60d50aafcc74eb40212e3e (patch)
tree0e6de2b17a8108119a9433e46c0ff64aa2930a53 /sci-mathematics
parentAdd dependency on virtual/fortran (diff)
downloadhistorical-1e762734920e7e38fa60d50aafcc74eb40212e3e.tar.gz
historical-1e762734920e7e38fa60d50aafcc74eb40212e3e.tar.bz2
historical-1e762734920e7e38fa60d50aafcc74eb40212e3e.zip
Add dependency on virtual/fortran
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dataplot/ChangeLog6
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225.ebuild6
-rw-r--r--sci-mathematics/dataplot/dataplot-20090821.ebuild6
-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
6 files changed, 26 insertions, 10 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index baf6c7092b4a..1cd176b8bc58 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.11 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.12 2011/06/21 14:44:22 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild,
+ dataplot-20090821.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild,
dataplot-20090821.ebuild:
diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild
index 7415e7371d67..f4671437c7b6 100644
--- a/sci-mathematics/dataplot/dataplot-20080225.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.9 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.10 2011/06/21 14:44:22 jlec Exp $
EAPI=2
@@ -28,7 +28,9 @@ COMMON_DEPEND="
gs? ( app-text/ghostscript-gpl media-libs/gd[png,jpeg] )"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ virtual/fortran
+ ${COMMON_DEPEND}
X? ( x11-misc/xdg-utils )"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild
index a84918df95f5..1260a3bcee98 100644
--- a/sci-mathematics/dataplot/dataplot-20090821.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.2 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.3 2011/06/21 14:44:22 jlec Exp $
EAPI=3
@@ -30,7 +30,9 @@ COMMON_DEPEND="
gd? ( media-libs/gd[png,jpeg] )"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ virtual/fortran
+ ${COMMON_DEPEND}
X? ( x11-misc/xdg-utils )"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index a6d2e98d2a73..61de2b4c608e 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/scilab
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.56 2011/06/21 09:53:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.57 2011/06/21 14:43:15 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> scilab-4.1.2-r1.ebuild,
+ scilab-4.1.2-r2.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@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 5030b731034c..3b88d4d2b509 100644
--- a/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.11 2011/06/21 09:53:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r1.ebuild,v 1.12 2011/06/21 14:43:15 jlec Exp $
EAPI="1"
@@ -15,7 +15,9 @@ SLOT="0"
IUSE="ocaml gtk Xaw3d java"
KEYWORDS="amd64 ppc x86"
-RDEPEND="virtual/blas
+RDEPEND="
+ virtual/fortran
+ virtual/blas
virtual/lapack
virtual/cblas
sys-libs/ncurses
diff --git a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
index 853d9c5f8082..e46aa2aa2fd2 100644
--- a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.9 2011/06/21 09:53:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.10 2011/06/21 14:43:15 jlec Exp $
EAPI="1"
@@ -15,7 +15,9 @@ SLOT="0"
IUSE="ocaml gtk Xaw3d java examples"
KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND="virtual/blas
+RDEPEND="
+ virtual/fortran
+ virtual/blas
virtual/lapack
virtual/cblas
sys-libs/ncurses