Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xindy/
Date: Sat, 25 Nov 2017 19:55:49
Message-Id: 1511639708.1f4531a715384079771ef9a1a8dbe3ba1b77823c.soap@gentoo
1 commit: 1f4531a715384079771ef9a1a8dbe3ba1b77823c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 25 18:09:42 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 19:55:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4531a7
7
8 app-text/xindy: [QA] Consistent whitespace in metadata.xml
9
10 app-text/xindy/metadata.xml | 40 ++++++++++++++++++++--------------------
11 1 file changed, 20 insertions(+), 20 deletions(-)
12
13 diff --git a/app-text/xindy/metadata.xml b/app-text/xindy/metadata.xml
14 index 3ace0f4c544..8916aa9cb8a 100644
15 --- a/app-text/xindy/metadata.xml
16 +++ b/app-text/xindy/metadata.xml
17 @@ -1,25 +1,25 @@
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>tex@g.o</email>
23 - <name>Gentoo TeX Project</name>
24 -</maintainer>
25 -<maintainer type="project">
26 - <email>common-lisp@g.o</email>
27 - <name>Gentoo Common Lisp Project</name>
28 -</maintainer>
29 -<longdescription lang="en">
30 - xindy is an index processor that can be used to generate book-like indexes
31 - for arbitrary document-preparation systems. This includes systems such as
32 - TeX and LaTeX, the roff-family, SGML/XML-based systems (e.g., HTML) that
33 - process some kind of text and generate indexing information. The kernel
34 - system is not fixed to any specific system, but can be configured to work
35 - together with such systems.
36 + <maintainer type="project">
37 + <email>tex@g.o</email>
38 + <name>Gentoo TeX Project</name>
39 + </maintainer>
40 + <maintainer type="project">
41 + <email>common-lisp@g.o</email>
42 + <name>Gentoo Common Lisp Project</name>
43 + </maintainer>
44 + <longdescription lang="en">
45 + xindy is an index processor that can be used to generate book-like indexes
46 + for arbitrary document-preparation systems. This includes systems such as
47 + TeX and LaTeX, the roff-family, SGML/XML-based systems (e.g., HTML) that
48 + process some kind of text and generate indexing information. The kernel
49 + system is not fixed to any specific system, but can be configured to work
50 + together with such systems.
51
52 - In comparison to other index processors xindy has several powerful features
53 - that make it an ideal framework for describing and generating complex
54 - indices, addressing especially international indexing. Have a look at
55 - xindy's Overview that describes its most important features!
56 -</longdescription>
57 + In comparison to other index processors xindy has several powerful features
58 + that make it an ideal framework for describing and generating complex
59 + indices, addressing especially international indexing. Have a look at
60 + xindy's Overview that describes its most important features!
61 + </longdescription>
62 </pkgmetadata>