From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1177344-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 CF6251382C5
	for <garchives@archives.gentoo.org>; Sat,  6 Jun 2020 07:36:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EC253E0968;
	Sat,  6 Jun 2020 07:36:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 BD79EE0968
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 Jun 2020 07:36:42 +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 315BD34EC2D
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 Jun 2020 07:36:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A9D7631
	for <gentoo-commits@lists.gentoo.org>; Sat,  6 Jun 2020 07:36:39 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@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, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1591428961.e9ab01b9af865fe440c276ff788535c97cd71721.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/google-perftools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/google-perftools/metadata.xml
X-VCS-Directories: dev-util/google-perftools/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: e9ab01b9af865fe440c276ff788535c97cd71721
X-VCS-Branch: master
Date: Sat,  6 Jun 2020 07:36:39 +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: 745d1b7e-9dea-4b1c-9745-4af2878ae696
X-Archives-Hash: e7e5a2f15a60385808da166e52b7041a

commit:     e9ab01b9af865fe440c276ff788535c97cd71721
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 07:26:32 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 07:36:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab01b9

dev-util/google-perftools: update metadata.xml

upstream release happening soon. take over the package.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-util/google-perftools/metadata.xml | 49 ++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 23 deletions(-)

diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml
index d0d5d6f4d6a..2107df0319b 100644
--- a/dev-util/google-perftools/metadata.xml
+++ b/dev-util/google-perftools/metadata.xml
@@ -1,27 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!--maintainer-needed-->
-  <use>
-    <flag name="largepages">
-      Use (experimental) larger pages for tcmalloc, this increases
-      memory usage, but should speed up the allocation/free
-      operations.
-    </flag>
-    <flag name="debug">
-      Build a set of libraries with debug support (so-called
-      debugalloc). These are available by default but are not needed
-      unless you're actually developing using tcmalloc.
-    </flag>
-    <flag name="minimal">
-      Only build the tcmalloc_minimal library, ignoring the heap
-      checker and the profilers.
-    </flag>
-    <flag name="optimisememory">
-        To build libtcmalloc with smaller internal caches.
-    </flag>
-  </use>
-  <upstream>
-    <remote-id type="github">gperftools/gperftools</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
+	<use>
+		<flag name="largepages">
+			Use (experimental) larger pages for tcmalloc, this increases
+	  		memory usage, but should speed up the allocation/free
+	  		operations.
+		</flag>
+		<flag name="debug">
+	  		Build a set of libraries with debug support (so-called
+	  		debugalloc). These are available by default but are not needed
+	  		unless you're actually developing using tcmalloc.
+		</flag>
+		<flag name="minimal">
+	  		Only build the tcmalloc_minimal library, ignoring the heap
+	  		checker and the profilers.
+		</flag>
+		<flag name="optimisememory">
+			To build libtcmalloc with smaller internal caches.
+		</flag>
+  	</use>
+	<upstream>
+		<remote-id type="github">gperftools/gperftools</remote-id>
+	</upstream>
 </pkgmetadata>