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-plugins/vdr-mp3ng/
Date: Sun, 26 Nov 2017 23:07:09
Message-Id: 1511737579.1f43dadaeabfd8a45ff244daf5b482d615ffbb1c.soap@gentoo
1 commit: 1f43dadaeabfd8a45ff244daf5b482d615ffbb1c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:09:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:06:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f43dada
7
8 media-plugins/vdr-mp3ng: [QA] Consistent whitespace in metadata.xml
9
10 media-plugins/vdr-mp3ng/metadata.xml | 21 +++++++++++----------
11 1 file changed, 11 insertions(+), 10 deletions(-)
12
13 diff --git a/media-plugins/vdr-mp3ng/metadata.xml b/media-plugins/vdr-mp3ng/metadata.xml
14 index 0b68056b5a3..6e73c8bb891 100644
15 --- a/media-plugins/vdr-mp3ng/metadata.xml
16 +++ b/media-plugins/vdr-mp3ng/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="project">
22 - <email>vdr@g.o</email>
23 - <name>Gentoo VDR Project</name>
24 - <description>
25 - Please contacts maintainer before you something change.
26 - </description>
27 -</maintainer>
28 - <longdescription>VDR Plugin to play audio files, supports mp3, wav and ogg audio format.
29 - You can provide and edit your own playlists.
30 - </longdescription>
31 + <maintainer type="project">
32 + <email>vdr@g.o</email>
33 + <name>Gentoo VDR Project</name>
34 + <description>
35 + Please contact maintainer before you change something.
36 + </description>
37 + </maintainer>
38 + <longdescription>
39 + VDR Plugin to play audio files, supports mp3, wav and ogg audio format.
40 + You can provide and edit your own playlists.
41 + </longdescription>
42 </pkgmetadata>