From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1079797-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 B4548138334
	for <garchives@archives.gentoo.org>; Wed, 27 Mar 2019 05:03:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C1D08E08E5;
	Wed, 27 Mar 2019 05:03:13 +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 958F7E08E5
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2019 05:03:13 +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 61668335CE9
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2019 05:03:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDF5266
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Mar 2019 05:03:10 +0000 (UTC)
From: "Eray Aslan" <eras@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, "Eray Aslan" <eras@gentoo.org>
Message-ID: <1553662912.be480195e935cb8db49f7b6b5e2f074552f3f7d5.eras@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-mail/mailutils/metadata.xml
X-VCS-Directories: net-mail/mailutils/
X-VCS-Committer: eras
X-VCS-Committer-Name: Eray Aslan
X-VCS-Revision: be480195e935cb8db49f7b6b5e2f074552f3f7d5
X-VCS-Branch: master
Date: Wed, 27 Mar 2019 05:03:10 +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: f1f1ea1b-e8e4-4cbd-a900-a5f2edb5b554
X-Archives-Hash: f23bcc1a80a7e8a46f6f15e8952be918

commit:     be480195e935cb8db49f7b6b5e2f074552f3f7d5
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 05:01:52 2019 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 05:01:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be480195

net-mail/mailutils: add myself as maintainer

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 net-mail/mailutils/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-mail/mailutils/metadata.xml b/net-mail/mailutils/metadata.xml
index 6bee192df3a..f38df515bc6 100644
--- a/net-mail/mailutils/metadata.xml
+++ b/net-mail/mailutils/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>eras@gentoo.org</email>
+    <name>Eray Aslan</name>
+ </maintainer>
 <use>
   <flag name="tokyocabinet">Enable Tokyo Cabinet database support</flag>
   <flag name="kyotocabinet">Enable Kyoto Cabinet database support</flag>