Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/visit/
Date: Wed, 29 Jan 2014 09:18:01
Message-Id: 1390923001.7f606fe6f0de6225a81548e028d2b02615c2bd8a.jlec@gentoo
1 commit: 7f606fe6f0de6225a81548e028d2b02615c2bd8a
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Tue Jan 28 15:30:01 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 15:30:01 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f606fe6
7
8 added missing metadata for VisIt
9
10 ---
11 sci-visualization/visit/metadata.xml | 18 ++++++++++++++++++
12 1 file changed, 18 insertions(+)
13
14 diff --git a/sci-visualization/visit/metadata.xml b/sci-visualization/visit/metadata.xml
15 new file mode 100644
16 index 0000000..1ee8959
17 --- /dev/null
18 +++ b/sci-visualization/visit/metadata.xml
19 @@ -0,0 +1,18 @@
20 +<?xml version='1.0' encoding='UTF-8'?>
21 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 +<pkgmetadata>
23 + <herd>cluster</herd>
24 + <longdescription>
25 + VisIt is a free, open source, platform independent, distributed,
26 + parallel, visualization tool for visualizing data defined on two-
27 + and three-dimensional structured and unstructured meshes.
28 + </longdescription>
29 + <maintainer>
30 + <email>gentryx@×××.de</email>
31 + </maintainer>
32 + <use>
33 + <flag name="cgns">
34 + Builds the reader for the CFD General Notation System file format.
35 + </flag>
36 + </use>
37 +</pkgmetadata>