From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-985282-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4A8EB1396DB
	for <garchives@archives.gentoo.org>; Tue, 21 Nov 2017 05:42:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 695F1E0DFF;
	Tue, 21 Nov 2017 05:42:03 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 48B73E0DFF
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 05:42:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 39DF93402FE
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 05:42:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FA73A22B
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2017 05:42:00 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1511242884.40bea2512de7ceaa489d80b1e00e692d785764ae.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-servers/puma/metadata.xml
X-VCS-Directories: www-servers/puma/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 40bea2512de7ceaa489d80b1e00e692d785764ae
X-VCS-Branch: master
Date: Tue, 21 Nov 2017 05:42:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5fdcb61b-3727-4e36-8a23-9c32e91c1ddf
X-Archives-Hash: fc9e4eca8a6cf8837fd2ef0821992b48

commit:     40bea2512de7ceaa489d80b1e00e692d785764ae
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 05:41:24 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 05:41:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bea251

www-servers/puma: fix metadata indentation

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-servers/puma/metadata.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-servers/puma/metadata.xml b/www-servers/puma/metadata.xml
index aa7df3539e9..48a67572fe7 100644
--- a/www-servers/puma/metadata.xml
+++ b/www-servers/puma/metadata.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>ruby@gentoo.org</email>
-		<name>Gentoo Ruby Project</name>
-	</maintainer>
-	<longdescription>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <longdescription>
     Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
     server for Ruby/Rack applications. Puma is intended for use in
     both development and production environments. In order to get the
     best throughput, it is highly recommended that you use a Ruby
     implementation with real threads like Rubinius or JRuby.
   </longdescription>
-	<upstream>
-		<remote-id type="github">puma/puma</remote-id>
-	</upstream>
+  <upstream>
+    <remote-id type="github">puma/puma</remote-id>
+  </upstream>
 </pkgmetadata>