diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
commit | a460218d17134c3a7c9846b99d574cb975fe6b54 (patch) | |
tree | ab4542615b54105c841e1838a274985d377b17e8 /sci-libs | |
parent | Added fortran-2.eclass support (diff) | |
download | historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.gz historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.bz2 historical-a460218d17134c3a7c9846b99d574cb975fe6b54.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/acml/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.0-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.1-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.0.1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.1.0-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.4-r1.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.6.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.7.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/libnc-dap/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/pgplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r4.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/qrupdate/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/qrupdate/qrupdate-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/qrupdate/qrupdate-1.1.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 6 |
19 files changed, 75 insertions, 45 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 8cb37b04f152..697d0792a1b2 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/acml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.42 2010/12/17 08:08:00 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.43 2011/06/21 09:49:53 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> acml-3.6.0-r1.ebuild, + acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild: + Added fortran-2.eclass support 17 Dec 2010; Justin Lecher <jlec@gentoo.org> acml-3.6.0-r1.ebuild, acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild: diff --git a/sci-libs/acml/acml-3.6.0-r1.ebuild b/sci-libs/acml/acml-3.6.0-r1.ebuild index fdc5a4f8b73b..165ae3a8a91e 100644 --- a/sci-libs/acml/acml-3.6.0-r1.ebuild +++ b/sci-libs/acml/acml-3.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.11 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.12 2011/06/21 09:49:53 jlec Exp $ -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs" HOMEPAGE="http://developer.amd.com/acml.jsp" @@ -54,6 +54,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup elog "From version 3.5.0 on, ACML no longer supports" elog "hardware without SSE/SSE2 instructions. " elog "For older 32-bit without SSE/SSE2, use other blas/lapack libraries," diff --git a/sci-libs/acml/acml-3.6.1-r1.ebuild b/sci-libs/acml/acml-3.6.1-r1.ebuild index 53c1ce2bc14e..b419c55ec898 100644 --- a/sci-libs/acml/acml-3.6.1-r1.ebuild +++ b/sci-libs/acml/acml-3.6.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.11 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.12 2011/06/21 09:49:53 jlec Exp $ -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs" HOMEPAGE="http://developer.amd.com/acml.jsp" @@ -46,6 +46,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup elog "From version 3.5.0 on, ACML no longer supports" elog "hardware without SSE/SSE2 instructions. " elog "For older 32-bit without SSE/SSE2, use other blas/lapack libraries," diff --git a/sci-libs/acml/acml-4.0.1.ebuild b/sci-libs/acml/acml-4.0.1.ebuild index ae70afffc0a2..549171d37a68 100644 --- a/sci-libs/acml/acml-4.0.1.ebuild +++ b/sci-libs/acml/acml-4.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.7 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.8 2011/06/21 09:49:53 jlec Exp $ -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs MY_PV=${PV//\./\-} @@ -50,6 +50,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup if [[ $(tc-getFC) =~ gfortran ]]; then local gcc_version=$(gcc-major-version)$(gcc-minor-version) if ! use openmp && (( ${gcc_version} != 41 )); then diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild index c110d0397100..e9ab5efc3814 100644 --- a/sci-libs/acml/acml-4.1.0-r1.ebuild +++ b/sci-libs/acml/acml-4.1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.6 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.7 2011/06/21 09:49:53 jlec Exp $ EAPI="1" -inherit eutils toolchain-funcs versionator +inherit eutils fortran-2 toolchain-funcs versionator MY_P=${PN}-$(replace_all_version_separators -) @@ -66,6 +66,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup if use test; then # work around incomplete fortran eclass if use gfortran && diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index a2d37f6bcb10..e0a5e26c8336 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.67 2011/06/08 15:12:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.68 2011/06/21 09:50:43 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: + Added fortran-2.eclass support 08 Jun 2011; Jeroen Roovers <jer@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 b344b44fa491..6b76d6e4044b 100644 --- a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild @@ -1,9 +1,9 @@ # 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.13 2011/06/08 15:12:47 jer Exp $ +# $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 $ EAPI=2 -inherit eutils autotools +inherit eutils fortran-2 autotools DESCRIPTION="General purpose library and file format for storing scientific data" HOMEPAGE="http://www.hdfgroup.org/HDF5/" @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} sys-process/time" pkg_setup() { + fortran-2_pkg_setup if use mpi; then if has_version 'sci-libs/hdf5[-mpi]'; then ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." diff --git a/sci-libs/hdf5/hdf5-1.8.6.ebuild b/sci-libs/hdf5/hdf5-1.8.6.ebuild index 0a80c4ed6f11..e880225e1fa7 100644 --- a/sci-libs/hdf5/hdf5-1.8.6.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.6.ebuild @@ -1,10 +1,10 @@ # 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.2 2011/06/08 15:12:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.6.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $ EAPI=2 -inherit autotools eutils +inherit autotools eutils fortran-2 DESCRIPTION="General purpose library and file format for storing scientific data" HOMEPAGE="http://www.hdfgroup.org/HDF5/" @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} sys-process/time" pkg_setup() { + fortran-2_pkg_setup if use mpi; then if has_version 'sci-libs/hdf5[-mpi]'; then ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild index 27993307de1a..23611791f668 100644 --- a/sci-libs/hdf5/hdf5-1.8.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild @@ -1,10 +1,10 @@ # 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.2 2011/06/08 15:12:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.3 2011/06/21 09:50:43 jlec Exp $ EAPI=2 -inherit autotools eutils +inherit autotools eutils fortran-2 DESCRIPTION="General purpose library and file format for storing scientific data" HOMEPAGE="http://www.hdfgroup.org/HDF5/" @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} sys-process/time" pkg_setup() { + fortran-2_pkg_setup if use mpi; then if has_version 'sci-libs/hdf5[-mpi]'; then ewarn "Installing hdf5 with mpi enabled with a previous hdf5 with mpi disabled may fail." diff --git a/sci-libs/libnc-dap/ChangeLog b/sci-libs/libnc-dap/ChangeLog index ff7b2e562e5f..b8e1f9d089ed 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.6 2011/03/02 20:57:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.7 2011/06/21 09:50:51 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: + Added fortran-2.eclass support 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libnc-dap-3.7.3-r1.ebuild: Correct Slots for gtk 3 introduction to tree 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 71cb50316b61..3126e7296c44 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,10 +1,10 @@ # 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.4 2011/03/02 20:57:33 jlec Exp $ +# $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 $ EAPI="1" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils fortran-2 flag-o-matic toolchain-funcs DESCRIPTION="An OPeNDAP-enabled version of the NetCDF 3.6 API that replaces the standard NetCDF library." HOMEPAGE="http://opendap.org/index.html" @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} <=sci-libs/libdap-3.8.2" pkg_setup() { + fortran-2_pkg_setup if use fortran; then case "$(tc-getFC)" in # probably needs more compilers here, of which I have diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index 027ca8668e72..488a85c8ea54 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pgplot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.20 2010/10/10 21:47:00 ulm Exp $ +# 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 $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> pgplot-5.2.2-r3.ebuild, + pgplot-5.2.2-r4.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@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 0d0a27ccc3f0..35467cf2b927 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.8 2010/10/10 21:47:00 ulm Exp $ +# $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 $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs MY_P="${PN}${PV//.}" DESCRIPTION="FORTRAN/C device-independent scientific graphic library" diff --git a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild index 639e4a9fdfdb..5abf492d5bca 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2 2010/10/10 21:47:00 ulm Exp $ +# $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 $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs MY_P="${PN}${PV//.}" DESCRIPTION="FORTRAN/C device-independent scientific graphic library" diff --git a/sci-libs/qrupdate/ChangeLog b/sci-libs/qrupdate/ChangeLog index dccd3bd7f316..0833c0b97f1c 100644 --- a/sci-libs/qrupdate/ChangeLog +++ b/sci-libs/qrupdate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/qrupdate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.18 2010/12/01 21:17:49 constanze Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/ChangeLog,v 1.19 2011/06/21 09:52:02 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> qrupdate-1.1.0.ebuild, + qrupdate-1.1.1.ebuild: + Added fortran-2.eclass support 01 Dec 2010; Constanze Hausner <constanze@gentoo.org> +files/qrupdate-1.0.1-makefile.patch: diff --git a/sci-libs/qrupdate/qrupdate-1.1.0.ebuild b/sci-libs/qrupdate/qrupdate-1.1.0.ebuild index 7a6b7f20a669..31d782498396 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.0.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.0.ebuild,v 1.9 2010/12/01 18:25:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.0.ebuild,v 1.10 2011/06/21 09:52:02 jlec Exp $ EAPI="2" -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="A library for fast updating of QR and Cholesky decompositions" HOMEPAGE="http://sourceforge.net/projects/qrupdate" diff --git a/sci-libs/qrupdate/qrupdate-1.1.1.ebuild b/sci-libs/qrupdate/qrupdate-1.1.1.ebuild index 1889fac8bf58..667dcd5ec125 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.1.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.1.ebuild,v 1.1 2010/05/13 15:53:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qrupdate/qrupdate-1.1.1.ebuild,v 1.2 2011/06/21 09:52:02 jlec Exp $ EAPI="2" -inherit eutils multilib toolchain-funcs +inherit eutils fortran-2 multilib toolchain-funcs DESCRIPTION="A library for fast updating of QR and Cholesky decompositions" HOMEPAGE="http://sourceforge.net/projects/qrupdate" diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index 3b9ab0b2e3be..1a2ae383634e 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/xgks-pmel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.5 2010/12/01 16:51:21 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.6 2011/06/21 09:52:20 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild: + Added fortran-2.eclass support 01 Dec 2010; SĂ©bastien Fabbro <bicatali@gentoo.org> xgks-pmel-2.5.5.ebuild: Remove use of fortran eclass diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index bf88e728eeb7..95a5be386e47 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.5 2010/12/01 16:51:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.6 2011/06/21 09:52:20 jlec Exp $ -inherit eutils toolchain-funcs multilib +inherit eutils fortran-2 toolchain-funcs multilib DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System." HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/" |