Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-fortran: netcdf-fortran-4.2.ebuild metadata.xml ChangeLog
Date: Thu, 27 Feb 2014 18:33:30
Message-Id: 20140227183310.0E4832004B@flycatcher.gentoo.org
1 bicatali 14/02/27 18:33:09
2
3 Modified: netcdf-fortran-4.2.ebuild metadata.xml ChangeLog
4 Log:
5 Switch to EAPI5
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- netcdf-fortran-4.2.ebuild 16 Oct 2012 20:56:04 -0000 1.4
23 +++ netcdf-fortran-4.2.ebuild 27 Feb 2014 18:33:09 -0000 1.5
24 @@ -1,8 +1,11 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/netcdf-fortran-4.2.ebuild,v 1.4 2012/10/16 20:56:04 jlec Exp $
29 +# $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 $
30
31 -EAPI=4
32 +EAPI=5
33 +
34 +FORTRAN_STANDARD="77 90"
35 +AUTOTOOLS_IN_SOURCE_BUILD=1
36
37 inherit autotools-utils fortran-2
38
39 @@ -11,7 +14,7 @@
40 SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
41
42 LICENSE="UCAR-Unidata"
43 -SLOT="0"
44 +SLOT="0/5"
45 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 IUSE="doc examples static-libs"
47
48 @@ -19,9 +22,6 @@
49 DEPEND="${RDEPEND}
50 dev-lang/cfortran"
51
52 -FORTRAN_STANDARD="77 90"
53 -AUTOTOOLS_IN_SOURCE_BUILD=1
54 -
55 src_prepare() {
56 # use system cfortran
57 rm fortran/cfortran.h || die
58
59
60
61 1.3 sci-libs/netcdf-fortran/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/metadata.xml?rev=1.3&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/metadata.xml?rev=1.3&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/metadata.xml?r1=1.2&r2=1.3
66
67 Index: metadata.xml
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/metadata.xml,v
70 retrieving revision 1.2
71 retrieving revision 1.3
72 diff -u -r1.2 -r1.3
73 --- metadata.xml 16 Oct 2012 20:43:33 -0000 1.2
74 +++ metadata.xml 27 Feb 2014 18:33:09 -0000 1.3
75 @@ -1,8 +1,8 @@
76 <?xml version="1.0" encoding="UTF-8"?>
77 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 <pkgmetadata>
79 - <herd>sci</herd>
80 - <longdescription lang="en">
81 +<herd>sci</herd>
82 +<longdescription lang="en">
83 NetCDF (network Common Data Form) is an interface for scientific
84 data access and a freely-distributed software library that provides an
85 implementation of the interface. The netCDF library also defines a
86
87
88
89 1.5 sci-libs/netcdf-fortran/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.5&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?rev=1.5&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog?r1=1.4&r2=1.5
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v
98 retrieving revision 1.4
99 retrieving revision 1.5
100 diff -u -r1.4 -r1.5
101 --- ChangeLog 16 Oct 2012 20:56:04 -0000 1.4
102 +++ ChangeLog 27 Feb 2014 18:33:09 -0000 1.5
103 @@ -1,6 +1,10 @@
104 # ChangeLog for sci-libs/netcdf-fortran
105 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.4 2012/10/16 20:56:04 jlec Exp $
107 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
108 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-fortran/ChangeLog,v 1.5 2014/02/27 18:33:09 bicatali Exp $
109 +
110 + 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> metadata.xml,
111 + netcdf-fortran-4.2.ebuild:
112 + Switch to EAPI5
113
114 16 Oct 2012; Justin Lecher <jlec@g.o> netcdf-fortran-4.2.ebuild:
115 Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the