From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-869630-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 26DFE59CA3
	for <garchives@archives.gentoo.org>; Mon, 14 Mar 2016 12:35:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CF87421C03F;
	Mon, 14 Mar 2016 12:35:48 +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 4D4E921C03F
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 12:35:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 5CD5C340C23
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 12:35:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B20854
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 12:35:43 +0000 (UTC)
From: "Amy Winston" <amynka@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, "Amy Winston" <amynka@gentoo.org>
Message-ID: <1457958831.d089648f92470d59de3785eaa21bbdba54ee4c73.amynka@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fpc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/fpc/metadata.xml
X-VCS-Directories: dev-lang/fpc/
X-VCS-Committer: amynka
X-VCS-Committer-Name: Amy Winston
X-VCS-Revision: d089648f92470d59de3785eaa21bbdba54ee4c73
X-VCS-Branch: master
Date: Mon, 14 Mar 2016 12:35:43 +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: 7671d242-a0f2-426d-8d91-4e78423c9fc4
X-Archives-Hash: bd820960faecbf438679133d27c12be3

commit:     d089648f92470d59de3785eaa21bbdba54ee4c73
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 12:33:51 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 12:33:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d089648f

dev-lang/fpc: add myself as maintainer

Package-Manager: portage-2.2.26

 dev-lang/fpc/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-lang/fpc/metadata.xml b/dev-lang/fpc/metadata.xml
index 780cb82..1c8bbc4 100644
--- a/dev-lang/fpc/metadata.xml
+++ b/dev-lang/fpc/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+                <email>amynka@gentoo.org</email>
+                <name>Amy Winston</name>
+        </maintainer>
 	<use>
 		<flag name="ide">Build and install the Free Pascal Compiler IDE</flag>
 	</use>