jauhien 14/06/21 22:55:59 Modified: netcdf-fortran-4.2.ebuild ChangeLog Log: fix dependencies: add sci-libs/netcdf-cxx wrt bug #514252, thanks to Patrick Lauer (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Revision Changes Path 1.6 sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?r1=1.5&r2=1.6 Index: netcdf-fortran-4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- netcdf-fortran-4.2.ebuild 27 Feb 2014 18:33:09 -0000 1.5 +++ netcdf-fortran-4.2.ebuild 21 Jun 2014 22:55:59 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild,v 1.5 2014/02/27 18:33:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild,v 1.6 2014/06/21 22:55:59 jauhien Exp $ EAPI=5 @@ -18,9 +18,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" -RDEPEND="" +RDEPEND="sci-libs/netcdf" DEPEND="${RDEPEND} - dev-lang/cfortran" + dev-lang/cfortran +" src_prepare() { # use system cfortran 1.6 sci-libs/netcdf-fortran/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 27 Feb 2014 18:33:09 -0000 1.5 +++ ChangeLog 21 Jun 2014 22:55:59 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/netcdf-fortran # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.5 2014/02/27 18:33:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.6 2014/06/21 22:55:59 jauhien Exp $ + + 21 Jun 2014; Jauhien Piatlicki <[email protected]> netcdf-fortran-4.2.ebuild: + fix dependencies: add sci-libs/netcdf-cxx wrt bug #514252, thanks to Patrick + Lauer 27 Feb 2014; Sébastien Fabbro <[email protected]> metadata.xml, netcdf-fortran-4.2.ebuild:
