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-mplayer/
Date: Sun, 26 Nov 2017 23:07:07
Message-Id: 1511737584.64e6fdb5cdb63cf3b9e029144ba51f2eb123bbdc.soap@gentoo
1 commit: 64e6fdb5cdb63cf3b9e029144ba51f2eb123bbdc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:10:49 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:06:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e6fdb5
7
8 media-plugins/vdr-mplayer: [QA] Consistent whitespace in metadata.xml
9
10 media-plugins/vdr-mplayer/metadata.xml | 22 +++++++++++-----------
11 1 file changed, 11 insertions(+), 11 deletions(-)
12
13 diff --git a/media-plugins/vdr-mplayer/metadata.xml b/media-plugins/vdr-mplayer/metadata.xml
14 index 6e8f7243a8f..d14fd47de5d 100644
15 --- a/media-plugins/vdr-mplayer/metadata.xml
16 +++ b/media-plugins/vdr-mplayer/metadata.xml
17 @@ -1,15 +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>
29 - VDR Plugin to play video files, the plugin use for this the mplayer.
30 - All supported file types in mplayer will be played.
31 - </longdescription>
32 + <maintainer type="project">
33 + <email>vdr@g.o</email>
34 + <name>Gentoo VDR Project</name>
35 + <description>
36 + Please contact maintainer before you change something.
37 + </description>
38 + </maintainer>
39 + <longdescription>
40 + VDR Plugin to play video files, the plugin uses mplayer for this.
41 + All supported file types in mplayer can be played.
42 + </longdescription>
43 </pkgmetadata>