From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-975192-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 34D9B1396D0
	for <garchives@archives.gentoo.org>; Wed, 27 Sep 2017 03:18:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ABD1E2BC027;
	Wed, 27 Sep 2017 03:18:55 +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 8C9282BC021
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2017 03:18:55 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 CD0B43416C9
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2017 03:18:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 383E0909A
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2017 03:18:52 +0000 (UTC)
From: "NP Hardass" <np-hardass@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, "NP Hardass" <np-hardass@gentoo.org>
Message-ID: <1506482092.d7c9efb218aee1ee663b42c24372d82282953c0b.np-hardass@gentoo>
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-extensions/
X-VCS-Repository: proj/gentoo-mate
X-VCS-Files: mate-extra/caja-extensions/metadata.xml
X-VCS-Directories: mate-extra/caja-extensions/
X-VCS-Committer: np-hardass
X-VCS-Committer-Name: NP Hardass
X-VCS-Revision: d7c9efb218aee1ee663b42c24372d82282953c0b
X-VCS-Branch: master
Date: Wed, 27 Sep 2017 03:18:52 +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: e66fe835-2252-4790-98ce-ce4e28a90226
X-Archives-Hash: c9bc1957ef936d4e819d64f76b474d7c

commit:     d7c9efb218aee1ee663b42c24372d82282953c0b
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 03:14:52 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 03:14:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d7c9efb2

mate-extra/caja-extensions: Fix inconsistent metadata.xml spacing

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 mate-extra/caja-extensions/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/mate-extra/caja-extensions/metadata.xml b/mate-extra/caja-extensions/metadata.xml
index 342a359..0852c69 100644
--- a/mate-extra/caja-extensions/metadata.xml
+++ b/mate-extra/caja-extensions/metadata.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="project">
-        <email>mate@gentoo.org</email>
-        <name>Gentoo MATE Desktop</name>
-    </maintainer>
+	<maintainer type="project">
+		<email>mate@gentoo.org</email>
+		<name>Gentoo MATE Desktop</name>
+	</maintainer>
 	<use>
 		<flag name="cdr">Add an extension to burn files to cds using <pkg>app-cdr/brasero</pkg>.</flag>
 		<flag name="gajim">Add an extension to support <pkg>net-im/gajim</pkg>.</flag>
@@ -17,7 +17,7 @@
 		<flag name="share">Add an extension to support sharing files.</flag>
 		<flag name="wallpaper">Add an extension to support setting an image as the current wallpaper</flag>
 	</use>
-    <upstream>
-        <remote-id type="github">mate-desktop/caja-extensions</remote-id>
-    </upstream>
+	<upstream>
+		<remote-id type="github">mate-desktop/caja-extensions</remote-id>
+	</upstream>
 </pkgmetadata>