From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1154196-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 26D2E138350
	for <garchives@archives.gentoo.org>; Fri, 20 Mar 2020 14:31:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1CEBCE0BAA;
	Fri, 20 Mar 2020 14:31:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E99C1E0BA3
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 14:31:00 +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 D679C34F32F
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 14:30:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A67A1A0
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 14:30:56 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1584714643.65b3b594dff40e317c213845d3737c51a8c2c114.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass-otp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/pass-otp/metadata.xml
X-VCS-Directories: app-admin/pass-otp/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 65b3b594dff40e317c213845d3737c51a8c2c114
X-VCS-Branch: master
Date: Fri, 20 Mar 2020 14:30:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e9df1ea4-ccf3-45ac-967a-4005e2de5a58
X-Archives-Hash: 548926042c43d1704d55773f1d5d391f

commit:     65b3b594dff40e317c213845d3737c51a8c2c114
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 14:26:03 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 14:30:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3b594

app-admin/pass-otp: RedundantLongDescription, indent

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/pass-otp/metadata.xml | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/app-admin/pass-otp/metadata.xml b/app-admin/pass-otp/metadata.xml
index 79d9aa05f77..409124c1082 100644
--- a/app-admin/pass-otp/metadata.xml
+++ b/app-admin/pass-otp/metadata.xml
@@ -1,21 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-	<name>Haelwenn (lanodan) Monnier</name>
-	<email>contact@hacktivis.me</email>
-</maintainer>
-<maintainer type="project">
-	<email>proxy-maint@gentoo.org</email>
-	<name>Proxy Maintainers</name>
-</maintainer>
-<longdescription lang="en">
-A pass extension for managing one-time-password (OTP) tokens.
-</longdescription>
-<use>
-	<flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
-</use>
-<upstream>
-	<remote-id type="github">tadfisher/pass-otp</remote-id>
-</upstream>
+  <maintainer type="person">
+    <name>Haelwenn (lanodan) Monnier</name>
+    <email>contact@hacktivis.me</email>
+  </maintainer>
+  <maintainer type="project">
+  <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <use>
+    <flag name="qrcode">Add support for qrcodes using <pkg>media-gfx/qrencode</pkg></flag>
+  </use>
+  <upstream>
+    <remote-id type="github">tadfisher/pass-otp</remote-id>
+  </upstream>
 </pkgmetadata>