Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sitecopy/
Date: Sun, 26 Nov 2017 23:23:35
Message-Id: 1511738520.8df4cbfe541f2591378721672872bc4bf6a99c79.soap@gentoo
1 commit: 8df4cbfe541f2591378721672872bc4bf6a99c79
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:48:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:22:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df4cbfe
7
8 net-misc/sitecopy: [QA] Consistent whitespace in metadata.xml
9
10 net-misc/sitecopy/metadata.xml | 26 +++++++++++++-------------
11 1 file changed, 13 insertions(+), 13 deletions(-)
12
13 diff --git a/net-misc/sitecopy/metadata.xml b/net-misc/sitecopy/metadata.xml
14 index b03b823d129..01ac751452b 100644
15 --- a/net-misc/sitecopy/metadata.xml
16 +++ b/net-misc/sitecopy/metadata.xml
17 @@ -1,17 +1,17 @@
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>rogerx.oss@×××××.com</email>
23 - <name>Roger Zauner</name>
24 - <description>Maintainer. Assign bugs to him</description>
25 - </maintainer>
26 - <maintainer type="project">
27 - <email>proxy-maint@g.o</email>
28 - <name>Proxy Maintainers</name>
29 - </maintainer>
30 - <use>
31 - <flag name="rsh">This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred.</flag>
32 - <flag name="webdav">Enable WebDav (Web-based Distributed Authoring and Versioning) support. This system allows users to collaborate on websites using a web based interface. See the ebuild for an FAQ page. Enables neon as well to handle webdav support.</flag>
33 - </use>
34 + <maintainer type="person">
35 + <email>rogerx.oss@×××××.com</email>
36 + <name>Roger Zauner</name>
37 + <description>Maintainer. Assign bugs to him</description>
38 + </maintainer>
39 + <maintainer type="project">
40 + <email>proxy-maint@g.o</email>
41 + <name>Proxy Maintainers</name>
42 + </maintainer>
43 + <use>
44 + <flag name="rsh">This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred.</flag>
45 + <flag name="webdav">Enable WebDav (Web-based Distributed Authoring and Versioning) support. This system allows users to collaborate on websites using a web based interface. See the ebuild for an FAQ page. Enables neon as well to handle webdav support.</flag>
46 + </use>
47 </pkgmetadata>