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/xmldiff/
Date: Sat, 25 Nov 2017 19:55:52
Message-Id: 1511639715.b9099b22d774d781c0ab02e85db7742f4bbedd1b.soap@gentoo
1 commit: b9099b22d774d781c0ab02e85db7742f4bbedd1b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 25 18:09:57 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 19:55:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9099b22
7
8 app-text/xmldiff: [QA] Consistent whitespace in metadata.xml
9
10 app-text/xmldiff/metadata.xml | 21 +++++++++++----------
11 1 file changed, 11 insertions(+), 10 deletions(-)
12
13 diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml
14 index 5ad26e1522f..e7734cc5fb8 100644
15 --- a/app-text/xmldiff/metadata.xml
16 +++ b/app-text/xmldiff/metadata.xml
17 @@ -1,14 +1,15 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 - <maintainer type="person">
22 - <email>xmw@g.o</email>
23 - <name>Michael Weber</name>
24 - </maintainer>
25 - <longdescription>A python tool that figures out the differences between two
26 - similar XML files, in the same way the diff utility does.
27 - Xmldiff was initially developed for the Narval project and could also be
28 - used as a library or as a command line tool. It can work either with XML
29 - files or DOM trees.
30 - </longdescription>
31 + <maintainer type="person">
32 + <email>xmw@g.o</email>
33 + <name>Michael Weber</name>
34 + </maintainer>
35 + <longdescription>
36 + A python tool that figures out the differences between two
37 + similar XML files, in the same way the diff utility does.
38 + Xmldiff was initially developed for the Narval project and could also be
39 + used as a library or as a command line tool. It can work either with XML
40 + files or DOM trees.
41 + </longdescription>
42 </pkgmetadata>