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/cgisysinfo/
Date: Sun, 26 Nov 2017 23:26:57
Message-Id: 1511738747.4c428acfed3c2e5ffbe2b9a9fd6a779051a46fc6.soap@gentoo
1 commit: 4c428acfed3c2e5ffbe2b9a9fd6a779051a46fc6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:07:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:25:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c428acf
7
8 www-apps/cgisysinfo: [QA] Consistent whitespace in metadata.xml
9
10 www-apps/cgisysinfo/metadata.xml | 22 +++++++++++-----------
11 1 file changed, 11 insertions(+), 11 deletions(-)
12
13 diff --git a/www-apps/cgisysinfo/metadata.xml b/www-apps/cgisysinfo/metadata.xml
14 index a20bd0a500a..94d26d8201c 100644
15 --- a/www-apps/cgisysinfo/metadata.xml
16 +++ b/www-apps/cgisysinfo/metadata.xml
17 @@ -1,16 +1,16 @@
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>rafaelmartins@g.o</email>
23 - <name>Rafael G. Martins</name>
24 - </maintainer>
25 - <longdescription lang="en">
26 - cgisysinfo is a small CGI utility to show basic system information on Linux
27 - machines.
28 + <maintainer type="person">
29 + <email>rafaelmartins@g.o</email>
30 + <name>Rafael G. Martins</name>
31 + </maintainer>
32 + <longdescription lang="en">
33 + cgisysinfo is a small CGI utility to show basic system information on Linux
34 + machines.
35
36 - cgisysinfo is useful for machines that run a webserver but not PHP, and was
37 - tested with nginx + fcgiwrap. It should works with any CGI-capable web
38 - server.
39 - </longdescription>
40 + cgisysinfo is useful for machines that run a webserver but not PHP, and was
41 + tested with nginx + fcgiwrap. It should works with any CGI-capable web
42 + server.
43 + </longdescription>
44 </pkgmetadata>