From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-889850-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 789151382DE
	for <garchives@archives.gentoo.org>; Sat,  2 Jul 2016 09:27:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 15193E0B44;
	Sat,  2 Jul 2016 09:27:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7DD48E0B44
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2016 09:27:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 32CE0340DED
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2016 09:27:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 994CA2435
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jul 2016 09:27:13 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1467451625.f2e7cf07558e140fd491cddd6d8f46bd85898139.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/vtk/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-libs/vtk/metadata.xml
X-VCS-Directories: sci-libs/vtk/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: f2e7cf07558e140fd491cddd6d8f46bd85898139
X-VCS-Branch: master
Date: Sat,  2 Jul 2016 09:27:13 +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: d58e7014-5ee2-4607-a962-7d0715d8be14
X-Archives-Hash: 16e9ce9987283b45d1f362ac8ec6c5ad

commit:     f2e7cf07558e140fd491cddd6d8f46bd85898139
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 09:26:25 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 09:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2e7cf07

sci-libs/vtk: Add missing type to maintainer in metadata.xml

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/vtk/metadata.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/sci-libs/vtk/metadata.xml b/sci-libs/vtk/metadata.xml
index 6caa274..72e03a1 100644
--- a/sci-libs/vtk/metadata.xml
+++ b/sci-libs/vtk/metadata.xml
@@ -1,17 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!--
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>java@gentoo.org</email>
-	        <name>Java</name>
-	</maintainer>
-	-->
-	<maintainer>
+	<maintainer type="person">
 		<email>harald.weiner@jku.at</email>
 		<name>Harald Weiner</name>
 	</maintainer>
@@ -32,4 +22,3 @@
 		<flag name="R">Enable support for dev-lang/R</flag>
 	</use>
 </pkgmetadata>
-                          
\ No newline at end of file