summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Arnold <nerdboy@gentoo.org>2020-03-09 16:06:10 -0700
committerStephen Arnold <nerdboy@gentoo.org>2020-03-09 16:06:10 -0700
commitd0b0bb239cc58ab9a3d2b513f15d2d28a26d3b51 (patch)
tree78dc4283841fa2b81099118943add9f283fff97f /sci-libs/eccodes/metadata.xml
parentapp-emulation/libpod: fix network-sandbox for go-1.14 (diff)
downloadgentoo-d0b0bb239cc58ab9a3d2b513f15d2d28a26d3b51.tar.gz
gentoo-d0b0bb239cc58ab9a3d2b513f15d2d28a26d3b51.tar.bz2
gentoo-d0b0bb239cc58ab9a3d2b513f15d2d28a26d3b51.zip
sci-libs/eccodes: new ebuild/upstream replacement for libbufr
* provides multi-language bindings and GRIB/BUFR C library * obsoletes bugs #695486 and #709408 Package-Manager: Portage-2.3.67, Repoman-2.3.17 Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
Diffstat (limited to 'sci-libs/eccodes/metadata.xml')
-rw-r--r--sci-libs/eccodes/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/eccodes/metadata.xml b/sci-libs/eccodes/metadata.xml
new file mode 100644
index 000000000000..a59cfc2a5284
--- /dev/null
+++ b/sci-libs/eccodes/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>nerdboy@gentoo.org</email>
+ <name>Steve Arnold</name>
+</maintainer>
+<longdescription lang="en">
+ This is the new open source BUFR/GRIB library (from ECMWF)
+ supporting C, F90, and Python interfaces.
+</longdescription>
+<use>
+ <flag name="defs">
+ Install full set of definition files.
+ </flag>
+ <flag name="extra-test">
+ Install full set of test data (large).
+ </flag>
+ <flag name="memfs">
+ Enable memory based access to definition/sample files
+ (conflicts with tests).
+ </flag>
+</use>
+</pkgmetadata>