diff options
author | 2011-06-21 15:19:21 +0000 | |
---|---|---|
committer | 2011-06-21 15:19:21 +0000 | |
commit | 20da4b99630dec3595ca32a06faa525aeb74cd55 (patch) | |
tree | e875c32f7d85eb00b46abdb6f78413d5f0118baf /sci-libs | |
parent | Add dependency on virtual/fortran (diff) | |
download | historical-20da4b99630dec3595ca32a06faa525aeb74cd55.tar.gz historical-20da4b99630dec3595ca32a06faa525aeb74cd55.tar.bz2 historical-20da4b99630dec3595ca32a06faa525aeb74cd55.zip |
Add dependency on virtual/fortran
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
72 files changed, 310 insertions, 111 deletions
diff --git a/sci-libs/cgcode/ChangeLog b/sci-libs/cgcode/ChangeLog index 2029f190c1e3..98b292f2f2bb 100644 --- a/sci-libs/cgcode/ChangeLog +++ b/sci-libs/cgcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cgcode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.4 2011/06/21 08:23:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.5 2011/06/21 15:19:21 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/cgcode/cgcode-1.0.ebuild b/sci-libs/cgcode/cgcode-1.0.ebuild index a51d3c832405..4ea2861a31b5 100644 --- a/sci-libs/cgcode/cgcode-1.0.ebuild +++ b/sci-libs/cgcode/cgcode-1.0.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-libs/cgcode/cgcode-1.0.ebuild,v 1.4 2011/06/21 08:23:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0.ebuild,v 1.5 2011/06/21 15:19:21 jlec Exp $ EAPI="3" @@ -15,7 +15,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" IUSE="" -RDEPEND="virtual/blas" +RDEPEND=" + virtual/fortran + virtual/blas" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN} diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 991333c917ea..4b4d1f2f2296 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.115 2011/06/21 10:11:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.116 2011/06/21 15:19:08 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> fftw-2.1.5-r5.ebuild, + fftw-2.1.5-r8.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> fftw-2.1.5-r5.ebuild, fftw-2.1.5-r8.ebuild, fftw-3.2.2.ebuild, fftw-3.2.2-r1.ebuild: diff --git a/sci-libs/fftw/fftw-2.1.5-r5.ebuild b/sci-libs/fftw/fftw-2.1.5-r5.ebuild index bbc0086f2817..ac98c3a98cb6 100644 --- a/sci-libs/fftw/fftw-2.1.5-r5.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r5.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-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.20 2011/06/21 10:11:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.21 2011/06/21 15:19:08 jlec Exp $ inherit eutils fortran-2 flag-o-matic autotools toolchain-funcs @@ -8,7 +8,9 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform" SRC_URI="http://www.fftw.org/${P}.tar.gz" HOMEPAGE="http://www.fftw.org" -DEPEND="mpi? ( virtual/mpi )" +DEPEND=" + fortran? ( virtual/fortran ) + mpi? ( virtual/mpi )" RDEPEND="${DEPEND}" SLOT="2.1" diff --git a/sci-libs/fftw/fftw-2.1.5-r8.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild index 4c4a70e49288..b55d9e4124d7 100644 --- a/sci-libs/fftw/fftw-2.1.5-r8.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r8.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-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.8 2011/06/21 10:11:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.9 2011/06/21 15:19:08 jlec Exp $ EAPI="3" @@ -10,7 +10,9 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform" SRC_URI="http://www.fftw.org/${P}.tar.gz" HOMEPAGE="http://www.fftw.org" -DEPEND="mpi? ( virtual/mpi )" +DEPEND=" + fortran? ( virtual/fortran ) + mpi? ( virtual/mpi )" RDEPEND="${DEPEND}" SLOT="2.1" diff --git a/sci-libs/gpp4/ChangeLog b/sci-libs/gpp4/ChangeLog index dc0891f4fba9..a875c2863fd6 100644 --- a/sci-libs/gpp4/ChangeLog +++ b/sci-libs/gpp4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gpp4 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.2 2011/06/21 08:24:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.3 2011/06/21 15:18:38 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild index 2e4dddf3658d..901834e450a3 100644 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild +++ b/sci-libs/gpp4/gpp4-1.3.1.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-libs/gpp4/gpp4-1.3.1.ebuild,v 1.2 2011/06/21 08:24:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.3 2011/06/21 15:18:38 jlec Exp $ EAPI="4" @@ -15,7 +15,9 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="fortran static-libs" -RDEPEND="sci-libs/mmdb" +RDEPEND=" + fortran? ( virtual/fortran ) + sci-libs/mmdb" DEPEND="${RDEPEND}" src_configure() { diff --git a/sci-libs/grib_api/ChangeLog b/sci-libs/grib_api/ChangeLog index 4ce41bd8de6d..035d10d72ec6 100644 --- a/sci-libs/grib_api/ChangeLog +++ b/sci-libs/grib_api/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/grib_api # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/grib_api/ChangeLog,v 1.4 2011/06/21 08:24:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/grib_api/ChangeLog,v 1.5 2011/06/21 15:18:12 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> grib_api-1.9.5-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> grib_api-1.9.5-r1.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/grib_api/grib_api-1.9.5-r1.ebuild b/sci-libs/grib_api/grib_api-1.9.5-r1.ebuild index 22afb1aa50b9..5b210beae76d 100644 --- a/sci-libs/grib_api/grib_api-1.9.5-r1.ebuild +++ b/sci-libs/grib_api/grib_api-1.9.5-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-libs/grib_api/grib_api-1.9.5-r1.ebuild,v 1.3 2011/06/21 08:24:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/grib_api/grib_api-1.9.5-r1.ebuild,v 1.4 2011/06/21 15:18:12 jlec Exp $ EAPI=2 inherit eutils fortran-2 autotools @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples fortran jpeg2k openmp png perl python static-libs" -DEPEND="jpeg2k? ( || ( media-libs/jasper media-libs/openjpeg ) ) +DEPEND=" + fortran? ( virtual/fortran ) + jpeg2k? ( || ( media-libs/jasper media-libs/openjpeg ) ) png? ( media-libs/libpng ) python? ( dev-python/numpy )" RDEPEND="${DEPEND}" diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog index abcef5b95fb5..78bb7f0f148d 100644 --- a/sci-libs/gts/ChangeLog +++ b/sci-libs/gts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.16 2011/06/21 08:25:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.17 2011/06/21 15:18:09 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild, + gts-20090909.ebuild, gts-20100321-r1.ebuild, gts-20100321-r2.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild, gts-20090909.ebuild, gts-20100321-r1.ebuild, gts-20100321-r2.ebuild: diff --git a/sci-libs/gts/gts-20081607.ebuild b/sci-libs/gts/gts-20081607.ebuild index 486ac6d4fac8..737996a1e3da 100644 --- a/sci-libs/gts/gts-20081607.ebuild +++ b/sci-libs/gts/gts-20081607.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-libs/gts/gts-20081607.ebuild,v 1.4 2011/06/21 08:25:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20081607.ebuild,v 1.5 2011/06/21 15:18:09 jlec Exp $ EAPI="1" @@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" RDEPEND=" + virtual/fortran + dev-libs/glib:2 sys-apps/gawk media-libs/netpbm" diff --git a/sci-libs/gts/gts-20090909.ebuild b/sci-libs/gts/gts-20090909.ebuild index 6274e8c986c0..84636785f315 100644 --- a/sci-libs/gts/gts-20090909.ebuild +++ b/sci-libs/gts/gts-20090909.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-libs/gts/gts-20090909.ebuild,v 1.3 2011/06/21 08:25:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20090909.ebuild,v 1.4 2011/06/21 15:18:09 jlec Exp $ EAPI=2 inherit eutils fortran-2 autotools @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" -RDEPEND="dev-libs/glib:2" +RDEPEND=" + virtual/fortran + dev-libs/glib:2" DEPEND="${RDEPEND} dev-util/pkgconfig test? ( media-libs/netpbm )" diff --git a/sci-libs/gts/gts-20100321-r1.ebuild b/sci-libs/gts/gts-20100321-r1.ebuild index b110ac0c8968..19a006e8f854 100644 --- a/sci-libs/gts/gts-20100321-r1.ebuild +++ b/sci-libs/gts/gts-20100321-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-libs/gts/gts-20100321-r1.ebuild,v 1.3 2011/06/21 08:25:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.4 2011/06/21 15:18:09 jlec Exp $ EAPI=2 inherit eutils fortran-2 autotools @@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" RDEPEND=" + virtual/fortran + dev-libs/glib:2 !dev-vcs/rcs !<=sci-chemistry/ccp4-apps-6.1.3-r2" diff --git a/sci-libs/gts/gts-20100321-r2.ebuild b/sci-libs/gts/gts-20100321-r2.ebuild index a24a110edad8..a476213fa067 100644 --- a/sci-libs/gts/gts-20100321-r2.ebuild +++ b/sci-libs/gts/gts-20100321-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-libs/gts/gts-20100321-r2.ebuild,v 1.2 2011/06/21 08:25:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.3 2011/06/21 15:18:09 jlec Exp $ EAPI=2 inherit eutils fortran-2 autotools @@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" RDEPEND=" + virtual/fortran + dev-libs/glib:2 !<=sci-chemistry/ccp4-apps-6.1.3-r2" DEPEND="${RDEPEND} diff --git a/sci-libs/hdf/ChangeLog b/sci-libs/hdf/ChangeLog index 30806df70c82..103427cd0324 100644 --- a/sci-libs/hdf/ChangeLog +++ b/sci-libs/hdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.20 2011/06/21 08:25:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.21 2011/06/21 15:17:25 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf-4.2_p4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf-4.2_p4.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/hdf/hdf-4.2_p4.ebuild b/sci-libs/hdf/hdf-4.2_p4.ebuild index cfe7b10c7abb..706330a1a20c 100644 --- a/sci-libs/hdf/hdf-4.2_p4.ebuild +++ b/sci-libs/hdf/hdf-4.2_p4.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-libs/hdf/hdf-4.2_p4.ebuild,v 1.8 2011/06/21 08:25:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2_p4.ebuild,v 1.9 2011/06/21 15:17:25 jlec Exp $ EAPI=2 inherit eutils fortran-2 toolchain-funcs autotools flag-o-matic @@ -17,7 +17,9 @@ KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="fortran netcdf szip" -RDEPEND="sys-libs/zlib +RDEPEND=" + fortran? ( virtual/fortran ) + sys-libs/zlib virtual/jpeg szip? ( >=sci-libs/szip-2 )" diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index e0a5e26c8336..8d17f3814eb8 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.68 2011/06/21 09:50:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.69 2011/06/21 15:18:04 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf5-1.8.4-r1.ebuild, + hdf5-1.8.6.ebuild, hdf5-1.8.7.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf5-1.8.4-r1.ebuild, hdf5-1.8.6.ebuild, hdf5-1.8.7.ebuild: diff --git a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild index 6b76d6e4044b..ab9c9360a830 100644 --- a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.4-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-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.14 2011/06/21 09:50:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.15 2011/06/21 15:18:04 jlec Exp $ EAPI=2 inherit eutils fortran-2 autotools @@ -15,7 +15,9 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="cxx examples fortran mpi szip threads zlib" -RDEPEND="mpi? ( || ( +RDEPEND=" + fortran? ( virtual/fortran ) + mpi? ( || ( sys-cluster/openmpi[romio] sys-cluster/mpich2[romio] ) ) szip? ( >=sci-libs/szip-2.1 ) diff --git a/sci-libs/hdf5/hdf5-1.8.6.ebuild b/sci-libs/hdf5/hdf5-1.8.6.ebuild index e880225e1fa7..8bd004b51d65 100644 --- a/sci-libs/hdf5/hdf5-1.8.6.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.6.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-libs/hdf5/hdf5-1.8.6.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.6.ebuild,v 1.4 2011/06/21 15:18:04 jlec Exp $ EAPI=2 @@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cxx debug examples fortran mpi szip threads zlib" -RDEPEND="mpi? ( virtual/mpi[romio] ) +RDEPEND=" + fortran? ( virtual/fortran ) + mpi? ( virtual/mpi[romio] ) szip? ( >=sci-libs/szip-2.1 ) zlib? ( sys-libs/zlib )" diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild index 23611791f668..b4047eee3452 100644 --- a/sci-libs/hdf5/hdf5-1.8.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.7.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-libs/hdf5/hdf5-1.8.7.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.4 2011/06/21 15:18:04 jlec Exp $ EAPI=2 @@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cxx debug examples fortran mpi szip threads zlib" -RDEPEND="mpi? ( virtual/mpi[romio] ) +RDEPEND=" + fortran? ( virtual/fortran ) + mpi? ( virtual/mpi[romio] ) szip? ( >=sci-libs/szip-2.1 ) zlib? ( sys-libs/zlib )" diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index 4889efd2656e..517ef15b8fb1 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.84 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.85 2011/06/21 15:17:25 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> lapack-atlas-3.8.0.ebuild, + lapack-atlas-3.8.2.ebuild, lapack-atlas-3.9.3.ebuild, + lapack-atlas-3.9.21.ebuild, lapack-atlas-3.9.21-r1.ebuild, + lapack-atlas-3.9.23.ebuild, lapack-atlas-3.9.23-r2.ebuild, + lapack-atlas-3.9.23-r3.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> lapack-atlas-3.8.0.ebuild, lapack-atlas-3.8.2.ebuild, lapack-atlas-3.9.3.ebuild, diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild index b6713725cf45..961e663fee18 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.8.0.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-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.18 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.19 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.8.2.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.8.2.ebuild index e78ac5e59d42..07b83d602b9d 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.8.2.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.8.2.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-libs/lapack-atlas/lapack-atlas-3.8.2.ebuild,v 1.5 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.2.ebuild,v 1.6 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.21-r1.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.21-r1.ebuild index 6e54b8966a1b..677ab8fcae03 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.21-r1.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.21-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-libs/lapack-atlas/lapack-atlas-3.9.21-r1.ebuild,v 1.4 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21-r1.ebuild,v 1.5 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild index 94e68869096f..ef3c50be1230 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.21.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-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.6 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.21.ebuild,v 1.7 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild index b2b2537e7c12..faf04f71955f 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-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-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild,v 1.5 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild,v 1.6 2011/06/21 15:17:25 jlec Exp $ EAPI="3" @@ -25,7 +25,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild index 6cf4b938b3af..2f4d4902fffa 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.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-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild,v 1.4 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild,v 1.5 2011/06/21 15:17:25 jlec Exp $ EAPI="3" @@ -25,7 +25,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild index 0e4eb52e0564..90e9c4abcfef 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.23.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-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild,v 1.4 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild,v 1.5 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild index d5bfaccb71a0..7ff8c0b1fbb0 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.3.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-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild,v 1.7 2011/06/21 08:07:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild,v 1.8 2011/06/21 15:17:25 jlec Exp $ inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator @@ -23,7 +23,9 @@ SLOT="0" IUSE="doc" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -CDEPEND="virtual/blas +CDEPEND=" + virtual/fortran + virtual/blas virtual/cblas app-admin/eselect-lapack ~sci-libs/blas-atlas-${BlasRelease}" diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog index 32590e1c099f..e7987abde663 100644 --- a/sci-libs/lapack-reference/ChangeLog +++ b/sci-libs/lapack-reference/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/lapack-reference # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.57 2011/06/21 09:27:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.58 2011/06/21 15:15:28 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> + lapack-reference-3.1.1-r1.ebuild, lapack-reference-3.2.1.ebuild, + lapack-reference-3.2.1-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> lapack-reference-3.1.1-r1.ebuild, lapack-reference-3.2.1.ebuild, diff --git a/sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild b/sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild index 9ad7f7c09c2a..56a5f93d23f4 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.1.1-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-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild,v 1.27 2011/06/21 09:27:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild,v 1.28 2011/06/21 15:15:28 jlec Exp $ inherit autotools eutils fortran-2 flag-o-matic multilib toolchain-funcs @@ -18,6 +18,8 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=" + virtual/fortran + app-admin/eselect-lapack virtual/blas" DEPEND=" diff --git a/sci-libs/lapack-reference/lapack-reference-3.2.1-r1.ebuild b/sci-libs/lapack-reference/lapack-reference-3.2.1-r1.ebuild index c080968505d8..782d388c6b97 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.2.1-r1.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.2.1-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-libs/lapack-reference/lapack-reference-3.2.1-r1.ebuild,v 1.9 2011/06/21 09:27:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.2.1-r1.ebuild,v 1.10 2011/06/21 15:15:28 jlec Exp $ EAPI=3 @@ -21,6 +21,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86 IUSE="doc" RDEPEND=" + virtual/fortran + app-admin/eselect-lapack virtual/blas" DEPEND=" diff --git a/sci-libs/lapack-reference/lapack-reference-3.2.1.ebuild b/sci-libs/lapack-reference/lapack-reference-3.2.1.ebuild index c730d92d4558..9fa0580f4579 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.2.1.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.2.1.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-libs/lapack-reference/lapack-reference-3.2.1.ebuild,v 1.9 2011/06/21 09:27:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.2.1.ebuild,v 1.10 2011/06/21 15:15:28 jlec Exp $ inherit autotools eutils fortran-2 flag-o-matic multilib toolchain-funcs @@ -19,6 +19,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="doc" RDEPEND=" + virtual/fortran + app-admin/eselect-lapack virtual/blas" DEPEND=" diff --git a/sci-libs/libbufr/ChangeLog b/sci-libs/libbufr/ChangeLog index 7b7b19c2beb7..5d777ffbc366 100644 --- a/sci-libs/libbufr/ChangeLog +++ b/sci-libs/libbufr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libbufr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.7 2011/06/21 08:26:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/ChangeLog,v 1.8 2011/06/21 15:15:13 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libbufr-000360.ebuild, + libbufr-000387.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libbufr-000360.ebuild, libbufr-000387.ebuild: diff --git a/sci-libs/libbufr/libbufr-000360.ebuild b/sci-libs/libbufr/libbufr-000360.ebuild index 4ddcfd95e104..a12a9d81e61f 100644 --- a/sci-libs/libbufr/libbufr-000360.ebuild +++ b/sci-libs/libbufr/libbufr-000360.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-libs/libbufr/libbufr-000360.ebuild,v 1.7 2011/06/21 08:26:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/libbufr-000360.ebuild,v 1.8 2011/06/21 15:15:13 jlec Exp $ EAPI=2 @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc examples" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="sys-apps/findutils" diff --git a/sci-libs/libbufr/libbufr-000387.ebuild b/sci-libs/libbufr/libbufr-000387.ebuild index aaff4be2ca82..9e78431060be 100644 --- a/sci-libs/libbufr/libbufr-000387.ebuild +++ b/sci-libs/libbufr/libbufr-000387.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-libs/libbufr/libbufr-000387.ebuild,v 1.5 2011/06/21 08:26:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libbufr/libbufr-000387.ebuild,v 1.6 2011/06/21 15:15:13 jlec Exp $ EAPI=3 @@ -19,7 +19,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug doc examples" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="sys-apps/findutils" diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 6d37323f94d4..084926ba5ee7 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libctl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.15 2011/06/21 08:31:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.16 2011/06/21 15:13:09 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libctl-3.0.3.ebuild, + libctl-3.1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libctl-3.0.3.ebuild, libctl-3.1.ebuild: diff --git a/sci-libs/libctl/libctl-3.0.3.ebuild b/sci-libs/libctl/libctl-3.0.3.ebuild index 9092e937c5b0..281ab125c7a7 100644 --- a/sci-libs/libctl/libctl-3.0.3.ebuild +++ b/sci-libs/libctl/libctl-3.0.3.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-libs/libctl/libctl-3.0.3.ebuild,v 1.3 2011/06/21 08:31:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.3.ebuild,v 1.4 2011/06/21 15:13:10 jlec Exp $ inherit fortran-2 @@ -13,7 +13,9 @@ LICENSE="GPL-2" KEYWORDS="amd64 x86" IUSE="examples" -DEPEND=">=dev-scheme/guile-1.6" +DEPEND=" + virtual/fortran + >=dev-scheme/guile-1.6" RDEPEND="${DEPEND}" src_compile() { diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild index 5ee329500f57..c38a497533ae 100644 --- a/sci-libs/libctl/libctl-3.1.ebuild +++ b/sci-libs/libctl/libctl-3.1.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-libs/libctl/libctl-3.1.ebuild,v 1.3 2011/06/21 08:31:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.4 2011/06/21 15:13:09 jlec Exp $ EAPI=4 @@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc examples" DEPEND=" + virtual/fortran + >=dev-scheme/guile-1.6[deprecated] sci-libs/nlopt" RDEPEND="${DEPEND}" diff --git a/sci-libs/libint/ChangeLog b/sci-libs/libint/ChangeLog index 24718e923603..6d2374f16b78 100644 --- a/sci-libs/libint/ChangeLog +++ b/sci-libs/libint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.8 2011/06/21 08:31:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.9 2011/06/21 15:14:35 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libint-1.1.2.ebuild, + libint-1.1.4.ebuild, libint-1.1.4-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libint-1.1.2.ebuild, libint-1.1.4.ebuild, libint-1.1.4-r1.ebuild: diff --git a/sci-libs/libint/libint-1.1.2.ebuild b/sci-libs/libint/libint-1.1.2.ebuild index 345f22527ff6..ddb32e728e7a 100644 --- a/sci-libs/libint/libint-1.1.2.ebuild +++ b/sci-libs/libint/libint-1.1.2.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-libs/libint/libint-1.1.2.ebuild,v 1.3 2011/06/21 08:31:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.2.ebuild,v 1.4 2011/06/21 15:14:35 jlec Exp $ inherit eutils fortran-2 @@ -13,6 +13,11 @@ LICENSE="GPL-2" KEYWORDS="x86" IUSE="" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + src_unpack() { unpack ${A} epatch ${FILESDIR}/dont-append-mcpu.patch diff --git a/sci-libs/libint/libint-1.1.4-r1.ebuild b/sci-libs/libint/libint-1.1.4-r1.ebuild index f5212cc3352f..02f01f850e27 100644 --- a/sci-libs/libint/libint-1.1.4-r1.ebuild +++ b/sci-libs/libint/libint-1.1.4-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-libs/libint/libint-1.1.4-r1.ebuild,v 1.2 2011/06/21 08:31:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.3 2011/06/21 15:14:35 jlec Exp $ EAPI=3 @@ -15,6 +15,11 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + src_prepare() { epatch "${FILESDIR}"/1.1.4-as-needed.patch } diff --git a/sci-libs/libint/libint-1.1.4.ebuild b/sci-libs/libint/libint-1.1.4.ebuild index d694f8e1a9e1..0ed2b28a5878 100644 --- a/sci-libs/libint/libint-1.1.4.ebuild +++ b/sci-libs/libint/libint-1.1.4.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-libs/libint/libint-1.1.4.ebuild,v 1.3 2011/06/21 08:31:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild,v 1.4 2011/06/21 15:14:35 jlec Exp $ EAPI=3 @@ -15,6 +15,11 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + src_configure() { econf \ --enable-shared \ diff --git a/sci-libs/libnc-dap/ChangeLog b/sci-libs/libnc-dap/ChangeLog index b8e1f9d089ed..06d9f8710462 100644 --- a/sci-libs/libnc-dap/ChangeLog +++ b/sci-libs/libnc-dap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libnc-dap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.7 2011/06/21 09:50:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.8 2011/06/21 15:14:13 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild index 3126e7296c44..babea8b4f1e5 100644 --- a/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild +++ b/sci-libs/libnc-dap/libnc-dap-3.7.3-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-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.5 2011/06/21 09:50:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.6 2011/06/21 15:14:13 jlec Exp $ EAPI="1" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug fortran full-test" -RDEPEND="dev-util/cppunit +RDEPEND=" + fortran? ( virtual/fortran ) + dev-util/cppunit full-test? ( dev-util/dejagnu )" DEPEND="${RDEPEND} diff --git a/sci-libs/mc/ChangeLog b/sci-libs/mc/ChangeLog index bf4759c9cab1..bc7d34a6fc48 100644 --- a/sci-libs/mc/ChangeLog +++ b/sci-libs/mc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/ChangeLog,v 1.4 2011/06/21 08:32:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/ChangeLog,v 1.5 2011/06/21 15:12:17 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mc-1.4.ebuild, mc-1.5.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mc-1.4.ebuild, mc-1.5.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/mc/mc-1.4.ebuild b/sci-libs/mc/mc-1.4.ebuild index 8631fe13b092..27185cdbc99e 100644 --- a/sci-libs/mc/mc-1.4.ebuild +++ b/sci-libs/mc/mc-1.4.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-libs/mc/mc-1.4.ebuild,v 1.3 2011/06/21 08:32:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/mc-1.4.ebuild,v 1.4 2011/06/21 15:12:17 jlec Exp $ EAPI="2" @@ -16,6 +16,8 @@ LICENSE="GPL-2" IUSE="debug doc" RDEPEND=" + virtual/fortran + dev-libs/maloc media-libs/sg sci-libs/amd diff --git a/sci-libs/mc/mc-1.5.ebuild b/sci-libs/mc/mc-1.5.ebuild index 6075bb45552c..722e00a4d8e7 100644 --- a/sci-libs/mc/mc-1.5.ebuild +++ b/sci-libs/mc/mc-1.5.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-libs/mc/mc-1.5.ebuild,v 1.2 2011/06/21 08:32:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/mc-1.5.ebuild,v 1.3 2011/06/21 15:12:17 jlec Exp $ EAPI="2" @@ -16,6 +16,8 @@ LICENSE="GPL-2" IUSE="debug doc" RDEPEND=" + virtual/fortran + dev-libs/maloc media-libs/sg sci-libs/amd diff --git a/sci-libs/metis/ChangeLog b/sci-libs/metis/ChangeLog index dfa04e65ce9a..9586fb9c1778 100644 --- a/sci-libs/metis/ChangeLog +++ b/sci-libs/metis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/metis # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.21 2011/06/21 08:32:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.22 2011/06/21 15:12:09 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> metis-4.0.1-r1.ebuild, + metis-5.0_pre2-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> metis-4.0.1-r1.ebuild, metis-5.0_pre2-r1.ebuild: diff --git a/sci-libs/metis/metis-4.0.1-r1.ebuild b/sci-libs/metis/metis-4.0.1-r1.ebuild index e0a149bae7b7..6a273c7fc7a6 100644 --- a/sci-libs/metis/metis-4.0.1-r1.ebuild +++ b/sci-libs/metis/metis-4.0.1-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-libs/metis/metis-4.0.1-r1.ebuild,v 1.16 2011/06/21 08:32:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.1-r1.ebuild,v 1.17 2011/06/21 15:12:09 jlec Exp $ inherit autotools eutils fortran-2 @@ -15,7 +15,9 @@ LICENSE="free-noncomm" IUSE="doc static-libs" SLOT="0" -DEPEND="" +DEPEND=" + virtual/fortran + " RDEPEND="!sci-libs/parmetis" S="${WORKDIR}/${MYP}" diff --git a/sci-libs/metis/metis-5.0_pre2-r1.ebuild b/sci-libs/metis/metis-5.0_pre2-r1.ebuild index c289ba21b9bb..15a6a789c7d3 100644 --- a/sci-libs/metis/metis-5.0_pre2-r1.ebuild +++ b/sci-libs/metis/metis-5.0_pre2-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-libs/metis/metis-5.0_pre2-r1.ebuild,v 1.3 2011/06/21 08:32:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-5.0_pre2-r1.ebuild,v 1.4 2011/06/21 15:12:09 jlec Exp $ inherit autotools eutils fortran-2 @@ -16,7 +16,9 @@ LICENSE="free-noncomm" IUSE="pcre openmp int64 threads" SLOT="0" -DEPEND="pcre? ( dev-libs/libpcre ) +DEPEND=" + virtual/fortran + pcre? ( dev-libs/libpcre ) openmp? ( || ( >=sys-devel/gcc-4.2 >=dev-lang/icc-9 ) )" RDEPEND="${DEPEND} diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index 5827ab24e5a0..dd11bb97b895 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mkl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.42 2011/06/21 08:33:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.43 2011/06/21 15:12:15 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mkl-9.1.023.ebuild, + mkl-10.0.2.018-r2.ebuild, mkl-10.0.5.025.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mkl-9.1.023.ebuild, mkl-10.0.2.018-r2.ebuild, mkl-10.0.5.025.ebuild: diff --git a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild b/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild index 69c792db86d4..8c359de42299 100644 --- a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild +++ b/sci-libs/mkl/mkl-10.0.2.018-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-libs/mkl/mkl-10.0.2.018-r2.ebuild,v 1.9 2011/06/21 08:33:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild,v 1.10 2011/06/21 15:12:15 jlec Exp $ inherit eutils fortran-2 toolchain-funcs check-reqs @@ -18,9 +18,11 @@ LICENSE="Intel-SDP" IUSE="doc fftw fortran95 int64 mpi" RESTRICT="strip mirror" -DEPEND="app-admin/eselect-blas +DEPEND=" + app-admin/eselect-blas app-admin/eselect-cblas - app-admin/eselect-lapack" + app-admin/eselect-lapack + virtual/fortran" RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs ) diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 5b320aba7a83..bf783e107e29 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.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-libs/mkl/mkl-10.0.5.025.ebuild,v 1.11 2011/06/21 08:33:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.12 2011/06/21 15:12:15 jlec Exp $ inherit eutils fortran-2 toolchain-funcs check-reqs @@ -16,9 +16,11 @@ LICENSE="Intel-SDP" IUSE="doc fftw fortran95 int64 mpi" RESTRICT="strip mirror" -DEPEND="app-admin/eselect-blas +DEPEND=" + app-admin/eselect-blas app-admin/eselect-cblas - app-admin/eselect-lapack" + app-admin/eselect-lapack + virtual/fortran" RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs ) mpi? ( virtual/mpi )" diff --git a/sci-libs/mkl/mkl-9.1.023.ebuild b/sci-libs/mkl/mkl-9.1.023.ebuild index 282e07a6b709..c2d9f3e633bd 100644 --- a/sci-libs/mkl/mkl-9.1.023.ebuild +++ b/sci-libs/mkl/mkl-9.1.023.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-libs/mkl/mkl-9.1.023.ebuild,v 1.15 2011/06/21 08:33:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-9.1.023.ebuild,v 1.16 2011/06/21 15:12:15 jlec Exp $ inherit eutils fortran-2 versionator toolchain-funcs @@ -25,9 +25,11 @@ LICENSE="Intel-SDP" IUSE="serial int64 fortran95 fftw doc examples" RESTRICT="strip mirror" -DEPEND="app-admin/eselect-blas +DEPEND=" + app-admin/eselect-blas app-admin/eselect-cblas - app-admin/eselect-lapack" + app-admin/eselect-lapack + virtual/fortran" RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs )" diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 0be10ab897cb..322a42692102 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.91 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.92 2011/06/21 15:08:50 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> netcdf-3.6.3.ebuild, + netcdf-4.1.1-r4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> netcdf-3.6.3.ebuild, netcdf-4.1.1-r4.ebuild: diff --git a/sci-libs/netcdf/netcdf-3.6.3.ebuild b/sci-libs/netcdf/netcdf-3.6.3.ebuild index a9c0abd197cd..1535e5b51461 100644 --- a/sci-libs/netcdf/netcdf-3.6.3.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.3.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-libs/netcdf/netcdf-3.6.3.ebuild,v 1.17 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.3.ebuild,v 1.18 2011/06/21 15:08:50 jlec Exp $ EAPI=2 @@ -15,7 +15,9 @@ SLOT="0" IUSE="fortran debug doc" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" -RDEPEND="" +RDEPEND=" + fortran? ( virtual/fortran ) + " DEPEND="${RDEPEND} >=sys-devel/libtool-2.2 doc? ( virtual/latex-base )" diff --git a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild index 85505ca007b7..681758566efa 100644 --- a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild +++ b/sci-libs/netcdf/netcdf-4.1.1-r4.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-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.11 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.12 2011/06/21 15:08:50 jlec Exp $ EAPI=3 @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="cxx dap doc fortran hdf5 static-libs szip" -RDEPEND="dap? ( net-misc/curl ) +RDEPEND=" + fortran? ( virtual/fortran ) + dap? ( net-misc/curl ) hdf5? ( >=sci-libs/hdf5-1.8[zlib,szip?,fortran?] )" DEPEND="${RDEPEND} diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index 488a85c8ea54..1822f47536f8 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pgplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.21 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.22 2011/06/21 15:14:59 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild, + pgplot-5.2.2-r4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild, pgplot-5.2.2-r4.ebuild: diff --git a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild index 35467cf2b927..159e7b2b4109 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.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-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.9 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.10 2011/06/21 15:14:59 jlec Exp $ EAPI=2 inherit eutils fortran-2 toolchain-funcs @@ -13,7 +13,9 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc motif tk" -RDEPEND="x11-libs/libX11 +RDEPEND=" + virtual/fortran + x11-libs/libX11 x11-libs/libXt media-libs/libpng motif? ( >=x11-libs/openmotif-2.3:0 ) diff --git a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild index 5abf492d5bca..1017a17313b4 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r4.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-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.3 2011/06/21 09:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild,v 1.4 2011/06/21 15:14:59 jlec Exp $ EAPI=2 inherit eutils fortran-2 toolchain-funcs @@ -13,7 +13,9 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc motif tk" -RDEPEND="x11-libs/libX11 +RDEPEND=" + virtual/fortran + x11-libs/libX11 x11-libs/libXt media-libs/libpng motif? ( >=x11-libs/openmotif-2.3:0 ) diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 786786e95002..e44755332f7b 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.33 2011/06/21 08:35:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.34 2011/06/21 15:06:43 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/plplot/plplot-5.9.7-r1.ebuild b/sci-libs/plplot/plplot-5.9.7-r1.ebuild index 711293a62bbb..2ec23c71e031 100644 --- a/sci-libs/plplot/plplot-5.9.7-r1.ebuild +++ b/sci-libs/plplot/plplot-5.9.7-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-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.4 2011/06/21 08:35:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.5 2011/06/21 15:06:43 jlec Exp $ EAPI="3" @@ -20,6 +20,8 @@ IUSE="ada cairo d doc dynamic examples fortran gd java jpeg latex lua ocaml octa pdf perl png python qhull qt4 svg tcl test threads tk truetype wxwidgets X" RDEPEND=" + fortran? ( virtual/fortran ) + ada? ( virtual/gnat ) cairo? ( x11-libs/cairo[svg?,X?] ) java? ( >=virtual/jre-1.5 ) diff --git a/sci-libs/proj/ChangeLog b/sci-libs/proj/ChangeLog index c9c8c561f9a7..4660ecffcc96 100644 --- a/sci-libs/proj/ChangeLog +++ b/sci-libs/proj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/proj # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/ChangeLog,v 1.27 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/ChangeLog,v 1.28 2011/06/21 15:06:42 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> proj-4.4.9.ebuild, + proj-4.5.0.ebuild, proj-4.6.0.ebuild, proj-4.6.1.ebuild, proj-4.7.0.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> proj-4.4.9.ebuild, proj-4.5.0.ebuild, proj-4.6.0.ebuild, proj-4.6.1.ebuild, proj-4.7.0.ebuild: diff --git a/sci-libs/proj/proj-4.4.9.ebuild b/sci-libs/proj/proj-4.4.9.ebuild index ff6fcea60703..deda96e59b38 100644 --- a/sci-libs/proj/proj-4.4.9.ebuild +++ b/sci-libs/proj/proj-4.4.9.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-libs/proj/proj-4.4.9.ebuild,v 1.10 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.4.9.ebuild,v 1.11 2011/06/21 15:06:42 jlec Exp $ inherit eutils fortran-2 N=${S}/nad @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 s390 sparc x86" IUSE="" -DEPEND="" +DEPEND=" + virtual/fortran + " +RDEPEND="" src_unpack() { unpack ${P}.tar.gz diff --git a/sci-libs/proj/proj-4.5.0.ebuild b/sci-libs/proj/proj-4.5.0.ebuild index 8d87e07f1b1d..786dbf3b2dc1 100644 --- a/sci-libs/proj/proj-4.5.0.ebuild +++ b/sci-libs/proj/proj-4.5.0.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-libs/proj/proj-4.5.0.ebuild,v 1.3 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.5.0.ebuild,v 1.4 2011/06/21 15:06:42 jlec Exp $ inherit eutils fortran-2 N="${S}/nad" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="app-arch/unzip" src_unpack() { diff --git a/sci-libs/proj/proj-4.6.0.ebuild b/sci-libs/proj/proj-4.6.0.ebuild index c32b9e057bed..63803e05fb61 100644 --- a/sci-libs/proj/proj-4.6.0.ebuild +++ b/sci-libs/proj/proj-4.6.0.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-libs/proj/proj-4.6.0.ebuild,v 1.2 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.0.ebuild,v 1.3 2011/06/21 15:06:42 jlec Exp $ inherit eutils fortran-2 @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="app-arch/unzip" src_unpack() { diff --git a/sci-libs/proj/proj-4.6.1.ebuild b/sci-libs/proj/proj-4.6.1.ebuild index c858d114112e..41c5a46943f7 100644 --- a/sci-libs/proj/proj-4.6.1.ebuild +++ b/sci-libs/proj/proj-4.6.1.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-libs/proj/proj-4.6.1.ebuild,v 1.4 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.6.1.ebuild,v 1.5 2011/06/21 15:06:42 jlec Exp $ inherit eutils fortran-2 @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="app-arch/unzip" src_unpack() { diff --git a/sci-libs/proj/proj-4.7.0.ebuild b/sci-libs/proj/proj-4.7.0.ebuild index bc552387bfd3..1e014fdf3ad5 100644 --- a/sci-libs/proj/proj-4.7.0.ebuild +++ b/sci-libs/proj/proj-4.7.0.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-libs/proj/proj-4.7.0.ebuild,v 1.12 2011/06/21 08:35:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/proj/proj-4.7.0.ebuild,v 1.13 2011/06/21 15:06:42 jlec Exp $ EAPI="3" @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="static-libs" -RDEPEND="" +RDEPEND=" + virtual/fortran + " DEPEND="app-arch/unzip" src_unpack() { diff --git a/sci-libs/qd/ChangeLog b/sci-libs/qd/ChangeLog index 3307b0bb579d..4e005eddf099 100644 --- a/sci-libs/qd/ChangeLog +++ b/sci-libs/qd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/qd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.6 2011/06/21 10:21:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.7 2011/06/21 15:08:06 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> qd-2.3.9.ebuild, + qd-2.3.11.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> qd-2.3.9.ebuild, qd-2.3.11.ebuild: diff --git a/sci-libs/qd/qd-2.3.11.ebuild b/sci-libs/qd/qd-2.3.11.ebuild index b61934957549..21182bd55158 100644 --- a/sci-libs/qd/qd-2.3.11.ebuild +++ b/sci-libs/qd/qd-2.3.11.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-libs/qd/qd-2.3.11.ebuild,v 1.2 2011/06/21 10:21:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.11.ebuild,v 1.3 2011/06/21 15:08:06 jlec Exp $ EAPI=4 @@ -15,6 +15,11 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" IUSE="fortran" +DEPEND=" + fortran? ( virtual/fortran ) + " +RDEPEND="${DEPEND}" + pkg_setup() { use fortran && fortran-2_pkg_setup } diff --git a/sci-libs/qd/qd-2.3.9.ebuild b/sci-libs/qd/qd-2.3.9.ebuild index 2a54bff80ddd..a8ec5a2d46f2 100644 --- a/sci-libs/qd/qd-2.3.9.ebuild +++ b/sci-libs/qd/qd-2.3.9.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-libs/qd/qd-2.3.9.ebuild,v 1.2 2011/06/21 10:21:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.9.ebuild,v 1.3 2011/06/21 15:08:06 jlec Exp $ EAPI=2 @@ -15,6 +15,11 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" IUSE="fortran" +DEPEND=" + fortran? ( virtual/fortran ) + " +RDEPEND="${DEPEND}" + pkg_setup() { use fortran && fortran-2_pkg_setup } |