From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1245650-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 7FF481382C5
	for <garchives@archives.gentoo.org>; Mon, 25 Jan 2021 22:05:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C1E97E09E0;
	Mon, 25 Jan 2021 22:05:30 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 ABF5EE09E0
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 22:05:30 +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 66F95340955
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 22:05:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C28254A4
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jan 2021 22:05:27 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1611612325.a42a7feadc8efcae7296ebd12916ec5c3aa34b85.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libexif/metadata.xml
X-VCS-Directories: media-libs/libexif/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a42a7feadc8efcae7296ebd12916ec5c3aa34b85
X-VCS-Branch: master
Date: Mon, 25 Jan 2021 22:05:27 +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: 87e2710d-a691-4b14-ab06-1bc81b98d076
X-Archives-Hash: a736e9dbf60b7e8c2c80945bd2549b32

commit:     a42a7feadc8efcae7296ebd12916ec5c3aa34b85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 22:04:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 22:05:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42a7fea

media-libs/libexif: Add codec project

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libexif/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/libexif/metadata.xml b/media-libs/libexif/metadata.xml
index dd7cee55e09..14fb686dc13 100644
--- a/media-libs/libexif/metadata.xml
+++ b/media-libs/libexif/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="project">
+		<email>codec@gentoo.org</email>
+		<name>Gentoo Codec Project</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="cpe">cpe:/a:curtis_galloway:libexif</remote-id>
 		<remote-id type="github">libexif/libexif</remote-id>