diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 19:09:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-25 20:55:15 +0100 |
commit | b9099b22d774d781c0ab02e85db7742f4bbedd1b (patch) | |
tree | 462a054ff90cf33a20cde52e7d934d0b3f2c1d23 /app-text | |
parent | app-text/xindy: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-b9099b22d774d781c0ab02e85db7742f4bbedd1b.tar.gz gentoo-b9099b22d774d781c0ab02e85db7742f4bbedd1b.tar.bz2 gentoo-b9099b22d774d781c0ab02e85db7742f4bbedd1b.zip |
app-text/xmldiff: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmldiff/metadata.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml index 5ad26e1522f2..e7734cc5fb8a 100644 --- a/app-text/xmldiff/metadata.xml +++ b/app-text/xmldiff/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>xmw@gentoo.org</email> - <name>Michael Weber</name> - </maintainer> - <longdescription>A python tool that figures out the differences between two - similar XML files, in the same way the diff utility does. - Xmldiff was initially developed for the Narval project and could also be - used as a library or as a command line tool. It can work either with XML - files or DOM trees. - </longdescription> + <maintainer type="person"> + <email>xmw@gentoo.org</email> + <name>Michael Weber</name> + </maintainer> + <longdescription> + A python tool that figures out the differences between two + similar XML files, in the same way the diff utility does. + Xmldiff was initially developed for the Narval project and could also be + used as a library or as a command line tool. It can work either with XML + files or DOM trees. + </longdescription> </pkgmetadata> |