Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-fortran: netcdf-fortran-4.2.ebuild ChangeLog
Date: Sat, 21 Jun 2014 22:56:02
Message-Id: 20140621225559.BDA452004E@flycatcher.gentoo.org
1 jauhien 14/06/21 22:55:59
2
3 Modified: netcdf-fortran-4.2.ebuild ChangeLog
4 Log:
5 fix dependencies: add sci-libs/netcdf-cxx wrt bug #514252, thanks to Patrick Lauer
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
8
9 Revision Changes Path
10 1.6 sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?rev=1.6&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?r1=1.5&r2=1.6
15
16 Index: netcdf-fortran-4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- netcdf-fortran-4.2.ebuild 27 Feb 2014 18:33:09 -0000 1.5
23 +++ netcdf-fortran-4.2.ebuild 21 Jun 2014 22:55:59 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31
32 @@ -18,9 +18,10 @@
33 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34 IUSE="doc examples static-libs"
35
36 -RDEPEND=""
37 +RDEPEND="sci-libs/netcdf"
38 DEPEND="${RDEPEND}
39 - dev-lang/cfortran"
40 + dev-lang/cfortran
41 +"
42
43 src_prepare() {
44 # use system cfortran
45
46
47
48 1.6 sci-libs/netcdf-fortran/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.6&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.6&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?r1=1.5&r2=1.6
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v
57 retrieving revision 1.5
58 retrieving revision 1.6
59 diff -u -r1.5 -r1.6
60 --- ChangeLog 27 Feb 2014 18:33:09 -0000 1.5
61 +++ ChangeLog 21 Jun 2014 22:55:59 -0000 1.6
62 @@ -1,6 +1,10 @@
63 # ChangeLog for sci-libs/netcdf-fortran
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.5 2014/02/27 18:33:09 bicatali Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.6 2014/06/21 22:55:59 jauhien Exp $
67 +
68 + 21 Jun 2014; Jauhien Piatlicki <jauhien@g.o> netcdf-fortran-4.2.ebuild:
69 + fix dependencies: add sci-libs/netcdf-cxx wrt bug #514252, thanks to Patrick
70 + Lauer
71
72 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> metadata.xml,
73 netcdf-fortran-4.2.ebuild: