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-misc/nco: metadata.xml nco-4.4.2.ebuild ChangeLog nco-4.3.1.ebuild
Date: Fri, 31 Jul 2015 07:45:50
Message-Id: 20150731074544.AA1FB113@oystercatcher.gentoo.org
1 jlec 15/07/31 07:45:44
2
3 Modified: metadata.xml nco-4.4.2.ebuild ChangeLog
4 Removed: nco-4.3.1.ebuild
5 Log:
6 Add missing USE-dep, bug #542704
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
9
10 Revision Changes Path
11 1.6 sci-misc/nco/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?r1=1.5&r2=1.6
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/metadata.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- metadata.xml 30 Dec 2011 04:10:40 -0000 1.5
24 +++ metadata.xml 31 Jul 2015 07:45:44 -0000 1.6
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 Command-line operators to analyze netCDF files
34 NetCDF Operator is a suite of programs known as operators. The
35 operators are stand-alone, command-line programs executable in a POSIX
36 @@ -11,10 +11,10 @@
37 output file. NCO was originally designed to manipulate and analyze
38 climate data, though it works on any netCDF format datasets.
39 </longdescription>
40 -<use>
41 - <flag name="dap">Support for remote data access with the NETCDF DAP client</flag>
42 - <flag name='ncap2'>Build next generation netcdf arithmetic processor
43 + <use>
44 + <flag name="dap">Support for remote data access with the NETCDF DAP client</flag>
45 + <flag name="ncap2">Build next generation netcdf arithmetic processor
46 (needs <pkg>dev-java/antlr</pkg>)</flag>
47 - <flag name='udunits'>Add <pkg>sci-libs/udunits</pkg> files support</flag>
48 -</use>
49 + <flag name="udunits">Add <pkg>sci-libs/udunits</pkg> files support</flag>
50 + </use>
51 </pkgmetadata>
52
53
54
55 1.4 sci-misc/nco/nco-4.4.2.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?r1=1.3&r2=1.4
60
61 Index: nco-4.4.2.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- nco-4.4.2.ebuild 7 Aug 2014 16:45:53 -0000 1.3
68 +++ nco-4.4.2.ebuild 31 Jul 2015 07:45:44 -0000 1.4
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2014 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.3 2014/08/07 16:45:53 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.4 2015/07/31 07:45:44 jlec Exp $
75
76 EAPI=5
77
78 @@ -18,7 +18,7 @@
79 IUSE="dap doc gsl ncap2 static-libs test udunits"
80
81 RDEPEND="
82 - >=sci-libs/netcdf-4:=[dap=]
83 + >=sci-libs/netcdf-4:=[dap=,tools]
84 gsl? ( sci-libs/gsl:= )
85 udunits? ( >=sci-libs/udunits-2 )"
86
87
88
89
90 1.25 sci-misc/nco/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.25&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.25&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?r1=1.24&r2=1.25
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v
99 retrieving revision 1.24
100 retrieving revision 1.25
101 diff -u -r1.24 -r1.25
102 --- ChangeLog 7 Aug 2014 16:45:53 -0000 1.24
103 +++ ChangeLog 31 Jul 2015 07:45:44 -0000 1.25
104 @@ -1,6 +1,10 @@
105 # ChangeLog for sci-misc/nco
106 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.24 2014/08/07 16:45:53 mgorny Exp $
108 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
109 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.25 2015/07/31 07:45:44 jlec Exp $
110 +
111 + 31 Jul 2015; Justin Lecher <jlec@g.o> -nco-4.3.1.ebuild, metadata.xml,
112 + nco-4.4.2.ebuild:
113 + Add missing USE-dep, bug #542704
114
115 07 Aug 2014; Michał Górny <mgorny@g.o> nco-4.4.2.ebuild:
116 Fix myconfargs typo, bug #519288.