jlec 15/07/31 07:45:44 Modified: metadata.xml nco-4.4.2.ebuild ChangeLog Removed: nco-4.3.1.ebuild Log: Add missing USE-dep, bug #542704 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.6 sci-misc/nco/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 30 Dec 2011 04:10:40 -0000 1.5 +++ metadata.xml 31 Jul 2015 07:45:44 -0000 1.6 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> Command-line operators to analyze netCDF files NetCDF Operator is a suite of programs known as operators. The operators are stand-alone, command-line programs executable in a POSIX @@ -11,10 +11,10 @@ output file. NCO was originally designed to manipulate and analyze climate data, though it works on any netCDF format datasets. </longdescription> -<use> - <flag name="dap">Support for remote data access with the NETCDF DAP client</flag> - <flag name='ncap2'>Build next generation netcdf arithmetic processor + <use> + <flag name="dap">Support for remote data access with the NETCDF DAP client</flag> + <flag name="ncap2">Build next generation netcdf arithmetic processor (needs <pkg>dev-java/antlr</pkg>)</flag> - <flag name='udunits'>Add <pkg>sci-libs/udunits</pkg> files support</flag> -</use> + <flag name="udunits">Add <pkg>sci-libs/udunits</pkg> files support</flag> + </use> </pkgmetadata> 1.4 sci-misc/nco/nco-4.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild?r1=1.3&r2=1.4 Index: nco-4.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nco-4.4.2.ebuild 7 Aug 2014 16:45:53 -0000 1.3 +++ nco-4.4.2.ebuild 31 Jul 2015 07:45:44 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.3 2014/08/07 16:45:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-4.4.2.ebuild,v 1.4 2015/07/31 07:45:44 jlec Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="dap doc gsl ncap2 static-libs test udunits" RDEPEND=" - >=sci-libs/netcdf-4:=[dap=] + >=sci-libs/netcdf-4:=[dap=,tools] gsl? ( sci-libs/gsl:= ) udunits? ( >=sci-libs/udunits-2 )" 1.25 sci-misc/nco/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/nco/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 7 Aug 2014 16:45:53 -0000 1.24 +++ ChangeLog 31 Jul 2015 07:45:44 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/nco -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.24 2014/08/07 16:45:53 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.25 2015/07/31 07:45:44 jlec Exp $ + + 31 Jul 2015; Justin Lecher <[email protected]> -nco-4.3.1.ebuild, metadata.xml, + nco-4.4.2.ebuild: + Add missing USE-dep, bug #542704 07 Aug 2014; Michał Górny <[email protected]> nco-4.4.2.ebuild: Fix myconfargs typo, bug #519288.
