From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1037389-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 1325E138334
	for <garchives@archives.gentoo.org>; Thu, 19 Jul 2018 18:01:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DB230E0ACC;
	Thu, 19 Jul 2018 18:01:19 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 9BC3EE0ACC
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jul 2018 18:01:19 +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 2E6C9335CC4
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jul 2018 18:01:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D75B135F
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jul 2018 18:01:14 +0000 (UTC)
From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1532023245.bc748bc4f19cca24a74c820a9a8d22d878b1a96e.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-doc/devmanual/metadata.xml
X-VCS-Directories: app-doc/devmanual/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: bc748bc4f19cca24a74c820a9a8d22d878b1a96e
X-VCS-Branch: master
Date: Thu, 19 Jul 2018 18:01:14 +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: dbb997d7-9911-44e4-881a-8a13a1f49d6d
X-Archives-Hash: 734043bbfa984dde5b6fe50db28a3709

commit:     bc748bc4f19cca24a74c820a9a8d22d878b1a96e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 18:00:45 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 18:00:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc748bc4

app-doc/devmanual: Add devmanual project as maintainer.

Restore maintainer description.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-doc/devmanual/metadata.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-doc/devmanual/metadata.xml b/app-doc/devmanual/metadata.xml
index 15fd2f3a22b..182bdeb954f 100644
--- a/app-doc/devmanual/metadata.xml
+++ b/app-doc/devmanual/metadata.xml
@@ -5,4 +5,11 @@
 		<email>johu@gentoo.org</email>
 		<name>Johannes Huber</name>
 	</maintainer>
+	<maintainer type="project">
+		<email>devmanual@gentoo.org</email>
+		<description>
+			Bugs for the devmanual documentation must be assigned to
+			devmanual@gentoo.org
+		</description>
+	</maintainer>
 </pkgmetadata>