Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf-cxx: netcdf-cxx-4.2.1.ebuild metadata.xml ChangeLog
Date: Wed, 01 Jan 2014 17:19:23
Message-Id: 20140101171919.A0A7A2004C@flycatcher.gentoo.org
1 jlec 14/01/01 17:19:19
2
3 Modified: metadata.xml ChangeLog
4 Added: netcdf-cxx-4.2.1.ebuild
5 Log:
6 sci-libs/netcdf-cxx: Version Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 sci-libs/netcdf-cxx/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 18 Apr 2012 19:11:48 -0000 1.1
24 +++ metadata.xml 1 Jan 2014 17:19:19 -0000 1.2
25 @@ -1,8 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>sci</herd>
30 -<longdescription lang="en">
31 + <herd>sci</herd>
32 + <longdescription lang="en">
33 NetCDF (network Common Data Form) is an interface for scientific
34 data access and a freely-distributed software library that provides an
35 implementation of the interface. The netCDF library also defines a
36
37
38
39 1.5 sci-libs/netcdf-cxx/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?r1=1.4&r2=1.5
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- ChangeLog 20 Feb 2013 17:06:36 -0000 1.4
52 +++ ChangeLog 1 Jan 2014 17:19:19 -0000 1.5
53 @@ -1,6 +1,12 @@
54 # ChangeLog for sci-libs/netcdf-cxx
55 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.4 2013/02/20 17:06:36 bicatali Exp $
57 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.5 2014/01/01 17:19:19 jlec Exp $
59 +
60 +*netcdf-cxx-4.2.1 (01 Jan 2014)
61 +
62 + 01 Jan 2014; Justin Lecher <jlec@g.o> +netcdf-cxx-4.2.1.ebuild,
63 + metadata.xml:
64 + Version Bump
65
66 20 Feb 2013; Sébastien Fabbro <bicatali@g.o>
67 files/netcdf-cxx-4.2-config.patch:
68
69
70
71 1.1 sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: netcdf-cxx-4.2.1.ebuild
77 ===================================================================
78 # Copyright 1999-2014 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.1 2014/01/01 17:19:19 jlec Exp $
81
82 EAPI=5
83
84 inherit autotools-utils versionator
85
86 MYP=${PN}4-${PV}
87
88 DESCRIPTION="C++ library for netCDF"
89 HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
90 SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v4.2.1.tar.gz -> ${P}.tar.gz"
91
92 LICENSE="UCAR-Unidata"
93 SLOT="0"
94 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
95 IUSE="examples static-libs"
96
97 RDEPEND=">=sci-libs/netcdf-4.2"
98 DEPEND="${RDEPEND}"
99
100 S="${WORKDIR}/${MYP}"
101
102 PATCHES=( "${FILESDIR}"/${PN}-4.2-config.patch )
103
104 src_install() {
105 autotools-utils_src_install
106 if use examples; then
107 insinto /usr/share/doc/${PF}
108 doins -r examples
109 fi
110 }
111
112 src_test() {
113 autotools-utils_src_test -j1
114 }