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-r300.ebuild ChangeLog
Date: Wed, 01 Jan 2014 19:04:36
Message-Id: 20140101190428.B38B42004C@flycatcher.gentoo.org
1 jlec 14/01/01 19:04:28
2
3 Modified: ChangeLog
4 Added: netcdf-cxx-4.2-r300.ebuild
5 Log:
6 sci-libs/netcdf-cxx: Add legacy version in SLOT=3
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.6 sci-libs/netcdf-cxx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 1 Jan 2014 17:19:19 -0000 1.5
24 +++ ChangeLog 1 Jan 2014 19:04:28 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-libs/netcdf-cxx
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.5 2014/01/01 17:19:19 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.6 2014/01/01 19:04:28 jlec Exp $
30 +
31 +*netcdf-cxx-4.2-r300 (01 Jan 2014)
32 +
33 + 01 Jan 2014; Justin Lecher <jlec@g.o> +netcdf-cxx-4.2-r300.ebuild:
34 + Add legacy version in SLOT=3
35
36 *netcdf-cxx-4.2.1 (01 Jan 2014)
37
38
39
40
41 1.1 sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild?rev=1.1&content-type=text/plain
45
46 Index: netcdf-cxx-4.2-r300.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild,v 1.1 2014/01/01 19:04:28 jlec Exp $
51
52 EAPI=5
53
54 inherit autotools-utils versionator
55
56 DESCRIPTION="C++ library for netCDF"
57 HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
58 SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${P}.tar.gz"
59
60 LICENSE="UCAR-Unidata"
61 SLOT="3"
62 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
63 IUSE="examples static-libs"
64
65 RDEPEND=">=sci-libs/netcdf-4.2"
66 DEPEND="${RDEPEND}"
67
68 src_install() {
69 autotools-utils_src_install
70 if use examples; then
71 insinto /usr/share/doc/${PF}
72 doins -r examples
73 fi
74 }