diff options
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/nco/metadata.xml | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index 77a8c866e4bd..893b89807a22 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/nco # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.11 2008/05/04 15:41:44 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.12 2008/08/06 18:28:07 ulm Exp $ + + 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. *nco-3.9.4 (04 May 2008) diff --git a/sci-misc/nco/metadata.xml b/sci-misc/nco/metadata.xml index 9ea6e83aa938..ac146995f919 100644 --- a/sci-misc/nco/metadata.xml +++ b/sci-misc/nco/metadata.xml @@ -11,4 +11,9 @@ operation (e.g., averaging or hyperslabbing), and produce a netCDF output file. NCO was originally designed to manipulate and analyze climate data, though it works on any netCDF format datasets. </longdescription> +<use> + <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> </pkgmetadata> |