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/graphviz/
Date: Sun, 26 Nov 2017 23:02:53
Message-Id: 1511737342.b8624ae63e3ae3078f98c974a8bd2f07912a0cd0.soap@gentoo
1 commit: b8624ae63e3ae3078f98c974a8bd2f07912a0cd0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 11:59:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:02:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8624ae6
7
8 media-gfx/graphviz: [QA] Consistent whitespace in metadata.xml
9
10 media-gfx/graphviz/metadata.xml | 81 +++++++++++++++++++----------------------
11 1 file changed, 37 insertions(+), 44 deletions(-)
12
13 diff --git a/media-gfx/graphviz/metadata.xml b/media-gfx/graphviz/metadata.xml
14 index 73daee8cb67..f76b39ca8a8 100644
15 --- a/media-gfx/graphviz/metadata.xml
16 +++ b/media-gfx/graphviz/metadata.xml
17 @@ -1,49 +1,42 @@
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>graphics@g.o</email>
23 - <name>Gentoo Graphics Project</name>
24 - </maintainer>
25 - <longdescription>
26 -graphviz is a set of graph drawing tools for Unix or MS-Windows
27 -(win32), including a web service interface (webdot). Source code and
28 -binary executables for common platforms are available. Graph drawing
29 -addresses the problem of visualizing structural information by
30 -constructing geometric representations of abstract graphs and networks.
31 -Automatic generation of graph drawings has important applications in key
32 -technologies such as database design, software engineering, VLSI and
33 -network design and visual interfaces in other domains. Situations where
34 -these tools might be particularly useful include:
35 + <maintainer type="project">
36 + <email>graphics@g.o</email>
37 + <name>Gentoo Graphics Project</name>
38 + </maintainer>
39 + <longdescription>
40 + graphviz is a set of graph drawing tools for Unix or MS-Windows
41 + (win32), including a web service interface (webdot). Source code and
42 + binary executables for common platforms are available. Graph drawing
43 + addresses the problem of visualizing structural information by
44 + constructing geometric representations of abstract graphs and networks.
45 + Automatic generation of graph drawings has important applications in key
46 + technologies such as database design, software engineering, VLSI and
47 + network design and visual interfaces in other domains. Situations where
48 + these tools might be particularly useful include:
49
50 - * you would like to restructure a program and first need to
51 -understand the relationships between its types, procedures, and source
52 -files.
53 - * you need to find the bottlenecks in an Internet backbone - not
54 -only individual links, but their relationships
55 - * you're debugging a protocol or microarchitecture represented as a
56 -finite state machine and need to figure out how a certain
57 - error state arises
58 - * you would like to browse a database schema, knowledge base, or
59 -distributed program represented pictorially
60 - * you would like to see an overview of a collection of linked
61 -documents
62 - * you would like to discover patterns and communities of interest in
63 -a database of telephone calls or e-mail messages
64 -</longdescription>
65 - <use>
66 - <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
67 - <flag name="gdk-pixbuf">Enables gdk-pixbuf2 plugin</flag>
68 - <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
69 - <flag name="gts">Enables support for gts</flag>
70 - <flag name="lasi">
71 - Enables PostScript output via <pkg>media-libs/lasi</pkg>, for
72 - plugin -Tlasi (needs cairo)
73 - </flag>
74 - <flag name="qt4">Builds gvedit front-end</flag>
75 - <flag name="X">
76 - Builds lefty front-end, builds plugin -Txlib, and enables support
77 - for x11 in various other modules (needs cairo)
78 - </flag>
79 - </use>
80 + * you would like to restructure a program and first need to
81 + understand the relationships between its types, procedures, and source
82 + files.
83 + * you need to find the bottlenecks in an Internet backbone - not
84 + only individual links, but their relationships
85 + * you're debugging a protocol or microarchitecture represented as a
86 + finite state machine and need to figure out how a certain error state arises
87 + * you would like to browse a database schema, knowledge base, or
88 + distributed program represented pictorially
89 + * you would like to see an overview of a collection of linked
90 + documents
91 + * you would like to discover patterns and communities of interest in
92 + a database of telephone calls or e-mail messages
93 + </longdescription>
94 + <use>
95 + <flag name="devil">Enables DevIL output plugin -Tdevil</flag>
96 + <flag name="gdk-pixbuf">Enables gdk-pixbuf2 plugin</flag>
97 + <flag name="gtk">Enables gtk+ output plugin -Tgtk (needs cairo)</flag>
98 + <flag name="gts">Enables support for gts</flag>
99 + <flag name="lasi">Enables PostScript output via <pkg>media-libs/lasi</pkg>, for plugin -Tlasi (needs cairo)</flag>
100 + <flag name="qt4">Builds gvedit front-end</flag>
101 + <flag name="X">Builds lefty front-end, builds plugin -Txlib, and enables support for x11 in various other modules (needs cairo)</flag>
102 + </use>
103 </pkgmetadata>