Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/guacamole/
Date: Sun, 26 Nov 2017 23:26:58
Message-Id: 1511738752.3be87efdd66ffa087e10ce33d54fb094f08f818a.soap@gentoo
1 commit: 3be87efdd66ffa087e10ce33d54fb094f08f818a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:07:39 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:25:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be87efd
7
8 www-apps/guacamole: [QA] Consistent whitespace in metadata.xml
9
10 www-apps/guacamole/metadata.xml | 36 ++++++++++++++++++------------------
11 1 file changed, 18 insertions(+), 18 deletions(-)
12
13 diff --git a/www-apps/guacamole/metadata.xml b/www-apps/guacamole/metadata.xml
14 index a86d47c73c5..19457e20ff5 100644
15 --- a/www-apps/guacamole/metadata.xml
16 +++ b/www-apps/guacamole/metadata.xml
17 @@ -1,22 +1,22 @@
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>nativemad@g.o</email>
23 - <name>Andreas Schuerch</name>
24 - </maintainer>
25 - <longdescription>
26 - Guacamole is an HTML5 web application that provides access to desktop
27 - environments using remote desktop protocols such as VNC or RDP.
28 - A centralized server acts as a tunnel and proxy, allowing access to
29 - multiple desktops through a web browser. No plugins are needed:
30 - the client requires nothing more than a web browser supporting
31 - HTML5 and AJAX.
32 - </longdescription>
33 - <use>
34 - <flag name="noauth">enable support for leaving out any authentication on the webinterface</flag>
35 - </use>
36 - <upstream>
37 - <remote-id type="sourceforge">guacamole</remote-id>
38 - </upstream>
39 + <maintainer type="person">
40 + <email>nativemad@g.o</email>
41 + <name>Andreas Schuerch</name>
42 + </maintainer>
43 + <longdescription>
44 + Guacamole is an HTML5 web application that provides access to desktop
45 + environments using remote desktop protocols such as VNC or RDP.
46 + A centralized server acts as a tunnel and proxy, allowing access to
47 + multiple desktops through a web browser. No plugins are needed:
48 + the client requires nothing more than a web browser supporting
49 + HTML5 and AJAX.
50 + </longdescription>
51 + <use>
52 + <flag name="noauth">enable support for leaving out any authentication on the webinterface</flag>
53 + </use>
54 + <upstream>
55 + <remote-id type="sourceforge">guacamole</remote-id>
56 + </upstream>
57 </pkgmetadata>