Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/
Date: Tue, 21 Nov 2017 05:42:04
Message-Id: 1511242884.40bea2512de7ceaa489d80b1e00e692d785764ae.graaff@gentoo
1 commit: 40bea2512de7ceaa489d80b1e00e692d785764ae
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 05:41:24 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 05:41:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bea251
7
8 www-servers/puma: fix metadata indentation
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 www-servers/puma/metadata.xml | 16 ++++++++--------
13 1 file changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/www-servers/puma/metadata.xml b/www-servers/puma/metadata.xml
16 index aa7df3539e9..48a67572fe7 100644
17 --- a/www-servers/puma/metadata.xml
18 +++ b/www-servers/puma/metadata.xml
19 @@ -1,18 +1,18 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>ruby@g.o</email>
25 - <name>Gentoo Ruby Project</name>
26 - </maintainer>
27 - <longdescription>
28 + <maintainer type="project">
29 + <email>ruby@g.o</email>
30 + <name>Gentoo Ruby Project</name>
31 + </maintainer>
32 + <longdescription>
33 Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
34 server for Ruby/Rack applications. Puma is intended for use in
35 both development and production environments. In order to get the
36 best throughput, it is highly recommended that you use a Ruby
37 implementation with real threads like Rubinius or JRuby.
38 </longdescription>
39 - <upstream>
40 - <remote-id type="github">puma/puma</remote-id>
41 - </upstream>
42 + <upstream>
43 + <remote-id type="github">puma/puma</remote-id>
44 + </upstream>
45 </pkgmetadata>