summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen L Arnold <nerdboy@gentoo.org>2016-03-05 13:10:26 -0800
committerStephen L Arnold <nerdboy@gentoo.org>2016-03-05 13:10:26 -0800
commit61bdaf1182902438d3b045e5921eb8894126a377 (patch)
treec413688236d3ddd3d54cedf22ae08a4957e46cf7 /sci-libs/libbufr/metadata.xml
parentdev-perl/Net-Twitter: Remove old (diff)
downloadgentoo-61bdaf1182902438d3b045e5921eb8894126a377.tar.gz
gentoo-61bdaf1182902438d3b045e5921eb8894126a377.tar.bz2
gentoo-61bdaf1182902438d3b045e5921eb8894126a377.zip
sci-libs/libbufr: re-add and version bump to latest upstream (405)
This also adds build fixes and an lto USE flag for checking the linker and massaging the AR flags for the linker plugin (note this requies an existing -flto configuration). Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/libbufr/metadata.xml')
-rw-r--r--sci-libs/libbufr/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/libbufr/metadata.xml b/sci-libs/libbufr/metadata.xml
new file mode 100644
index 000000000000..2acd0555c4cf
--- /dev/null
+++ b/sci-libs/libbufr/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+ </maintainer>
+ <longdescription lang="en">
+ This is the only useable open source BUFR library (from ECMWF)
+ and comes with a few example tools (some of which are built
+ and installed).
+ </longdescription>
+ <use>
+ <flag name="lto">
+ Use gold linker and -flto (requires existing env setup)
+ </flag>
+ </use>
+</pkgmetadata>