Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/dawn/
Date: Sun, 26 Nov 2017 23:02:51
Message-Id: 1511737330.e9c1ec810157614172288fda2cc75b86d9549db9.soap@gentoo
1 commit: e9c1ec810157614172288fda2cc75b86d9549db9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 11:58:13 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:02:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c1ec81
7
8 media-gfx/dawn: [QA] Consistent whitespace in metadata.xml
9
10 media-gfx/dawn/metadata.xml | 46 +++++++++++++++++++++++----------------------
11 1 file changed, 24 insertions(+), 22 deletions(-)
12
13 diff --git a/media-gfx/dawn/metadata.xml b/media-gfx/dawn/metadata.xml
14 index 0a1f931af8f..7e014846cf4 100644
15 --- a/media-gfx/dawn/metadata.xml
16 +++ b/media-gfx/dawn/metadata.xml
17 @@ -1,26 +1,28 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 -<maintainer type="project">
22 - <email>sci-physics@g.o</email>
23 - <name>Gentoo Physics Project</name>
24 -</maintainer>
25 -<longdescription lang="en">
26 - Fukui Renderer DAWN (Drawer for Academic WritiNgs)
27 - is a renderer, which reads 3D geometrical data and visualize them.
28 - It is a vectorized 3D PostScript processor with analytical
29 - hidden line/surface removal.
30 - It aims at precise technical drawing of complicated objects.
31 - It performs geometrical hidden line/surface removal and calculates
32 - out all visible parts of the 3D data before drawing. This drawing
33 - algorithm realizes device-independent technical high quality of
34 - vectorized graphics.
35 - 3D Data files should be generated by a modeler or by hands
36 - separately. If you use DAWN as a visualizer of,
37 - say, a simulator of physical experiments,
38 - the simulator application itself is recognized as a modeler.
39 - An important feature of DAWN is that it has been developed to
40 - visualize 3D data generated by a high-energy experimental detector
41 - simulator "GEANT4".
42 -</longdescription>
43 + <maintainer type="project">
44 + <email>sci-physics@g.o</email>
45 + <name>Gentoo Physics Project</name>
46 + </maintainer>
47 + <longdescription lang="en">
48 + Fukui Renderer DAWN (Drawer for Academic WritiNgs)
49 + is a renderer, which reads 3D geometrical data and visualize them.
50 + It is a vectorized 3D PostScript processor with analytical
51 + hidden line/surface removal.
52 + It aims at precise technical drawing of complicated objects.
53 + It performs geometrical hidden line/surface removal and calculates
54 + out all visible parts of the 3D data before drawing. This drawing
55 + algorithm realizes device-independent technical high quality of
56 + vectorized graphics.
57 +
58 + 3D Data files should be generated by a modeler or by hands
59 + separately. If you use DAWN as a visualizer of,
60 + say, a simulator of physical experiments,
61 + the simulator application itself is recognized as a modeler.
62 +
63 + An important feature of DAWN is that it has been developed to
64 + visualize 3D data generated by a high-energy experimental detector
65 + simulator "GEANT4".
66 + </longdescription>
67 </pkgmetadata>