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-servers/pound/
Date: Sun, 26 Nov 2017 23:27:03
Message-Id: 1511738782.5ad7df7ad21dc58c6d389103dff63db35e66cc89.soap@gentoo
1 commit: 5ad7df7ad21dc58c6d389103dff63db35e66cc89
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:09:52 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:26:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad7df7a
7
8 www-servers/pound: [QA] Consistent whitespace in metadata.xml
9
10 www-servers/pound/metadata.xml | 28 ++++++++++++++--------------
11 1 file changed, 14 insertions(+), 14 deletions(-)
12
13 diff --git a/www-servers/pound/metadata.xml b/www-servers/pound/metadata.xml
14 index 3b154386945..5abcc646159 100644
15 --- a/www-servers/pound/metadata.xml
16 +++ b/www-servers/pound/metadata.xml
17 @@ -1,18 +1,18 @@
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>patrick@g.o</email>
23 - <name>Patrick Lauer</name>
24 -</maintainer>
25 -<longdescription lang="en">The Pound program is a reverse proxy, load balancer
26 - and HTTPS front-end for Web server(s). Pound was developed to enable
27 - distributing the load among several Web-servers and to allow for a convenient
28 - SSL wrapper for those Web servers that do not offer it natively. Pound is
29 - distributed under the GPL - no warranty, it's free to use, copy and give away.
30 -</longdescription>
31 -<use>
32 - <flag name="dynscaler">Enable dynamic rescaling of back-end
33 - priorities</flag>
34 -</use>
35 + <maintainer type="person">
36 + <email>patrick@g.o</email>
37 + <name>Patrick Lauer</name>
38 + </maintainer>
39 + <longdescription lang="en">
40 + The Pound program is a reverse proxy, load balancer
41 + and HTTPS front-end for Web server(s). Pound was developed to enable
42 + distributing the load among several Web-servers and to allow for a convenient
43 + SSL wrapper for those Web servers that do not offer it natively. Pound is
44 + distributed under the GPL - no warranty, it's free to use, copy and give away.
45 + </longdescription>
46 + <use>
47 + <flag name="dynscaler">Enable dynamic rescaling of back-end priorities</flag>
48 + </use>
49 </pkgmetadata>